From: Ben Greear Date: Mon, 10 Jan 2011 07:11:46 +0000 (-0800) Subject: ath9k: Remove un-used member from ath_node. X-Git-Tag: v2.6.39-rc1~468^2~448^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9244f48d0052ae17b4af70bfc46ad544c4c06a50;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ath9k: Remove un-used member from ath_node. Signed-off-by: Ben Greear Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 6e22135..aadb5de 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -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 */ };