staging: rtl8192e: Remove unused variable raw_tx
Remove unused variable raw_tx as it is just set to 0 and not used. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/7ab7606ba836746d28afdb72914fb4e05824dac8.1696360403.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
841ee18e57
commit
f3f03ebb48
@ -1364,7 +1364,6 @@ struct rtllib_device {
|
||||
u64 ps_time;
|
||||
bool polling;
|
||||
|
||||
short raw_tx;
|
||||
/* used if IEEE_SOFTMAC_TX_QUEUE is set */
|
||||
short queue_stop;
|
||||
short scanning_continue;
|
||||
|
@ -114,7 +114,6 @@ struct net_device *alloc_rtllib(int sizeof_priv)
|
||||
ieee->drop_unencrypted = 0;
|
||||
ieee->privacy_invoked = 0;
|
||||
ieee->ieee802_1x = 1;
|
||||
ieee->raw_tx = 0;
|
||||
ieee->hwsec_active = 0;
|
||||
|
||||
memset(ieee->swcamtable, 0, sizeof(struct sw_cam_table) * 32);
|
||||
|
Loading…
x
Reference in New Issue
Block a user