mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 18:10:59 -04:00
Staging: rtl8192e: Remove unnecessary parenthesis in rtllib_softmac_new_net()
Remove parentheses to fix checkpatch Warning: Unnecessary parentheses around ieee->current_network Signed-off-by: Tree Davies <tdavies@darkphysics.net> Link: https://lore.kernel.org/r/20240106055556.430948-2-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
64af1ab93e
commit
d5cae945eb
@@ -1220,7 +1220,7 @@ inline void rtllib_softmac_new_net(struct rtllib_device *ieee,
|
||||
if ((ieee->current_network.qos_data.supported == 1) &&
|
||||
ieee->current_network.bssht.bd_support_ht)
|
||||
ht_reset_self_and_save_peer_setting(ieee,
|
||||
&(ieee->current_network));
|
||||
&ieee->current_network);
|
||||
else
|
||||
ieee->ht_info->current_ht_support = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user