summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/cmdevt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-291-6/+16
|\
| * mwifiex: skip pending commands after function shutdownBing Zhao2013-03-181-3/+14
| * mwifiex: fix race when queuing commandsAmitkumar Karwar2013-03-181-3/+2
* | mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar2013-03-061-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-191-0/+19
|\
| * mwifiex: add 802.11AC supportYogesh Ashok Powar2013-02-181-0/+19
* | wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-8/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-3/+8
|\
| * mwifiex: fix system hang issue in cmd timeout error caseBing Zhao2012-11-161-3/+8
* | mwifiex: add support for SDIO card resetAmitkumar Karwar2012-11-141-0/+3
* | mwifiex: Using %*phD instead of print_hex_dump_bytesAndrei Emeltchenko2012-10-191-12/+12
* | mwifiex: use sizeof(array) to print_hex_dump_bytesBing Zhao2012-10-191-4/+7
|/
* mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil2012-09-281-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-1/+14
|\
| * mwifiex: fix skb length issue when send a command to firmwareStone Piao2012-09-051-1/+14
* | mwifiex: separate file for handling AP eventsAvinash Patil2012-08-061-1/+4
|/
* mwifiex: wakeup main thread to handle command queuedAmitkumar Karwar2012-06-281-0/+1
* mwifiex: enhance power save for USB and PCIe chipsetsAmitkumar Karwar2012-06-221-1/+5
* mwifiex: add bss start and bss stop commands for APAvinash Patil2012-05-161-2/+14
* mwifiex: handle station specific commands on STA interface onlyAvinash Patil2012-05-161-0/+5
* mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar2012-04-231-11/+52
* mwifiex: fix checkpatch --strict warnings/errors Part 2Yogesh Ashok Powar2012-03-141-79/+87
* mwifiex: handle auto authentication mode correctlyAmitkumar Karwar2012-03-051-5/+3
* mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar2012-01-241-1/+2
* mwifiex: avoid double list_del in command cancel pathYogesh Ashok Powar2011-12-141-7/+2
* mwifiex: use separate wait condition for each command nodeAmitkumar Karwar2011-10-141-9/+14
* mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar2011-10-121-7/+4
* mwifiex: reset skb length before inserting to free queueAmitkumar Karwar2011-09-271-0/+3
* mwifiex: remove casts of void pointersAmitkumar Karwar2011-06-221-17/+11
* mwifiex: remove mwifiex_recv_complete functionAmitkumar Karwar2011-05-121-3/+3
* mwifiex: remove unnecessary struct mwifiex_opt_sleep_confirm_bufferAmitkumar Karwar2011-05-101-9/+8
* mwifiex: fix null derefs, mem leaks and triviaChristoph Fritz2011-05-101-1/+1
* mwifiex: remove unnecessary variable initializationYogesh Ashok Powar2011-05-051-14/+14
* mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar2011-04-141-12/+1
* mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar2011-04-141-107/+72
* mwifiex: fix cmd_skb headroom decreasing issueBing Zhao2011-04-121-0/+2
* mwifiex: cleanup power save related struct and macrosMarc Yang2011-04-041-18/+19
* mwifiex: use IEEE80211_HT_CAP_ macros for 11n cap_infoMarc Yang2011-04-041-3/+0
* mwifiex: remove helper functions for displaying 11n capabilitiesYogesh Ashok Powar2011-04-041-2/+0
* wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao2011-03-301-0/+1463
OpenPOWER on IntegriCloud