diff options
author | Javier Cardona <javier@cozybit.com> | 2008-05-24 05:59:49 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-03 15:00:17 -0400 |
commit | 85319f933a703a92652a8f23339f1ec1694cd594 (patch) | |
tree | dbf8cfc55fa2dd3c5b72379ba98c920bbf027b11 /drivers/net/wireless/libertas/dev.h | |
parent | 553381c430f0e65e87ed1b5cee841a04c8a47b58 (diff) |
libertas: rate adaptation configuration via iwconfig.
Implemented rate adaptation support via 'iwconfig rate' API. It is now
possible to specify a bit-rate value and append 'auto'. That will configure
rate adaptation to use all bit-rates equal or lower than than selected value.
Made lbs_cmd_802_11_rate_adapt_rateset a direct command.
Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/dev.h')
-rw-r--r-- | drivers/net/wireless/libertas/dev.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/libertas/dev.h b/drivers/net/wireless/libertas/dev.h index 0a9fc5136783..f5bb40c54d85 100644 --- a/drivers/net/wireless/libertas/dev.h +++ b/drivers/net/wireless/libertas/dev.h | |||
@@ -237,8 +237,8 @@ struct lbs_private { | |||
237 | /** 802.11 statistics */ | 237 | /** 802.11 statistics */ |
238 | // struct cmd_DS_802_11_GET_STAT wlan802_11Stat; | 238 | // struct cmd_DS_802_11_GET_STAT wlan802_11Stat; |
239 | 239 | ||
240 | u16 enablehwauto; | 240 | uint16_t enablehwauto; |
241 | u16 ratebitmap; | 241 | uint16_t ratebitmap; |
242 | 242 | ||
243 | u32 fragthsd; | 243 | u32 fragthsd; |
244 | u32 rtsthsd; | 244 | u32 rtsthsd; |
@@ -296,7 +296,6 @@ struct lbs_private { | |||
296 | 296 | ||
297 | /** data rate stuff */ | 297 | /** data rate stuff */ |
298 | u8 cur_rate; | 298 | u8 cur_rate; |
299 | u8 auto_rate; | ||
300 | 299 | ||
301 | /** RF calibration data */ | 300 | /** RF calibration data */ |
302 | 301 | ||