aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/cmdevt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-15mwifiex: bring in scan channel gap featureAvinash Patil1-0/+3
2014-09-15mwifiex: set fw api info for backword compatibilityAvinash Patil1-0/+1
2014-08-28mwifiex: use firmware API revision from GET_HW_SPEC responseAmitkumar Karwar1-1/+7
2014-08-28mwifiex: rename macro and variables related to API revisionAmitkumar Karwar1-9/+9
2014-08-28mwifiex: fix left_len calculation issueAmitkumar Karwar1-1/+2
2014-07-18mwifiex: remove redundant timestamps in debug printsBing Zhao1-28/+12
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2014-07-03mwifiex: initialize Tx/Rx info of a packet correctlyAmitkumar Karwar1-0/+1
2014-06-25mwifiex: print sleep_confirm cmd/response and power save eventsBing Zhao1-5/+20
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-06-25mwifiex: add firmware dump feature for PCIeAmitkumar Karwar1-0/+3
2014-04-24Revert "mwifiex: add firmware dump feature for PCIe"John W. Linville1-3/+0
2014-04-22mwifiex: add firmware dump feature for PCIeAmitkumar Karwar1-0/+3
2014-04-22mwifiex: don't clear cmd_sent flag in timeout handlerAmitkumar Karwar1-2/+0
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