wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte
authorBitterblue Smith <rtl8821cerfe2@gmail.com>
Tue, 27 Feb 2024 12:15:52 +0000 (14:15 +0200)
committerKalle Valo <kvalo@kernel.org>
Tue, 5 Mar 2024 18:53:29 +0000 (20:53 +0200)
commit7979061313c81729b90accc8772635cfed9ba26d
tree7a80719ad4ea63da72c5f2c9d70364f03365111f
parentc238adbc578eeb70cbc8fdd1bef3666b0f585b13
wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte

PCI drivers and USB drivers can both use the same function,
read_efuse_byte(), and they can call it directly.

rtl8192de was the only user.

Tested only with the upcoming rtl8192du driver.

Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/4e2c968d-f25c-4a40-be97-4fdcbdde69cf@gmail.com
drivers/net/wireless/realtek/rtlwifi/pci.c
drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c
drivers/net/wireless/realtek/rtlwifi/wifi.h