mbox series

[00/12] staging: wilc1000: changes to address mainline review comments

Message ID 1549350913-645-1-git-send-email-ajay.kathat@microchip.com (mailing list archive)
Headers show
Series staging: wilc1000: changes to address mainline review comments | expand

Message

Ajay Singh Feb. 5, 2019, 7:15 a.m. UTC
From: Ajay Singh <ajay.kathat@microchip.com>

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(-)