diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-08-26 08:10:29 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-29 16:24:09 -0400 |
commit | 822ceaefaaaea4bcd7965e3f4b3479e805f7dfa5 (patch) | |
tree | efe9023e6e78d07c97e86cc99cb2a360f0075567 /drivers/net/wireless/ath9k/main.c | |
parent | c83be6885e2f1ee6e0b290b6cfc82014c675e087 (diff) | |
download | blackbird-op-linux-822ceaefaaaea4bcd7965e3f4b3479e805f7dfa5.tar.gz blackbird-op-linux-822ceaefaaaea4bcd7965e3f4b3479e805f7dfa5.zip |
ath9k: Remove more dead code
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath9k/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index 996bb9c6540d..dc45eef3289a 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c @@ -1167,11 +1167,6 @@ int ath_rx_subframe(struct ath_node *an, return 0; } -enum ath9k_ht_macmode ath_cwm_macmode(struct ath_softc *sc) -{ - return sc->sc_ht_info.tx_chan_width; -} - /********************************/ /* LED functions */ /********************************/ |