summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/scan.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex...Kees Cook2024-02-121-8/+6
* wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp()Dmitry Antipov2023-12-191-11/+0
* wifi: mwifiex: cleanup adapter dataDmitry Antipov2023-08-211-4/+0
* wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal()Ruan Jinjie2023-08-211-2/+1
* wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()Christophe JAILLET2023-05-111-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner2022-06-101-13/+1
* mwifiex: Remove unneeded variable: "ret"zuoqilin2021-04-171-2/+1
* mwifiex: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-271-1/+1
* mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2020-08-181-1/+1
* mwifiex: change license text from MARVELL to NXPGanapathi Bhat2020-02-141-4/+4
* mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Qing Xu2020-01-271-0/+7
* mwifiex: use 'total_ie_len' in mwifiex_update_bss_desc_with_ie()Brian Norris2019-10-011-8/+6
* Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.or...David S. Miller2019-08-191-1/+1
|\
| * mwifiex: make error values consistent in mwifiex_update_bss_desc_with_ie()Pavel Machek2019-08-061-1/+1
* | mwifiex: fix 802.11n/WPA detectionBrian Norris2019-07-301-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-7/+11
|\
| * mwifiex: Don't abort on small, spec-compliant vendor IEsBrian Norris2019-06-241-7/+11
* | mwifiex: don't disable hardirqs; just softirqsBrian Norris2019-06-271-33/+25
|/
* mwifiex: Abort at too short BSS descriptor elementTakashi Iwai2019-05-301-0/+15
* mwifiex: Fix possible buffer overflows at parsing bss descriptorTakashi Iwai2019-05-301-0/+4
* mwifiex: fix potential NULL dereference and use after freePan Bian2018-12-131-8/+10
* mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat2018-07-311-1/+2
* mwifiex: reserve passive scan time for radar channelXinming Hu2018-05-291-3/+6
* mwifiex: mark expected switch fall-throughsGustavo A. R. Silva2018-05-291-0/+1
* mwifiex: avoid storing random_mac in privateGanapathi Bhat2017-09-201-1/+2
* mwifiex: remove unnecessary call to memsetHimanshu Jha2017-09-201-2/+0
* mwifiex: check for NL80211_SCAN_FLAG_RANDOM_ADDR during hidden SSID scanGanapathi Bhat2017-08-171-1/+2
* mwifiex: do not use random MAC for pre-association scanningGanapathi Bhat2017-08-171-1/+0
* mwifiex: drop 'add_tail' param from mwifiex_insert_cmd_to_pending_q()Brian Norris2017-07-281-3/+2
* mwifiex: correct channel stat buffer overflowsBrian Norris2017-07-271-0/+6
* mwifiex: Replace semaphore async_sem with mutexBinoy Jayan2017-06-131-2/+2
* mwifiex: send fewer channels to scan while connectedAmitkumar Karwar2017-03-201-3/+8
* mwifiex: Use accessors routines for unaligned valuesDaniel Mentz2017-03-201-10/+16
* mwifiex: Remove unused 'chan_num' variableKirtika Ruchandani2016-11-291-5/+3
* mwifiex: fix memory leak in mwifiex_save_hidden_ssid_channels()Ricky Liang2016-11-171-0/+4
* mwifiex: scan: Simplify codeChristophe Jaillet2016-09-091-8/+4
* mwifiex: support random MAC address for scanningGanapathi Bhat2016-09-031-0/+16
* Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.or...David S. Miller2016-07-141-1/+35
|\
| * mwifiex: fix NULL pointer dereference during suspendAmitkumar Karwar2016-07-081-1/+2
| * mwifiex: clear scan_aborting flagAmitkumar Karwar2016-07-081-0/+3
| * mwifiex: factor out mwifiex_cancel_scanXinming Hu2016-06-291-0/+26
* | nl80211: support beacon report scanningAvraham Stern2016-07-061-2/+10
|/
* mwifiex: disable channel filtering feature in firmwareAmitkumar Karwar2016-04-271-5/+6
* mwifiex: factor out mwifiex_cancel_pending_scan_cmdAndreas Fenkart2016-04-151-18/+5
* mwifiex: scan: replace pointer arithmetic with array accessAndreas Fenkart2016-04-151-10/+7
* mwifiex: scan: factor out dbg_security_flagsAndreas Fenkart2016-04-151-49/+25
* mwifiex: scan: simplify ternary operators using gnu extensionAndreas Fenkart2016-04-151-5/+2
* mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdrAndreas Fenkart2016-04-151-29/+23
* mwifiex: scan: simplify dereference of bss_desc fieldsAndreas Fenkart2016-04-151-52/+46
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-4/+4