From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx> This series contains pending patches from #9 till #15 from previous series[1]. Also added 5 new patches to avoid the use of unnecessary static variables for few leftovers. [1]. https://patchwork.kernel.org/cover/10794463/ https://patchwork.kernel.org/patch/10794479/ Ajay Singh (12): 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' staging: wilc1000: avoid use of 'hif_deinit_lock' static variable staging: wilc1000: avoid use of static variable in linux_mon.c staging: wilc1000: move static variable 'wlan_channel' to 'wilc' struct staging: wilc1000: move 'curr_channel' static variable in 'wilc' struct staging: wilc1000: define p2p related static variable as constants drivers/staging/wilc1000/host_interface.c | 107 +++---- drivers/staging/wilc1000/host_interface.h | 24 +- drivers/staging/wilc1000/linux_mon.c | 9 +- drivers/staging/wilc1000/linux_wlan.c | 356 ++++++++++------------ drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 113 +++---- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 6 +- drivers/staging/wilc1000/wilc_wlan_if.h | 1 - 7 files changed, 271 insertions(+), 345 deletions(-) -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel