mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: wilc1000: wilc_wfi_netdevice.c: remove unused codes
Remove if statement that has no any codes. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
66f1a77ec1
commit
5927139ab5
@ -906,9 +906,6 @@ int WILC_WFI_InitModule(void)
|
||||
priv[0] = netdev_priv(WILC_WFI_devs[0]);
|
||||
priv[1] = netdev_priv(WILC_WFI_devs[1]);
|
||||
|
||||
if (priv[1]->dev->ieee80211_ptr->wiphy->interface_modes && BIT(NL80211_IFTYPE_MONITOR)) {
|
||||
|
||||
}
|
||||
priv[0]->bCfgScanning = false;
|
||||
priv[0]->u32RcvdChCount = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user