diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/caps.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/caps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/caps.c b/drivers/net/wireless/ath/ath5k/caps.c index 7dd88e1c3ff8..c752982aec05 100644 --- a/drivers/net/wireless/ath/ath5k/caps.c +++ b/drivers/net/wireless/ath/ath5k/caps.c | |||
@@ -52,8 +52,8 @@ int ath5k_hw_set_capabilities(struct ath5k_hw *ah) | |||
52 | __set_bit(AR5K_MODE_11A, caps->cap_mode); | 52 | __set_bit(AR5K_MODE_11A, caps->cap_mode); |
53 | } else { | 53 | } else { |
54 | /* | 54 | /* |
55 | * XXX The tranceiver supports frequencies from 4920 to 6100GHz | 55 | * XXX The transceiver supports frequencies from 4920 to 6100MHz |
56 | * XXX and from 2312 to 2732GHz. There are problems with the | 56 | * XXX and from 2312 to 2732MHz. There are problems with the |
57 | * XXX current ieee80211 implementation because the IEEE | 57 | * XXX current ieee80211 implementation because the IEEE |
58 | * XXX channel mapping does not support negative channel | 58 | * XXX channel mapping does not support negative channel |
59 | * XXX numbers (2312MHz is channel -19). Of course, this | 59 | * XXX numbers (2312MHz is channel -19). Of course, this |