aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-03-17brcmfmac: p2p: Fix spelling mistake "Comback" -> "Comeback"Colin Ian King1-4/+4
2022-02-10brcmfmac: p2p: Replace one-element arrays with flexible-array membersGustavo A. R. Silva1-6/+6
2021-10-20brcmfmac: prepare for const netdev->dev_addrJakub Kicinski1-2/+2
2021-06-15brcmfmac: Demote non-compliant kernel-doc headersYang Shen1-1/+1
2021-03-23brcmfmac: p2p: Fix recently introduced deadlock issueHans de Goede1-1/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-4/+8
2020-09-01brcmfmac: p2p: Fix a couple of function headersLee Jones1-3/+2
2020-09-01brcmfmac: p2p: Fix a bunch of function docsLee Jones1-10/+12
2020-09-01brcmfmac: p2p: Deal with set but unused variablesLee Jones1-5/+1
2020-07-14brcmfmac: initialize the requested dwell timeJoseph Chuang1-3/+2
2020-05-12brcmfmac: remove Comparison to bool in brcmf_p2p_send_action_frame()Jason Yan1-1/+1
2020-05-12brcmfmac: make non-global functions staticChen Zhou1-1/+1
2020-05-12brcmfmac: use actframe_abort to cancel ongoing action frameRyohei Kondo1-2/+32
2020-05-06brcmfmac: Add P2P Action Frame retry delay to fix GAS Comeback Response failure issueJustin Li1-0/+4
2020-05-06brcmfmac: Fix P2P Group Formation failure via Go-neg methodJoseph Chuang1-2/+26
2020-05-06brcmfmac: support the second p2p connectionWright Feng1-8/+48
2020-05-04brcmfmac: only generate random p2p address when neededChi-Hsien Lin1-2/+16
2020-05-04brcmfmac: p2p cert 6.1.9-support GOUT handling p2p presence requestMadhan Mohan R1-1/+8
2019-12-18brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()Navid Emamdoost1-1/+2
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel1-12/+1
2019-02-20brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki1-36/+52
2018-10-05brcmfmac: fix full timeout waiting for action frame on-channel txChung-Hsien Hsu1-2/+15
2018-10-05brcmfmac: reduce timeout for action frame scanChung-Hsien Hsu1-5/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-30brcmfmac: check p2pdev mac address uniquenessArend Van Spriel1-0/+7
2018-03-27brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel1-1/+1
2018-03-07brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel1-13/+11
2017-11-10brcmfmac: move configuration of probe request IEsArend Van Spriel1-4/+2
2017-11-10brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel1-4/+1
2017-10-02brcmfmac: Avoid possible out-of-bounds readKevin Cernekee1-2/+1
2017-06-27brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel1-0/+1
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+1
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-2/+1
2017-03-30brcmfmac: use local iftype avoiding use-after-free of virtual interfaceArend Van Spriel1-3/+5
2016-08-24brcmfmac: Check rtnl_lock is locked when removing interfacemhiramat@kernel.org1-3/+5
2016-07-08brcmfmac: delete interface directly in code that sent fw requestRafał Miłecki1-2/+1
2016-06-29brcmfmac: add missing break when deleting P2P_DEVICERafał Miłecki1-0/+2
2016-06-29brcmfmac: fix lockup when removing P2P interface after event timeoutRafał Miłecki1-2/+2
2016-06-16brcmfmac: drop unused pm_block vif attributeRafał Miłecki1-3/+2
2016-06-16brcmfmac: print errors if creating interface failsRafał Miłecki1-2/+0
2016-06-14brcmutil: add field storing control channel to the struct brcmu_chanRafał Miłecki1-5/+5
2016-04-14brcmfmac: fix p2p scan abort null pointer exceptionHante Meuleman1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-4/+4
2016-03-07brcmfmac: Add length checks on firmware eventsHante Meuleman1-0/+10
2016-03-07brcmfmac: change function name for brcmf_cfg80211_wait_vif_event_timeout()Arend van Spriel1-8/+8
2016-01-08brcmfmac: use msecs_to_jiffies() in macro definitionsArend van Spriel1-9/+9
2015-11-30brcmfmac: Remove redundant parameter action from scan.Hante Meuleman1-8/+5
2015-11-30brcmfmac: Cleanup ssid storage.Hante Meuleman1-12/+8
2015-11-26brcmfmac: Use consistent naming for bsscfgidx.Hante Meuleman1-3/+3