summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex/scan.c
AgeCommit message (Expand)Author
2024-02-12wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex...Kees Cook
2023-12-19wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp()Dmitry Antipov
2023-08-21wifi: mwifiex: cleanup adapter dataDmitry Antipov
2023-08-21wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal()Ruan Jinjie
2023-05-11wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()Christophe JAILLET
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner
2021-04-17mwifiex: Remove unneeded variable: "ret"zuoqilin
2020-08-27mwifiex: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET
2020-02-14mwifiex: change license text from MARVELL to NXPGanapathi Bhat
2020-01-27mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Qing Xu
2019-10-01mwifiex: use 'total_ie_len' in mwifiex_update_bss_desc_with_ie()Brian Norris
2019-08-19Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.or...David S. Miller
2019-08-06mwifiex: make error values consistent in mwifiex_update_bss_desc_with_ie()Pavel Machek
2019-07-30mwifiex: fix 802.11n/WPA detectionBrian Norris
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-27mwifiex: don't disable hardirqs; just softirqsBrian Norris
2019-06-24mwifiex: Don't abort on small, spec-compliant vendor IEsBrian Norris
2019-05-30mwifiex: Abort at too short BSS descriptor elementTakashi Iwai
2019-05-30mwifiex: Fix possible buffer overflows at parsing bss descriptorTakashi Iwai
2018-12-13mwifiex: fix potential NULL dereference and use after freePan Bian
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat
2018-05-29mwifiex: reserve passive scan time for radar channelXinming Hu
2018-05-29mwifiex: mark expected switch fall-throughsGustavo A. R. Silva
2017-09-20mwifiex: avoid storing random_mac in privateGanapathi Bhat
2017-09-20mwifiex: remove unnecessary call to memsetHimanshu Jha
2017-08-17mwifiex: check for NL80211_SCAN_FLAG_RANDOM_ADDR during hidden SSID scanGanapathi Bhat
2017-08-17mwifiex: do not use random MAC for pre-association scanningGanapathi Bhat
2017-07-28mwifiex: drop 'add_tail' param from mwifiex_insert_cmd_to_pending_q()Brian Norris
2017-07-27mwifiex: correct channel stat buffer overflowsBrian Norris
2017-06-13mwifiex: Replace semaphore async_sem with mutexBinoy Jayan
2017-03-20mwifiex: send fewer channels to scan while connectedAmitkumar Karwar
2017-03-20mwifiex: Use accessors routines for unaligned valuesDaniel Mentz
2016-11-29mwifiex: Remove unused 'chan_num' variableKirtika Ruchandani
2016-11-17mwifiex: fix memory leak in mwifiex_save_hidden_ssid_channels()Ricky Liang
2016-09-09mwifiex: scan: Simplify codeChristophe Jaillet
2016-09-03mwifiex: support random MAC address for scanningGanapathi Bhat
2016-07-14Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.or...David S. Miller
2016-07-08mwifiex: fix NULL pointer dereference during suspendAmitkumar Karwar
2016-07-08mwifiex: clear scan_aborting flagAmitkumar Karwar
2016-07-06nl80211: support beacon report scanningAvraham Stern
2016-06-29mwifiex: factor out mwifiex_cancel_scanXinming Hu
2016-04-27mwifiex: disable channel filtering feature in firmwareAmitkumar Karwar
2016-04-15mwifiex: factor out mwifiex_cancel_pending_scan_cmdAndreas Fenkart
2016-04-15mwifiex: scan: replace pointer arithmetic with array accessAndreas Fenkart
2016-04-15mwifiex: scan: factor out dbg_security_flagsAndreas Fenkart
2016-04-15mwifiex: scan: simplify ternary operators using gnu extensionAndreas Fenkart
2016-04-15mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdrAndreas Fenkart
2016-04-15mwifiex: scan: simplify dereference of bss_desc fieldsAndreas Fenkart
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg