aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/cmdevt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31mwifiex: fix spinlock bad magic bugAmitkumar Karwar1-2/+2
2014-03-27mwifiex: cancel pending commands during host sleepAmitkumar Karwar1-0/+5
2014-03-27mwifiex: correction in sleep confirm command sequence numberAmitkumar Karwar1-1/+1
2014-03-14mwifiex: extract firmware API version numberAmitkumar Karwar1-0/+1
2014-02-28mwifiex: update MCS information as per antenna settingsAmitkumar Karwar1-0/+1
2014-02-28mwifiex: replace num_cmd_timeout with is_cmd_timedoutAmitkumar Karwar1-5/+5
2014-02-28mwifiex: get rid of extra num_cmd_timeout variableAmitkumar Karwar1-2/+1
2014-02-28mwifiex: block further commands after timeoutAmitkumar Karwar1-0/+5
2014-02-28mwifiex: skipping pending commands after unloadAmitkumar Karwar1-1/+3
2014-02-28mwifiex: abort scan while cancelling pending commandAmitkumar Karwar1-7/+31
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-29/+7
2014-02-24mwifiex: use del_timer_sync instead of del_timerAvinash Patil1-1/+1
2014-02-12mwifiex: parse API version from FWAvinash Patil1-1/+44
2014-02-12mwifiex: advertise correct beamforming information for VHTAmitkumar Karwar1-2/+4
2014-02-12mwifiex: implement extended scan featureAmitkumar Karwar1-1/+2
2013-12-09mwifiex: use little-endian variables in firmware structuresUjjal Roy1-2/+2
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+1
2013-10-10mwifiex: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-09-26mwifiex: fix PCIe hs_cfg cancel cmd timeoutBing Zhao1-3/+2
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville1-0/+1
2013-05-22mwifiex: add del_station handlerAvinash Patil1-0/+1
2013-05-08mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao1-0/+1
2013-04-22mwifiex: make use of msecs_to_jiffies()Bing Zhao1-1/+1
2013-04-08mwifiex: fix negative cmd_pending countBing Zhao1-10/+25
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-6/+16
2013-03-18mwifiex: skip pending commands after function shutdownBing Zhao1-3/+14
2013-03-18mwifiex: fix race when queuing commandsAmitkumar Karwar1-3/+2
2013-03-06mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar1-1/+1
2013-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+19
2013-02-18mwifiex: add 802.11AC supportYogesh Ashok Powar1-0/+19
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-8/+3
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+8
2012-11-16mwifiex: fix system hang issue in cmd timeout error caseBing Zhao1-3/+8
2012-11-14mwifiex: add support for SDIO card resetAmitkumar Karwar1-0/+3
2012-10-19mwifiex: Using %*phD instead of print_hex_dump_bytesAndrei Emeltchenko1-12/+12
2012-10-19mwifiex: use sizeof(array) to print_hex_dump_bytesBing Zhao1-4/+7
2012-09-28mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil1-0/+2
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+14
2012-09-05mwifiex: fix skb length issue when send a command to firmwareStone Piao1-1/+14
2012-08-06mwifiex: separate file for handling AP eventsAvinash Patil1-1/+4
2012-06-28mwifiex: wakeup main thread to handle command queuedAmitkumar Karwar1-0/+1
2012-06-22mwifiex: enhance power save for USB and PCIe chipsetsAmitkumar Karwar1-1/+5
2012-05-16mwifiex: add bss start and bss stop commands for APAvinash Patil1-2/+14
2012-05-16mwifiex: handle station specific commands on STA interface onlyAvinash Patil1-0/+5
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar1-11/+52
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 2Yogesh Ashok Powar1-79/+87
2012-03-05mwifiex: handle auto authentication mode correctlyAmitkumar Karwar1-5/+3
2012-01-24mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar1-1/+2
2011-12-14mwifiex: avoid double list_del in command cancel pathYogesh Ashok Powar1-7/+2
2011-10-14mwifiex: use separate wait condition for each command nodeAmitkumar Karwar1-9/+14