summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/scan.c
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: do not declare wdev as pointerAvinash Patil2015-01-291-5/+5
* mwifiex: check driver status in connect and scan handlersAmitkumar Karwar2015-01-231-0/+6
* mwifiex: fix scan problem on big endian platformsAmitkumar Karwar2014-11-251-1/+1
* mwifiex: channel statistics support for mwifiexAvinash Patil2014-10-311-1/+75
* mwifiex: ensure user_scan_in not NULL while setting scan channel gapAvinash Patil2014-09-261-16/+17
* mwifiex: remove low priority scan handlingAmitkumar Karwar2014-09-151-30/+29Star
* mwifiex: remove redundant variable report_scan_resultAmitkumar Karwar2014-09-151-3/+0Star
* mwifiex: remove restriction of single channel scan when connectedAvinash Patil2014-09-151-6/+0Star
* mwifiex: bring in scan channel gap featureAvinash Patil2014-09-151-0/+17
* mwifiex: rework internal scan for associationAvinash Patil2014-09-151-1/+26
* cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-1/+2
* mwifiex: update Copyright to 2014Xinming Hu2014-06-251-1/+1
* mwifiex: fix a crash in extended scan event processingAvinash Patil2014-05-291-10/+19
* mwifiex: fix IE parsing issuesAmitkumar Karwar2014-04-221-13/+7Star
* mwifiex: increase the number of nodes in command poolAmitkumar Karwar2014-04-221-15/+2Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-311-3/+16
|\
| * mwifiex: scan command preparation failure handlingAmitkumar Karwar2014-03-311-2/+15
| * mwifiex: Remove casts of pointer to same typeJoe Perches2014-03-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-4/+4
|\ \ | |/ |/|
| * mwifiex: save and copy AP's VHT capability info correctlyAmitkumar Karwar2014-03-061-4/+4
* | mwifiex: remove global variable cmd_wait_q_requiredBing Zhao2014-02-281-2/+2
* | mwifiex: cleanup in mwifiex_fill_cap_info()Amitkumar Karwar2014-02-121-1/+1
* | mwifiex: implement extended scan featureAmitkumar Karwar2014-02-121-6/+185
* | mwifiex: separate out next scan command queueing logicAmitkumar Karwar2014-02-121-62/+71
* | mwifiex: separate out response buffer parsing codeAmitkumar Karwar2014-02-121-146/+163
* | mwifiex: change beacon parameter structureAmitkumar Karwar2014-02-121-10/+15
|/
* mwifiex: add missing endian conversion for fw_tsfAmitkumar Karwar2014-01-131-2/+2
* cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-251-2/+2
* mwifiex: populate rates in probe request using cfg80211_scan_requestAvinash Patil2013-08-011-17/+46
* mwifiex: channel switch handling for stationAmitkumar Karwar2013-06-191-0/+18
* mwifiex: add basic 11h support for stationAmitkumar Karwar2013-06-191-0/+19
* mwifiex: abort remaining scan commands when association startedBing Zhao2013-05-221-1/+2
* mwifiex: remove global user_scan_cfg variableAmitkumar Karwar2013-05-221-14/+8Star
* mwifiex: remove redundant initialization for bss_descriptorBing Zhao2013-04-221-29/+0Star
* mwifiex: fix use-after-free in beacon_ie processingBing Zhao2013-04-221-0/+8
* mwifiex: complete last internal scanBing Zhao2013-04-031-2/+9
* mwifiex: fix race when queuing commandsAmitkumar Karwar2013-03-181-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-191-10/+53
|\
| * mwifiex: add 802.11AC supportYogesh Ashok Powar2013-02-181-0/+48
| * mwifiex: coding style cleanup in bss parameter updateYogesh Ashok Powar2013-02-181-10/+5Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-1/+1
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-141-4/+5
| |\
| * | cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-4/+5
|\ \ \ | | |/ | |/|
| * | mwifiex: fix incomplete scan in case of IE parsing errorBing Zhao2013-01-301-4/+5
| |/
* / wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-19/+8Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-291-8/+5Star
|\
| * mwifiex: return -EBUSY if specific scan request cannot be honoredBing Zhao2012-10-241-8/+5Star
* | mwifiex: disable channel filtering for SSID specific scan from userAmitkumar Karwar2012-10-291-0/+5
* | mwifiex: minor cleanup and a fix in scan semaphore usageAmitkumar Karwar2012-10-291-9/+1Star