diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-03-01 21:15:51 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-17 13:13:06 -0400 |
commit | ed51fe314f9e9335333d4ab8bd91ad9da17c9925 (patch) | |
tree | d7ed4030a10065443e965cd3cbf01be4c4a5f05b /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | c35ccb38d49fb08c6fe84553905a7e2d2b7c4407 (diff) | |
download | linux-ed51fe314f9e9335333d4ab8bd91ad9da17c9925.tar.gz linux-ed51fe314f9e9335333d4ab8bd91ad9da17c9925.tar.bz2 linux-ed51fe314f9e9335333d4ab8bd91ad9da17c9925.zip |
ath9k: remove unused bc_tstamp
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 7f87f338d7c7..d8dddce75da7 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -417,7 +417,6 @@ struct ath_beacon { u32 beaconq; u32 bmisscnt; - u32 bc_tstamp; struct ieee80211_vif *bslot[ATH_BCBUF]; int slottime; int slotupdate; |