mirror of https://gitee.com/openkylin/linux.git
ath9k: remove unused bc_tstamp
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
c35ccb38d4
commit
ed51fe314f
|
@ -417,7 +417,6 @@ struct ath_beacon {
|
||||||
|
|
||||||
u32 beaconq;
|
u32 beaconq;
|
||||||
u32 bmisscnt;
|
u32 bmisscnt;
|
||||||
u32 bc_tstamp;
|
|
||||||
struct ieee80211_vif *bslot[ATH_BCBUF];
|
struct ieee80211_vif *bslot[ATH_BCBUF];
|
||||||
int slottime;
|
int slottime;
|
||||||
int slotupdate;
|
int slotupdate;
|
||||||
|
|
Loading…
Reference in New Issue