summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-9/+13
* wifi: brcmfmac: Fix to add skb free for TIM update info when tx is completedWataru Gohda2022-08-103-9/+13
* wifi: brcmfmac: Fix to add brcmf_clear_assoc_ies when rmmodWataru Gohda2022-08-101-0/+1
* wifi: brcmfmac: fix invalid address access when enabling SCAN log levelWright Feng2022-08-101-6/+6
* wifi: brcmfmac: fix scheduling while atomic issue when deleting flowringWright Feng2022-08-102-10/+9
* wifi: brcmfmac: fix continuous 802.1x tx pending timeout errorWright Feng2022-08-102-2/+25
* wifi: brcmsmac: remove duplicate wordsRuffalo Lavoisier2022-08-091-1/+1
* wifi: brcmfmac: prevent double-free on hardware-resetDanny van Heumen2022-07-282-17/+6
* wifi: brcmfmac: support brcm,ccode-map-trivial DT propertyAlvin Šipraga2022-07-283-0/+11
* wifi: brcmfmac: Replace default (not configured) MAC with a random MACHans de Goede2022-07-281-0/+23
* wifi: brcmfmac: Add brcmf_c_set_cur_etheraddr() helperHans de Goede2022-07-283-11/+16
* wifi: brcmfmac: Remove #ifdef guards for PM related functionsPaul Cercueil2022-07-283-42/+15
* wifi: brcmfmac: use strreplace() in brcmf_of_probe()Dan Carpenter2022-07-281-5/+1
* wifi: b43: do not initialise static variable to 0Xin Gao2022-07-271-1/+1
* wifi: b43legacy: clean up one inconsistent indentingYang Li2022-07-271-1/+1
* wifi: brcmsmac: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: brcmfmac: fix repeated words in commentsJilin Yuan2022-07-182-2/+2
* wifi: b43: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-153-3/+6
* cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-201-3/+3
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-203-4/+4
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-203-4/+4
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-6/+6
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-1/+3
* wifi: brcmfmac: work around a GCC 12 -Warray-bounds warningJakub Kicinski2022-05-221-1/+1
* brcmfmac: allow setting wlan MAC address using device treePavel Löbl2022-05-114-7/+24
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-035-20/+26
|\
| * brcmfmac: use ISO3166 country code and 0 rev as fallback on brcmfmac43602 chipsHamid Zamani2022-04-271-0/+1
| * mac80211: prepare sta handling for MLO supportSriram R2022-04-111-1/+1
| * b43: Fix assigning negative value to unsigned variableHaowen Bai2022-04-061-1/+1
| * b43legacy: Fix assigning negative value to unsigned variableHaowen Bai2022-04-061-1/+1
| * brcmfmac: Avoid keeping power to SDIO card unless WOWL is usedUlf Hansson2022-04-061-17/+22
* | Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-141-1/+1
|\ \
| * | brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-101-1/+1
| |/
* / mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-081-1/+1
|/
* brcmfmac: p2p: Fix spelling mistake "Comback" -> "Comeback"Colin Ian King2022-03-171-4/+4
* Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-03-117-4/+9
|\
| * brcmfmac: make the read-only array pktflags static constColin Ian King2022-03-101-1/+1
| * brcmfmac: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-212-2/+2
| * brcmfmac: Add BCM43454/6 supportZhao, Jiaqing2022-02-144-1/+6
* | wireless: brcmfmac: Use netif_rx().Sebastian Andrzej Siewior2022-03-067-28/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-2/+4
|\ \ | |/ |/|
| * brcmfmac: firmware: Fix crash in brcm_alt_fw_pathPhil Elwell2022-01-281-2/+4
* | brcmfmac: of: remove redundant variable lenColin Ian King2022-02-101-2/+1
* | brcmfmac: p2p: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-02-101-6/+6
* | brcmfmac: pcie: Read the console on init and shutdownHector Martin2022-02-011-0/+4
* | brcmfmac: fwil: Constify iovar name argumentsHector Martin2022-02-012-31/+31
* | brcmfmac: of: Use devm_kstrdup for board_type & check for errorsHector Martin2022-02-011-2/+5
* | brcmfmac: pcie: Fix crashes due to early IRQsHector Martin2022-02-011-3/+13
* | brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toioHector Martin2022-02-011-44/+4