aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorYogesh Ashok Powar <yogeshp@marvell.com>2012-03-12 22:35:08 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-03-13 14:54:17 -0400
commit3e822635a79c55a7768ec38cd5007081dae95171 (patch)
treedcb3068d82282ab13d02d2a2c9d243e4571dae53 /drivers/net/wireless/mwifiex/main.h
parenta8286911881948c7a2ecc63ee4224c258cce2da3 (diff)
mwifiex: rename long function names to shorter ones
This saves some space and adds better readability. Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com> Signed-off-by: Bing Zhao <bzhao@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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h
index 6dc116647411..58748b143609 100644
--- a/drivers/net/wireless/mwifiex/main.h
+++ b/drivers/net/wireless/mwifiex/main.h
@@ -462,9 +462,9 @@ struct mwifiex_private {
462}; 462};
463 463
464enum mwifiex_ba_status { 464enum mwifiex_ba_status {
465 BA_STREAM_NOT_SETUP = 0, 465 BA_SETUP_NONE = 0,
466 BA_STREAM_SETUP_INPROGRESS, 466 BA_SETUP_INPROGRESS,
467 BA_STREAM_SETUP_COMPLETE 467 BA_SETUP_COMPLETE
468}; 468};
469 469
470struct mwifiex_tx_ba_stream_tbl { 470struct mwifiex_tx_ba_stream_tbl {