19 Jun 2010 20:24
revision 4130 committed
Pavel Roskin <svn-commits <at> madwifi-project.org>
2010-06-19 18:24:36 GMT
2010-06-19 18:24:36 GMT
Project : madwifi
Revision : 4130
Author : proski (Pavel Roskin)
Date : 2010-06-19 20:24:35 +0200 (Sat, 19 Jun 2010)
Log Message :
Add support for Linux 2.6.35
Affected Files:
* madwifi/trunk/ath/if_ath.c updated
* madwifi/trunk/include/compat.h updated
Modified: madwifi/trunk/ath/if_ath.c
===================================================================
--- madwifi/trunk/ath/if_ath.c 2010-04-02 05:33:10 UTC (rev 4129)
+++ madwifi/trunk/ath/if_ath.c 2010-06-19 18:24:35 UTC (rev 4130)
<at> <at> -4418,7 +4418,7 <at> <at>
{
struct ieee80211com *ic = &sc->sc_ic;
struct ieee80211vap *vap;
- struct dev_mc_list *mc;
+ struct ath_netdev_hw_addr *ha;
u_int32_t val;
u_int8_t pos;
<at> <at> -4426,11 +4426,11 <at> <at>
/* XXX locking */
TAILQ_FOREACH(vap, &ic->ic_vaps, iv_next) {
struct net_device *dev = vap->iv_dev;
- for (mc = dev->mc_list; mc; mc = mc->next) {
(Continue reading)
RSS Feed