Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8192e: Remove unused struct phy_ofdm_rx_status_rxsc

Remove unused struct declaration.

Signed-off-by: Teddy Engel <engel.teddy@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/ef5ffc1063323f6c1f22ab75f3b5ff01982c3061.1718309120.git.engel.teddy@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Teddy Engel and committed by
Greg Kroah-Hartman
c313e6b0 f24974a6

-7
-7
drivers/staging/rtl8192e/rtl8192e/r8190P_def.h
··· 136 136 u32 PacketID:13; 137 137 }; 138 138 139 - struct phy_ofdm_rx_status_rxsc_sgien_exintfflag { 140 - u8 reserved:4; 141 - u8 rxsc:2; 142 - u8 sgi_en:1; 143 - u8 ex_intf_flag:1; 144 - }; 145 - 146 139 struct phy_sts_ofdm_819xpci { 147 140 u8 trsw_gain_X[4]; 148 141 u8 pwdb_all;