mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-04 12:54:37 +08:00
rt2800: OFDM rates are mandatory
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
b29a1c1f08
commit
770e4b730a
@ -1707,7 +1707,7 @@ void rt2800_config_erp(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_erp *erp,
|
||||
|
||||
if (changed & BSS_CHANGED_BASIC_RATES) {
|
||||
rt2800_register_write(rt2x00dev, LEGACY_BASIC_RATE,
|
||||
erp->basic_rates);
|
||||
0xff0 | erp->basic_rates);
|
||||
rt2800_register_write(rt2x00dev, HT_BASIC_RATE, 0x00008003);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user