2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-19 11:04:00 +08:00
linux-next/drivers/staging/wilc1000
Ajay Singh 06fee3d5b3 staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface()
wilc_wfi_deinit_mon_interface() calls unregister_netdev() which
requires the rtnl lock again. Now move wilc_wfi_deinit_mon_interface()
out of wilc_mac_close(). Also remove explicit call to wilc_mac_close()
because unregister_netdev() takes care of calling wilc_mac_close().

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-02-04 12:38:40 +01:00
..
host_interface.c staging: wilc1000: remove redundant reset of station statistics 2019-01-30 15:40:57 +01:00
host_interface.h staging: wilc1000: avoid the use of typedef for function pointers 2019-01-18 10:39:16 +01:00
Kconfig staging: wilc1000: prefer 'help' in KConfig 2018-10-11 12:10:32 +02:00
linux_mon.c staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface() 2019-02-04 12:38:40 +01:00
linux_wlan.c staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface() 2019-02-04 12:38:40 +01:00
Makefile staging: wilc1000: remove coreconfigurator.c file 2018-11-05 15:23:01 +01:00
microchip,wilc1000,sdio.txt staging: wilc1000: use descriptor-based interface for GPIO 2018-07-24 13:52:32 +02:00
microchip,wilc1000,spi.txt staging: wilc1000: use descriptor-based interface for GPIO 2018-07-24 13:52:32 +02:00
TODO staging: wilc1000: remove TODO item for comments and code style 2018-08-05 16:15:32 +02:00
wilc_sdio.c staging: wilc1000: fix missing read_write setting when reading data 2018-12-20 16:32:13 +01:00
wilc_spi.c staging: wilc1000: correct inconsistent indenting 2018-12-05 09:51:15 +01:00
wilc_wfi_cfgoperations.c staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variable 2019-02-04 12:38:40 +01:00
wilc_wfi_cfgoperations.h staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variable 2019-02-04 12:38:40 +01:00
wilc_wfi_netdevice.h staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variable 2019-02-04 12:38:40 +01:00
wilc_wlan_cfg.c staging: wilc1000: make use of get_unaligned_le16/le32 to pack data 2019-01-18 10:39:15 +01:00
wilc_wlan_cfg.h staging: wilc1000: rename 'wilc_mac_cfg' struct to 'wilc_cfg_str_vals' 2018-09-25 20:53:57 +02:00
wilc_wlan_if.h staging: wilc1000: avoid the use of typedef for function pointers 2019-01-18 10:39:16 +01:00
wilc_wlan.c Merge 5.0-rc4 into staging-next 2019-01-28 08:17:02 +01:00
wilc_wlan.h staging: wilc1000: avoid the use of typedef for function pointers 2019-01-18 10:39:16 +01:00