diff options
author | Juuso Oikarinen | 2010-04-01 10:38:20 +0200 |
---|---|---|
committer | John W. Linville | 2010-04-06 22:55:12 +0200 |
commit | ebba60c66b3aa321a84c9a90a343c91fde972066 (patch) | |
tree | 49bf6e52a558b530a864c453a695bf0d4800dbed /drivers/net/wireless/wl12xx/wl1271.h | |
parent | wl1271: Fix keep-alive related command error (diff) | |
download | kernel-qcow2-linux-ebba60c66b3aa321a84c9a90a343c91fde972066.tar.gz kernel-qcow2-linux-ebba60c66b3aa321a84c9a90a343c91fde972066.tar.xz kernel-qcow2-linux-ebba60c66b3aa321a84c9a90a343c91fde972066.zip |
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.h | 1 |
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 { /* currently configured rate set */ u32 sta_rate_set; u32 basic_rate_set; + u32 basic_rate; u32 rate_set; /* The current band */ |