summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/scan.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* | 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/+8
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-291-8/+5
|\
| * mwifiex: return -EBUSY if specific scan request cannot be honoredBing Zhao2012-10-241-8/+5
* | 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/+1
* | mwifiex: abort scan upon interface downAmitkumar Karwar2012-10-291-6/+19
* | mwifiex: use LOW_PRIORITY scan flag provided in scan requestAmitkumar Karwar2012-10-291-1/+5
* | wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel2012-10-181-5/+8
|/
* mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar2012-10-081-2/+2
* mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar2012-10-081-6/+10
* mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao2012-10-081-9/+9
* mwifiex: convert to use le16_add_cpu()Wei Yongjun2012-09-281-3/+2
* mwifiex: make use of is_zero_ether_addr()Bing Zhao2012-09-071-3/+1
* mwifiex: fix code mis-alignment after the if statementFengguang Wu2012-08-101-2/+2
* mwifiex: update max_chan_per_scan correctly for SSID scanAmitkumar Karwar2012-08-061-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-291-22/+3
|\
| * mwifiex: wakeup main thread to handle command queuedAmitkumar Karwar2012-06-281-22/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-15/+44
|\ \ | |/
| * mwifiex: scan less channels per scan command to improve Tx trafficAmitkumar Karwar2012-06-111-7/+27
| * mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar2012-06-111-8/+17
* | wireless: Remove casts to same typeJoe Perches2012-06-061-14/+10
|/
* mwifiex: corrections in timestamp related codeAmitkumar Karwar2012-04-171-9/+13
* mwifiex: code cleanup in BSS handlingAmitkumar Karwar2012-04-171-31/+10
* mwifiex: update signal strength in mBm unitsAmitkumar Karwar2012-04-091-2/+3
* wireless: rename ht_info to ht_operationJohannes Berg2012-04-091-6/+6
* mwifiex: fix checkpatch --strict warnings/errors Part 5Yogesh Ashok Powar2012-03-141-173/+170
* mwifiex: merge functions to derive cfp by chan & freq in oneYogesh Ashok Powar2012-03-131-6/+5
* mwifiex: fix bug in wildcard scan handlingAmitkumar Karwar2012-03-051-20/+20
* mwifiex: remove unnecessary struct mwifiex_802_11_ssidAmitkumar Karwar2012-03-051-4/+3
* mwifiex: remove unnecessary enum MWIFIEX_802_11_WEP_STATUSAmitkumar Karwar2012-02-291-28/+19
* mwifiex: update correct dtim_period in dump_station()Amitkumar Karwar2012-02-061-6/+0
* mwifiex: update BSS parameters in dump_station_info()Amitkumar Karwar2012-01-271-0/+6
* drivers/net/wireless/mwifiex/scan.c: convert GFP_KERNEL to GFP_ATOMICJulia Lawall2012-01-241-1/+1
* mwifiex: cleanup work in scan.cAmitkumar Karwar2011-12-191-4/+4
* mwifiex: remove cfg_workqueueAmitkumar Karwar2011-12-141-4/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-2/+4
|\
| * mwifiex: fix association issue with AP configured in hidden SSID modeAmitkumar Karwar2011-11-111-2/+4
* | mwifiex: release bss structure returned by cfg80211_inform_bss()Amitkumar Karwar2011-11-111-0/+1
* | mwifiex: remove unnecessary free_priv handlerAmitkumar Karwar2011-11-111-6/+0
|/
* net, wireless, mwifiex: Fix mem leak in mwifiex_update_curr_bss_params()Jesper Juhl2011-11-071-1/+2
* mwifiex: fix make namespacecheck warningsAmitkumar Karwar2011-10-141-25/+25
* mwifiex: use separate wait condition for each command nodeAmitkumar Karwar2011-10-141-3/+5
OpenPOWER on IntegriCloud