diff options
author | Abbas, Mohamed <mohamed.abbas@intel.com> | 2008-12-05 16:58:37 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-12 19:48:21 +0100 |
commit | 7262796ab726fcefad9b588a44d1d5a9f221051f (patch) | |
tree | 92187f0ee5d569b7c61a764f3201cdcd8cc93c32 /drivers/net/fec_mpc52xx.h | |
parent | iwlwifi: implement iwl_debug_report_frame for iwlagn (diff) | |
download | linux-7262796ab726fcefad9b588a44d1d5a9f221051f.tar.xz linux-7262796ab726fcefad9b588a44d1d5a9f221051f.zip |
iwl3945: Fix rate scale for B-mode connection
This patch make sure we use only CCK rate for B only network.
For 3945 driver, it sets REPLY_RATE_SCALE command every time
we connect to a new network. In this command we set for every
rate the number of try and next rate. The problem mac80211 reports
same mode for both B and G mode as IEEE80211_BAND_2GHZ which will cause
using invalid rate other than CCK in B only network. THis patch
on association will examine sta valid rate on association, if no
OFDM rate in valid available rates it considers it as B only mode so
we can set REPLY_RATE_SCALE command with valid B only network and only
choose CCK rate in rate scaling.
Signed-off-by: Mohamed Abbas <mohamed.abbas@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/fec_mpc52xx.h')
0 files changed, 0 insertions, 0 deletions