aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271.h
diff options
context:
space:
mode:
authorJuuso Oikarinen <juuso.oikarinen@nokia.com>2010-04-01 04:38:20 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-04-06 16:55:12 -0400
commitebba60c66b3aa321a84c9a90a343c91fde972066 (patch)
tree49bf6e52a558b530a864c453a695bf0d4800dbed /drivers/net/wireless/wl12xx/wl1271.h
parent40b359c61dc496508b77d1242726e40238e62128 (diff)
wl1271: Use minimum rate for each band for control messages
Currently the mac80211 is not telling a hardware rate controlled driver a rate to use for association frames etc. So to be safe, use the lowest rate of each band for communication. Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Reviewed-by: Teemu Paasikivi <ext-teemu.3.paasikivi@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h
index c5559efcf5a7..a29969efc861 100644
--- a/drivers/net/wireless/wl12xx/wl1271.h
+++ b/drivers/net/wireless/wl12xx/wl1271.h
@@ -447,6 +447,7 @@ struct wl1271 {
447 /* currently configured rate set */ 447 /* currently configured rate set */
448 u32 sta_rate_set; 448 u32 sta_rate_set;
449 u32 basic_rate_set; 449 u32 basic_rate_set;
450 u32 basic_rate;
450 u32 rate_set; 451 u32 rate_set;
451 452
452 /* The current band */ 453 /* The current band */