From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx> This series contains cleanup patches and modification to handle few mainline review comments mentioned below: - avoid static variable for monitor net_device. - remove conditional locking in wilc_wfi_deinit_mon_interface(). - avoid use of interface name('wlan0' & 'p2p0') string for validation. - use cookie information in roc related callback. Ajay Singh (15): staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variable staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface() staging: wilc1000: remove redundant macros for radiotap staging: wilc1000: remove unnecessary debug log messages staging: wilc1000: rename timeout related macros staging: wilc1000: make use of iface type to identify p2p interface staging: wilc1000: refactor scan() cfg80211 ops callback staging: wilc1000: use correct condition in loops for 'vif_num' count staging: wilc1000: remove use of 'terminated_handle' static variable staging: wilc1000: refactor linux_wlan_init_test_config() staging: wilc1000: refactor code to use cookie information staging: wilc1000: use random number for cookie instead of pointer staging: wilc1000: avoid use of interface names for validation staging: wilc1000: add check before performing operation on net_device staging: wilc1000: remove unused struct 'add_sta_param' drivers/staging/wilc1000/host_interface.c | 97 ++--- drivers/staging/wilc1000/host_interface.h | 27 +- drivers/staging/wilc1000/linux_mon.c | 68 ++-- drivers/staging/wilc1000/linux_wlan.c | 408 +++++++++------------- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 134 ++++--- drivers/staging/wilc1000/wilc_wfi_cfgoperations.h | 7 +- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 3 +- drivers/staging/wilc1000/wilc_wlan.c | 4 +- drivers/staging/wilc1000/wilc_wlan.h | 2 +- drivers/staging/wilc1000/wilc_wlan_if.h | 1 - 10 files changed, 308 insertions(+), 443 deletions(-) -- 2.7.4