projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dac4fb
)
ath9k: Remove un-used member from ath_node.
author
Ben Greear
<greearb@candelatech.com>
Mon, 10 Jan 2011 07:11:46 +0000
(23:11 -0800)
committer
John 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/ath9k.h
b/drivers/net/wireless/ath/ath9k/ath9k.h
index 6e22135a96ac88f04b4e22ea9116426644c9eeb3..aadb5de9ac76e8fb6560cdc6f302d607072f74da 100644
(file)
--- 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 */
};