procd: fix wrap around bug in logread time handling code
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 867-brcmsmac-remove-brcms_pub-bcmerr.patch
1 --- a/drivers/net/wireless/brcm80211/brcmsmac/main.c
2 +++ b/drivers/net/wireless/brcm80211/brcmsmac/main.c
3 @@ -4327,7 +4327,6 @@ static void brcms_c_info_init(struct brc
4
5 /* WME QoS mode is Auto by default */
6 wlc->pub->_ampdu = AMPDU_AGG_HOST;
7 - wlc->pub->bcmerror = 0;
8 }
9
10 static uint brcms_c_attach_module(struct brcms_c_info *wlc)
11 --- a/drivers/net/wireless/brcm80211/brcmsmac/pub.h
12 +++ b/drivers/net/wireless/brcm80211/brcmsmac/pub.h
13 @@ -164,8 +164,6 @@ struct brcms_pub {
14
15 u8 cur_etheraddr[ETH_ALEN]; /* our local ethernet address */
16
17 - int bcmerror; /* last bcm error */
18 -
19 u32 radio_disabled; /* bit vector for radio disabled reasons */
20
21 u16 boardrev; /* version # of particular board */