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

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

rtl8xxxu: Use correct H2C calls for 8192eu



The 8192eu uses the same H2C API as the 8723bu. Call the correct
functions for update_rate_mask() and report_connect().

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent af13faff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8525,8 +8525,8 @@ static struct rtl8xxxu_fileops rtl8192eu_fops = {
	.enable_rf = rtl8723b_enable_rf,
	.disable_rf = rtl8723b_disable_rf,
	.set_tx_power = rtl8723b_set_tx_power,
	.update_rate_mask = rtl8723au_update_rate_mask,
	.report_connect = rtl8723au_report_connect,
	.update_rate_mask = rtl8723bu_update_rate_mask,
	.report_connect = rtl8723bu_report_connect,
	.writeN_block_size = 128,
	.mbox_ext_reg = REG_HMBOX_EXT0_8723B,
	.mbox_ext_width = 4,