summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/cmdevt.c
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: fix spinlock bad magic bugAmitkumar Karwar2014-03-311-2/+2
* mwifiex: cancel pending commands during host sleepAmitkumar Karwar2014-03-271-0/+5
* mwifiex: correction in sleep confirm command sequence numberAmitkumar Karwar2014-03-271-1/+1
* mwifiex: extract firmware API version numberAmitkumar Karwar2014-03-141-0/+1
* mwifiex: update MCS information as per antenna settingsAmitkumar Karwar2014-02-281-0/+1
* mwifiex: replace num_cmd_timeout with is_cmd_timedoutAmitkumar Karwar2014-02-281-5/+5
* mwifiex: get rid of extra num_cmd_timeout variableAmitkumar Karwar2014-02-281-2/+1Star
* mwifiex: block further commands after timeoutAmitkumar Karwar2014-02-281-0/+5
* mwifiex: skipping pending commands after unloadAmitkumar Karwar2014-02-281-1/+3
* mwifiex: abort scan while cancelling pending commandAmitkumar Karwar2014-02-281-7/+31
* mwifiex: remove global variable cmd_wait_q_requiredBing Zhao2014-02-281-29/+7Star
* mwifiex: use del_timer_sync instead of del_timerAvinash Patil2014-02-241-1/+1
* mwifiex: parse API version from FWAvinash Patil2014-02-121-1/+44
* mwifiex: advertise correct beamforming information for VHTAmitkumar Karwar2014-02-121-2/+4
* mwifiex: implement extended scan featureAmitkumar Karwar2014-02-121-1/+2
* mwifiex: use little-endian variables in firmware structuresUjjal Roy2013-12-091-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-171-1/+1
|\
| * mwifiex: Change variable type to boolPeter Senna Tschudin2013-10-101-1/+1
* | mwifiex: fix PCIe hs_cfg cancel cmd timeoutBing Zhao2013-09-261-3/+2Star
|/
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-05-291-0/+1
|\
| * mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao2013-05-081-0/+1
* | mwifiex: add del_station handlerAvinash Patil2013-05-221-0/+1
|/
* mwifiex: make use of msecs_to_jiffies()Bing Zhao2013-04-221-1/+1
* mwifiex: fix negative cmd_pending countBing Zhao2013-04-081-10/+25
* 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/+2Star
* | 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/+3Star
|/
* 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/+3Star
* 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/+2Star
* mwifiex: use separate wait condition for each command nodeAmitkumar Karwar2011-10-141-9/+14