From: Ajay Singh <ajay.kat...@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

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to