summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/scan.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner1-13/+1
2021-04-17mwifiex: Remove unneeded variable: "ret"zuoqilin1-2/+1
2020-08-27mwifiex: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2020-02-14mwifiex: change license text from MARVELL to NXPGanapathi Bhat1-4/+4
2020-01-27mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Qing Xu1-0/+7
2019-10-01mwifiex: use 'total_ie_len' in mwifiex_update_bss_desc_with_ie()Brian Norris1-8/+6
2019-08-19Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.or...David S. Miller1-1/+1
2019-08-06mwifiex: make error values consistent in mwifiex_update_bss_desc_with_ie()Pavel Machek1-1/+1
2019-07-30mwifiex: fix 802.11n/WPA detectionBrian Norris1-1/+2
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+11
2019-06-27mwifiex: don't disable hardirqs; just softirqsBrian Norris1-33/+25
2019-06-24mwifiex: Don't abort on small, spec-compliant vendor IEsBrian Norris1-7/+11
2019-05-30mwifiex: Abort at too short BSS descriptor elementTakashi Iwai1-0/+15
2019-05-30mwifiex: Fix possible buffer overflows at parsing bss descriptorTakashi Iwai1-0/+4
2018-12-13mwifiex: fix potential NULL dereference and use after freePan Bian1-8/+10
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat1-1/+2
2018-05-29mwifiex: reserve passive scan time for radar channelXinming Hu1-3/+6
2018-05-29mwifiex: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-09-20mwifiex: avoid storing random_mac in privateGanapathi Bhat1-1/+2
2017-09-20mwifiex: remove unnecessary call to memsetHimanshu Jha1-2/+0
2017-08-17mwifiex: check for NL80211_SCAN_FLAG_RANDOM_ADDR during hidden SSID scanGanapathi Bhat1-1/+2
2017-08-17mwifiex: do not use random MAC for pre-association scanningGanapathi Bhat1-1/+0
2017-07-28mwifiex: drop 'add_tail' param from mwifiex_insert_cmd_to_pending_q()Brian Norris1-3/+2
2017-07-27mwifiex: correct channel stat buffer overflowsBrian Norris1-0/+6
2017-06-13mwifiex: Replace semaphore async_sem with mutexBinoy Jayan1-2/+2
2017-03-20mwifiex: send fewer channels to scan while connectedAmitkumar Karwar1-3/+8
2017-03-20mwifiex: Use accessors routines for unaligned valuesDaniel Mentz1-10/+16
2016-11-29mwifiex: Remove unused 'chan_num' variableKirtika Ruchandani1-5/+3
2016-11-17mwifiex: fix memory leak in mwifiex_save_hidden_ssid_channels()Ricky Liang1-0/+4
2016-09-09mwifiex: scan: Simplify codeChristophe Jaillet1-8/+4
2016-09-03mwifiex: support random MAC address for scanningGanapathi Bhat1-0/+16
2016-07-14Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.or...David S. Miller1-1/+35
2016-07-08mwifiex: fix NULL pointer dereference during suspendAmitkumar Karwar1-1/+2
2016-07-08mwifiex: clear scan_aborting flagAmitkumar Karwar1-0/+3
2016-07-06nl80211: support beacon report scanningAvraham Stern1-2/+10
2016-06-29mwifiex: factor out mwifiex_cancel_scanXinming Hu1-0/+26
2016-04-27mwifiex: disable channel filtering feature in firmwareAmitkumar Karwar1-5/+6
2016-04-15mwifiex: factor out mwifiex_cancel_pending_scan_cmdAndreas Fenkart1-18/+5
2016-04-15mwifiex: scan: replace pointer arithmetic with array accessAndreas Fenkart1-10/+7
2016-04-15mwifiex: scan: factor out dbg_security_flagsAndreas Fenkart1-49/+25
2016-04-15mwifiex: scan: simplify ternary operators using gnu extensionAndreas Fenkart1-5/+2
2016-04-15mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdrAndreas Fenkart1-29/+23
2016-04-15mwifiex: scan: simplify dereference of bss_desc fieldsAndreas Fenkart1-52/+46
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-4/+4
2016-02-06mwifiex: fix a reversed conditionDan Carpenter1-1/+1
2016-01-29mwifiex: add RSSI support for net-detectGanapathi Bhat1-0/+15
2016-01-29mwifiex: add wowlan net-detect supportchunfan chen1-0/+34
2016-01-29mwifiex: add schedule scan supportXinming Hu1-0/+261
2015-11-18mwifiex: move under marvell vendor directoryKalle Valo1-0/+2639