aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2011-01-10 02:11:46 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-01-21 15:32:22 -0500
commit9244f48d0052ae17b4af70bfc46ad544c4c06a50 (patch)
tree9e901ad62356b9ce3759b7bbd22ff8e32e468b3a /drivers/net
parent2dac4fb97a41af1e6b7ab9f59c837d20838e92da (diff)
ath9k: Remove un-used member from ath_node.
Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k.h1
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 6e22135a96ac..aadb5de9ac76 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -342,7 +342,6 @@ struct ath_vif {
342 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */ 342 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */
343 enum nl80211_iftype av_opmode; 343 enum nl80211_iftype av_opmode;
344 struct ath_buf *av_bcbuf; 344 struct ath_buf *av_bcbuf;
345 struct ath_tx_control av_btxctl;
346 u8 bssid[ETH_ALEN]; /* current BSSID from config_interface */ 345 u8 bssid[ETH_ALEN]; /* current BSSID from config_interface */
347}; 346};
348 347