summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/README
diff options
context:
space:
mode:
authorAmitkumar Karwar2011-04-14 02:27:06 +0200
committerJohn W. Linville2011-04-14 21:35:11 +0200
commit600f5d909a54a8dccf8c8c23898fc2e91bc0953e (patch)
treedad2709218946398c370647f16d0dd6f2f9a1919 /drivers/net/wireless/mwifiex/README
parentath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312 (diff)
downloadkernel-qcow2-linux-600f5d909a54a8dccf8c8c23898fc2e91bc0953e.tar.gz
kernel-qcow2-linux-600f5d909a54a8dccf8c8c23898fc2e91bc0953e.tar.xz
kernel-qcow2-linux-600f5d909a54a8dccf8c8c23898fc2e91bc0953e.zip
mwifiex: cleanup ioctl wait queue and abstraction layer
1) remove mwifiex_alloc_fill_wait_queue() and mwifiex_request_ioctl() 2) avoid dynamic allocation of wait queue 3) remove unnecessary mwifiex_error_code macros that were used mainly by the wait queue status code 4) remove some abstraction functions 5) split mwifiex_prepare_cmd() to mwifiex_send_cmd_async() and mwifiex_send_sync() to handle asynchronous and synchronous commands respectively Signed-off-by: Amitkumar Karwar <akarwar@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/README')
-rw-r--r--drivers/net/wireless/mwifiex/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/README b/drivers/net/wireless/mwifiex/README
index 338377f7093b..b55badef4660 100644
--- a/drivers/net/wireless/mwifiex/README
+++ b/drivers/net/wireless/mwifiex/README
@@ -157,7 +157,7 @@ info
mp_wr_bitmap = <SDIO multi-port write bitmap>
cmd_resp_received = <0/1, no cmd response to process/response received and yet to process>
event_received = <0/1, no event to process/event received and yet to process>
- ioctl_pending = <number of ioctl pending>
+ cmd_pending = <number of cmd pending>
tx_pending = <number of Tx packet pending>
rx_pending = <number of Rx packet pending>