aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-3/+16
2014-03-31mwifiex: scan command preparation failure handlingAmitkumar Karwar1-2/+15
2014-03-27mwifiex: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-03-06mwifiex: save and copy AP's VHT capability info correctlyAmitkumar Karwar1-4/+4
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-2/+2
2014-02-12mwifiex: cleanup in mwifiex_fill_cap_info()Amitkumar Karwar1-1/+1
2014-02-12mwifiex: implement extended scan featureAmitkumar Karwar1-6/+185
2014-02-12mwifiex: separate out next scan command queueing logicAmitkumar Karwar1-62/+71
2014-02-12mwifiex: separate out response buffer parsing codeAmitkumar Karwar1-146/+163
2014-02-12mwifiex: change beacon parameter structureAmitkumar Karwar1-10/+15
2014-01-13mwifiex: add missing endian conversion for fw_tsfAmitkumar Karwar1-2/+2
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-2/+2
2013-08-01mwifiex: populate rates in probe request using cfg80211_scan_requestAvinash Patil1-17/+46
2013-06-19mwifiex: channel switch handling for stationAmitkumar Karwar1-0/+18
2013-06-19mwifiex: add basic 11h support for stationAmitkumar Karwar1-0/+19
2013-05-22mwifiex: abort remaining scan commands when association startedBing Zhao1-1/+2
2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar1-14/+8
2013-04-22mwifiex: remove redundant initialization for bss_descriptorBing Zhao1-29/+0
2013-04-22mwifiex: fix use-after-free in beacon_ie processingBing Zhao1-0/+8
2013-04-03mwifiex: complete last internal scanBing Zhao1-2/+9
2013-03-18mwifiex: fix race when queuing commandsAmitkumar Karwar1-4/+4
2013-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-10/+53
2013-02-18mwifiex: add 802.11AC supportYogesh Ashok Powar1-0/+48
2013-02-18mwifiex: coding style cleanup in bss parameter updateYogesh Ashok Powar1-10/+5
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+1
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+5
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-1/+1
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-19/+8
2013-01-30mwifiex: fix incomplete scan in case of IE parsing errorBing Zhao1-4/+5
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-8/+5
2012-10-29mwifiex: disable channel filtering for SSID specific scan from userAmitkumar Karwar1-0/+5
2012-10-29mwifiex: minor cleanup and a fix in scan semaphore usageAmitkumar Karwar1-9/+1
2012-10-29mwifiex: abort scan upon interface downAmitkumar Karwar1-6/+19
2012-10-29mwifiex: use LOW_PRIORITY scan flag provided in scan requestAmitkumar Karwar1-1/+5
2012-10-24mwifiex: return -EBUSY if specific scan request cannot be honoredBing Zhao1-8/+5
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel1-5/+8
2012-10-08mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar1-2/+2
2012-10-08mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar1-6/+10
2012-10-08mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao1-9/+9
2012-09-28mwifiex: convert to use le16_add_cpu()Wei Yongjun1-3/+2
2012-09-07mwifiex: make use of is_zero_ether_addr()Bing Zhao1-3/+1
2012-08-10mwifiex: fix code mis-alignment after the if statementFengguang Wu1-2/+2
2012-08-06mwifiex: update max_chan_per_scan correctly for SSID scanAmitkumar Karwar1-0/+2
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-22/+3
2012-06-28mwifiex: wakeup main thread to handle command queuedAmitkumar Karwar1-22/+3
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-15/+44
2012-06-11mwifiex: scan less channels per scan command to improve Tx trafficAmitkumar Karwar1-7/+27
2012-06-11mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar1-8/+17