rtl8xxxu: Use 1024 byte writes for writing 8723bu firmware
The 8723bu, like the 8192eu, can also handle 1024 byte block writes. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Родитель
3c836d6014
Коммит
adfc01243f
|
@ -6191,7 +6191,7 @@ static struct rtl8xxxu_fileops rtl8723bu_fops = {
|
|||
.load_firmware = rtl8723bu_load_firmware,
|
||||
.power_on = rtl8723au_power_on,
|
||||
.llt_init = rtl8xxxu_auto_llt_table,
|
||||
.writeN_block_size = 128,
|
||||
.writeN_block_size = 1024,
|
||||
};
|
||||
|
||||
#ifdef CONFIG_RTL8XXXU_UNTESTED
|
||||
|
|
Загрузка…
Ссылка в новой задаче