diff options
author | Pavel Roskin <proski@gnu.org> | 2011-07-23 09:29:03 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-08 16:03:59 -0400 |
commit | 8d44a823c847c3d20e33c4c714ab48b700f41f14 (patch) | |
tree | 44e960268b9cacd33ed1d9b8680abd1fa8ce250f /drivers/net/wireless/ath/ath5k/phy.c | |
parent | 2972cc1895a329ae977375d68b10d91f59167bbb (diff) |
ath5k: remove most references to XR
XR is a proprietary feature of the chipset. It's not supported and
should not be supported.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Tested-by: Sedat Dilek <sedat.dilek@gmail.com>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/phy.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/phy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/phy.c b/drivers/net/wireless/ath/ath5k/phy.c index 81e465e70175..b9ada88d4ca6 100644 --- a/drivers/net/wireless/ath/ath5k/phy.c +++ b/drivers/net/wireless/ath/ath5k/phy.c | |||
@@ -2408,8 +2408,6 @@ ath5k_get_max_ctl_power(struct ath5k_hw *ah, | |||
2408 | case CHANNEL_B: | 2408 | case CHANNEL_B: |
2409 | ctl_mode |= AR5K_CTL_11B; | 2409 | ctl_mode |= AR5K_CTL_11B; |
2410 | break; | 2410 | break; |
2411 | case CHANNEL_XR: | ||
2412 | /* Fall through */ | ||
2413 | default: | 2411 | default: |
2414 | return; | 2412 | return; |
2415 | } | 2413 | } |