summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing2019-05-311-1/+5
* mwifiex: don't advertise IBSS features without FW supportBrian Norris2019-04-051-3/+7
* mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat2018-07-311-1/+2
* wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-7/+7
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+2
* mwifiex: increase log level for internal scan fail resultXinming Hu2018-05-291-1/+1
* mwifiex: mark expected switch fall-throughsGustavo A. R. Silva2018-05-291-0/+4
* mwifiex: skip sending GT_REKEY_OFFLOAD_CFG if firmware has no supportGanapathi Bhat2018-05-291-1/+17
* mwifiex: make firmware mac address consistent with host configurationXinming Hu2018-04-301-2/+2
* mwifiex: uap: support cfg80211 ignore_broadcast_ssid=2Xinming Hu2018-04-251-1/+2
* mwifiex: get_channel from firmwareGanapathi Bhat2018-03-131-15/+25
* mwifiex: cfg80211: do not change virtual interface during scan processingLimin Zhu2017-12-071-0/+6
* mwifiex: do not support change AP interface to station modeXinming Hu2017-12-071-1/+0Star
* mwifiex: double the size of chan_stats array in adapterRohit Fule2017-10-131-1/+4
* mwifiex: minor cleanups w/ sta_list_spinlock in cfg80211.cDouglas Anderson2017-10-131-5/+9
* mwifiex: Random MAC address during scanningKarthik Ananthapadmanabha2017-10-101-4/+6
* mwifiex: use get_random_mask_addr() helperGanapathi Bhat2017-09-201-6/+5Star
* mwifiex: avoid storing random_mac in privateGanapathi Bhat2017-09-201-7/+4Star
* mwifiex: make const arrays static to shink object code sizeColin Ian King2017-09-201-7/+7
* mwifiex: check for mfg_mode in add_virtual_intfGanapathi Bhat2017-09-201-8/+11
* mwifiex: uap: enable 11d based on userspace configruationXinming Hu2017-08-101-0/+2
* mwifiex: p2p: use separate device addressXinming Hu2017-08-081-1/+4
* mwifiex: Do not change bss_num in change_virtual_intfXinming Hu2017-08-081-8/+0Star
* mwifiex: replace netif_carrier_on/off by netif_device_attach/dettachGanapathi Bhat2017-08-081-10/+4Star
* mwifiex: don't short-circuit netdev notifiers on interface deletionBrian Norris2017-07-281-4/+0Star
* mwifiex: correct channel stat buffer overflowsBrian Norris2017-07-271-1/+1
* mwifiex: fix spelling mistake: "secuirty" -> "security"Colin Ian King2017-06-281-1/+1
* mwifiex: Do not change bss_type in change_virtual_intfGanapathi Bhat2017-06-281-4/+0Star
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-1/+1
|\
| * mwifiex: Replace semaphore async_sem with mutexBinoy Jayan2017-06-131-1/+1
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-6/+4Star
|/
* mwifiex: fixup error cases in mwifiex_add_virtual_intf()Brian Norris2017-05-191-36/+35Star
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-3/+3
* cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-1/+1
* nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-241-1/+3
|\
| * mwifiex: MAC randomization should not be persistentBrian Norris2017-04-201-1/+3
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-15/+12Star
|\ \
| * | cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-15/+12Star
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
| |/ |/|
* | mwifiex: apply radar flagKarthik Ananthapadmanabha2017-04-051-0/+19
|/
* cfg80211: get rid of name indirection trick for ieee80211_get_channel()Arend Van Spriel2016-12-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-6/+7
|\
| * mwifiex: printk() overflow with 32-byte SSIDsBrian Norris2016-11-171-6/+7
* | mwifiex: Remove unused 'adapter'variableKirtika Ruchandani2016-11-291-2/+0Star
* | mwifiex: Disable adhoc feature based on firmware capabilityKarthik D A2016-11-251-0/+10
* | mwifiex: fix missing destroy_workqueue() on error in mwifiex_add_virtual_intf()Wei Yongjun2016-11-091-0/+2
* | mwifiex: fix p2p device doesn't find in scan problemKarthik D A2016-11-091-0/+6
* | mwifiex: Fix NULL pointer dereference in skb_dequeue()Amitkumar Karwar2016-11-091-1/+3
|/
* mwifiex: cfg80211 set_default_mgmt_key handlerGanapathi Bhat2016-09-261-0/+24