ath9k: Remove un-used member from ath_node.
authorBen Greear <greearb@candelatech.com>
Mon, 10 Jan 2011 07:11:46 +0000 (23:11 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 21 Jan 2011 20:32:22 +0000 (15:32 -0500)
Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h

index 6e22135a96ac88f04b4e22ea9116426644c9eeb3..aadb5de9ac76e8fb6560cdc6f302d607072f74da 100644 (file)
@@ -342,7 +342,6 @@ struct ath_vif {
        __le64 tsf_adjust; /* TSF adjustment for staggered beacons */
        enum nl80211_iftype av_opmode;
        struct ath_buf *av_bcbuf;
-       struct ath_tx_control av_btxctl;
        u8 bssid[ETH_ALEN]; /* current BSSID from config_interface */
 };