diff options
author | Martin Kaiser <[email protected]> | 2023-01-30 20:53:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-01-31 11:16:57 +0100 |
commit | b6d2e4e0f3cc3f8d182e35c359cae9032b337435 (patch) | |
tree | fa902bff79e58477a35fd7e3d5055085c3243cde | |
parent | 6a800cf38665ca47488acf2c88dad49ded557406 (diff) |
staging: r8188eu: option in struct sta_xmit_priv is not used
The option component in struct sta_xmit_priv is not used, remove it.
Signed-off-by: Martin Kaiser <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/r8188eu/include/rtw_xmit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/rtw_xmit.h b/drivers/staging/r8188eu/include/rtw_xmit.h index 4c508ab4c870..b332c2a86dbb 100644 --- a/drivers/staging/r8188eu/include/rtw_xmit.h +++ b/drivers/staging/r8188eu/include/rtw_xmit.h @@ -227,7 +227,6 @@ struct tx_servq { struct sta_xmit_priv { spinlock_t lock; - int option; struct tx_servq be_q; /* priority == 0,3 */ struct tx_servq bk_q; /* priority == 1,2 */ struct tx_servq vi_q; /* priority == 4,5 */ |