Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adfc0124 authored by Jes Sorensen's avatar Jes Sorensen Committed by Kalle Valo
Browse files

rtl8xxxu: Use 1024 byte writes for writing 8723bu firmware



The 8723bu, like the 8192eu, can also handle 1024 byte block writes.

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 3c836d60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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