linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] staging: wilc1000: fixes & changes for mainline review comments
@ 2019-02-07 11:28 Ajay.Kathat
  2019-02-07 11:28 ` [PATCH v2 1/8] staging: wilc1000: fix to set correct value for 'vif_num' Ajay.Kathat
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Ajay.Kathat @ 2019-02-07 11:28 UTC (permalink / raw)
  To: linux-wireless; +Cc: devel, gregkh, Adham.Abozaeid, johannes, Ajay.Kathat

From: Ajay Singh <ajay.kathat@microchip.com>

This series contains the following changes:
 - fix to set 'vif_num' value correctly.
 - use 'wilc_' prefix for variables and function names.
 - avoid use of unnecessary 'linux_' prefix from file names.

Changes since v1:
    - merged patch 1 & 2 and added modification as suggested by Dan.

Ajay Singh (8):
  staging: wilc1000: fix to set correct value for 'vif_num'
  staging: wilc1000: add 'wilc_' prefix to have proper namespace
  staging: wilc1000: move macro and function prototype from
    wilc_wlan_if.h file
  staging: wilc1000: avoid function forward declaration in wilc_sdio.c
    file
  staging: wilc1000: added 'wilc_' prefix for function in wilc_sdio.c
    file
  staging: wilc1000: rename wilc_frmw_to_linux()
  staging: wilc1000: remove 'linux_' prefix in function names
  staging: wilc1000: rename linux_wlan.c and linux_mon.c

 drivers/staging/wilc1000/Makefile                  |   2 +-
 drivers/staging/wilc1000/host_interface.c          |  55 +++---
 drivers/staging/wilc1000/host_interface.h          |  23 ++-
 .../staging/wilc1000/{linux_mon.c => wilc_mon.c}   |   0
 .../wilc1000/{linux_wlan.c => wilc_netdev.c}       |  26 +--
 drivers/staging/wilc1000/wilc_sdio.c               | 187 ++++++++++-----------
 drivers/staging/wilc1000/wilc_spi.c                |   4 +-
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c  |  22 +--
 drivers/staging/wilc1000/wilc_wfi_netdevice.h      |   2 +-
 drivers/staging/wilc1000/wilc_wlan.c               |  13 +-
 drivers/staging/wilc1000/wilc_wlan.h               |  17 +-
 drivers/staging/wilc1000/wilc_wlan_cfg.c           |  12 +-
 drivers/staging/wilc1000/wilc_wlan_if.h            |  36 ----
 13 files changed, 190 insertions(+), 209 deletions(-)
 rename drivers/staging/wilc1000/{linux_mon.c => wilc_mon.c} (100%)
 rename drivers/staging/wilc1000/{linux_wlan.c => wilc_netdev.c} (97%)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-02-08  7:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-07 11:28 [PATCH v2 0/8] staging: wilc1000: fixes & changes for mainline review comments Ajay.Kathat
2019-02-07 11:28 ` [PATCH v2 1/8] staging: wilc1000: fix to set correct value for 'vif_num' Ajay.Kathat
2019-02-07 11:40   ` Dan Carpenter
2019-02-07 11:29 ` [PATCH v2 2/8] staging: wilc1000: add 'wilc_' prefix to have proper namespace Ajay.Kathat
2019-02-07 11:29 ` [PATCH v2 3/8] staging: wilc1000: move macro and function prototype from wilc_wlan_if.h file Ajay.Kathat
2019-02-07 12:51   ` Claudiu.Beznea
2019-02-08  7:43     ` Ajay.Kathat
2019-02-07 11:29 ` [PATCH v2 4/8] staging: wilc1000: avoid function forward declaration in wilc_sdio.c file Ajay.Kathat
2019-02-07 11:29 ` [PATCH v2 5/8] staging: wilc1000: added 'wilc_' prefix for function " Ajay.Kathat
2019-02-07 11:29 ` [PATCH v2 6/8] staging: wilc1000: rename wilc_frmw_to_linux() Ajay.Kathat
2019-02-07 11:29 ` [PATCH v2 7/8] staging: wilc1000: remove 'linux_' prefix in function names Ajay.Kathat
2019-02-07 11:29 ` [PATCH v2 8/8] staging: wilc1000: rename linux_wlan.c and linux_mon.c Ajay.Kathat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).