From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx> This patch series contains changes to address the review feedback comments [1]. It mainly contains the changes to have clear names for the constants. Most of the constants names are taken care, few are left unchanged in hope with another cleanup those macros might be deleted. After further cleanup will revisit if anything else is required to address this. [1]. - https://www.spinics.net/lists/linux-wireless/msg178706.html - https://www.spinics.net/lists/linux-wireless/msg178704.html Ajay Singh (12): staging: wilc1000: use macro from ieee80211.h in register frame api's staging: wilc1000: use WLAN_PMKID_LEN macro from ieee80211.h header staging: wilc1000: remove unused macros and struct members in host_interface.h staging: wilc1000: move sdio_cmd52 & sdio_cmd53 struct to source file staging: wilc1000: use enum contants for mac status & added 'WILC_' prefix staging: wilc1000: restructure macros used to handle security type staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h header staging: wilc1000: move current_tx_rate enum to wilc_wlan_if.h file staging: wilc1000: rename firmware related constants to follow better namespace staging: wilc1000: added 'WILC_' prefix for constants to have clear namespace staging: wilc1000: use ENOBUFS error code instead of WILC_TX_ERR_NO_BUF macro staging: wilc1000: rename tsf_hi element of network_info struct drivers/staging/wilc1000/host_interface.c | 203 ++++++++++----------- drivers/staging/wilc1000/host_interface.h | 100 ++++------ drivers/staging/wilc1000/linux_wlan.c | 62 ++++--- drivers/staging/wilc1000/wilc_sdio.c | 22 ++- drivers/staging/wilc1000/wilc_spi.c | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 133 +++++++------- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 9 +- drivers/staging/wilc1000/wilc_wlan.c | 94 +++++----- drivers/staging/wilc1000/wilc_wlan_if.h | 212 ++++++++++++---------- 9 files changed, 421 insertions(+), 416 deletions(-) -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel