From: Richard Kennedy <[email protected]>

Channel 14 is 2484 Mhz (cf p80211wext_channel_to_mhz) so this patch
corrects what seems to be just a typo.

Signed-off-by: Richard Kennedy <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 drivers/staging/wlan-ng/p80211wext.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/wlan-ng/p80211wext.c 
b/drivers/staging/wlan-ng/p80211wext.c
index 936be55..e1b5409 100644
--- a/drivers/staging/wlan-ng/p80211wext.c
+++ b/drivers/staging/wlan-ng/p80211wext.c
@@ -73,7 +73,7 @@ static u8 p80211_mhz_to_channel(u16 mhz)
        if (mhz >= 5000)
                return (mhz - 5000) / 5;
 
-       if (mhz == 2482)
+       if (mhz == 2484)
                return 14;
 
        if (mhz >= 2407)
-- 
1.7.0.3

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to