aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-29mwifiex: fix NULL pointer dereference during hidden SSID scanAniket Nagarnaik1-1/+1
2015-09-29mwifiex: NULL check for cfg80211_inform_bss()Xinming Hu1-8/+12
2015-08-13mwifiex: fix unable to connect hidden SSID AP on DFS channelchunfan chen1-11/+132
2015-07-21mwifiex: use maximum ssid length as 0xfe for p2pAniket Nagarnaik1-0/+4
2015-07-21mwifiex: add bss mode TLV to extended scan commandAniket Nagarnaik1-0/+10
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-168/+206
2015-05-26mwifiex: add dump data debug supportZhaoyang Liu1-0/+3
2015-01-29mwifiex: do not declare wdev as pointerAvinash Patil1-5/+5
2015-01-23mwifiex: check driver status in connect and scan handlersAmitkumar Karwar1-0/+6
2014-11-25mwifiex: fix scan problem on big endian platformsAmitkumar Karwar1-1/+1
2014-10-31mwifiex: channel statistics support for mwifiexAvinash Patil1-1/+75
2014-09-26mwifiex: ensure user_scan_in not NULL while setting scan channel gapAvinash Patil1-16/+17
2014-09-15mwifiex: remove low priority scan handlingAmitkumar Karwar1-30/+29
2014-09-15mwifiex: remove redundant variable report_scan_resultAmitkumar Karwar1-3/+0
2014-09-15mwifiex: remove restriction of single channel scan when connectedAvinash Patil1-6/+0
2014-09-15mwifiex: bring in scan channel gap featureAvinash Patil1-0/+17
2014-09-15mwifiex: rework internal scan for associationAvinash Patil1-1/+26
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-1/+2
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-05-29mwifiex: fix a crash in extended scan event processingAvinash Patil1-10/+19
2014-04-22mwifiex: fix IE parsing issuesAmitkumar Karwar1-13/+7
2014-04-22mwifiex: increase the number of nodes in command poolAmitkumar Karwar1-15/+2
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