aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorAjay Singh <ajay.kathat@microchip.com>2019-02-07 11:29:01 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-07 13:34:45 +0100
commitf5436edeedfbd126516a53d95ef428b0bb30c9b7 (patch)
tree2f84339c98f30c20adaf41d8843cc7645346c252 /drivers/staging/wilc1000/wilc_wlan_if.h
parentstaging: wilc1000: fix to set correct value for 'vif_num' (diff)
downloadlinux-dev-f5436edeedfbd126516a53d95ef428b0bb30c9b7.tar.xz
linux-dev-f5436edeedfbd126516a53d95ef428b0bb30c9b7.zip
staging: wilc1000: add 'wilc_' prefix to have proper namespace
Cleanup patch to rename data structure and function name to have 'wilc_' prefix. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index 26aad49afde7..9b8cce80a590 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -45,7 +45,7 @@ struct tx_complete_data {
*
********************************************/
#define WILC_MULTICAST_TABLE_SIZE 8
-#define MAX_RATES_SUPPORTED 12
+#define WILC_MAX_RATES_SUPPORTED 12
enum bss_types {
WILC_FW_BSS_TYPE_INFRA = 0,