aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorAmitkumar Karwar <akarwar@marvell.com>2014-08-19 08:24:25 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-08-28 14:41:56 -0400
commit4b9fede594f05550a5b3e061784781aa13540d09 (patch)
treec6ca3d4caebc20888a73860f6c7e8ee02d2e5628 /drivers/net/wireless/mwifiex/main.h
parent2618d4fb0fb8e28d81f4f922727225470e31e717 (diff)
mwifiex: rename macro and variables related to API revision
We will remove 'fw' prefix from these variable and macro names and make them generic. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r--drivers/net/wireless/mwifiex/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h
index a2733b1e63f9..54399631599a 100644
--- a/drivers/net/wireless/mwifiex/main.h
+++ b/drivers/net/wireless/mwifiex/main.h
@@ -833,7 +833,7 @@ struct mwifiex_adapter {
833 struct semaphore *card_sem; 833 struct semaphore *card_sem;
834 bool ext_scan; 834 bool ext_scan;
835 u8 fw_api_ver; 835 u8 fw_api_ver;
836 u8 fw_key_api_major_ver, fw_key_api_minor_ver; 836 u8 key_api_major_ver, key_api_minor_ver;
837 struct work_struct iface_work; 837 struct work_struct iface_work;
838 unsigned long iface_work_flags; 838 unsigned long iface_work_flags;
839 struct memory_type_mapping *mem_type_mapping_tbl; 839 struct memory_type_mapping *mem_type_mapping_tbl;