summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-01-27 09:44:48 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-01-27 15:02:09 -0500
commit54233261d5aa2926f080b67ac22f508c9f15e690 (patch)
tree6eb14f69d5c5d3257768cac56a2935f87886eb42
parent22e16e55e36ab91148592c9bf0f2444bf766cd3c (diff)
cfg80211: fix wext-compat for setting rate to 'auto'master-2010-01-27
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--net/wireless/wext-compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/wext-compat.c b/net/wireless/wext-compat.c
index 966d2f01bea..b17eeae448d 100644
--- a/net/wireless/wext-compat.c
+++ b/net/wireless/wext-compat.c
@@ -1214,7 +1214,7 @@ int cfg80211_wext_siwrate(struct net_device *dev,
memset(&mask, 0, sizeof(mask));
fixed = 0;
- maxrate = 0;
+ maxrate = (u32)-1;
if (rate->value < 0) {
/* nothing */