summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/b43 (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: b43: Constify struct lpphy_tx_gain_table_entryChristophe JAILLET2024-08-072-11/+11
* wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-261-1/+1
* wifi: b43: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-03-211-9/+4
* wifi: b43: silence sparse warningsJohannes Berg2024-02-282-5/+5
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-0/+4
* wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu2024-01-101-1/+2
* wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu2024-01-101-6/+7
* wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu2024-01-101-3/+3
* wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2024-01-102-2/+18
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-232-3/+3
* wifi: b43: fix incorrect __packed annotationArnd Bergmann2023-05-171-1/+1
* wifi: b43: remove reference to removed config B43_PCMCIALukas Bulwahn2022-11-281-7/+3
* wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
* wifi: b43: remove empty switch statementJohannes Berg2022-09-071-5/+1
* wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-021-1/+1
* wifi: b43: do not initialise static variable to 0Xin Gao2022-07-271-1/+1
* 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-151-1/+2
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-2/+2
* b43: Fix assigning negative value to unsigned variableHaowen Bai2022-04-061-1/+1
* b43: fix a lower bounds testDan Carpenter2021-10-111-1/+1
* Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-052-32/+5
|\
| * b43: don't save dentries for debugfsGreg Kroah-Hartman2021-05-212-32/+5
* | b43: phy_n: Delete some useless TODO codeZhen Lei2021-06-031-47/+0
|/
* cfg80211: constify ieee80211_get_response_rate returnJoe Perches2021-04-191-1/+1
* b43: N-PHY: Fix the update of coef for the PHY revision >= 3caseColin Ian King2021-02-151-1/+1
* b43: remove WDS codeJohannes Berg2020-11-111-5/+1
* b43: phy_ht: Remove 9 year old TODOLee Jones2020-09-011-3/+0
* b43: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-275-8/+8
* b43: phy_n: Add empty braces around empty statementsLee Jones2020-08-271-7/+12
* b43: phy_common: Demote non-conformant kerneldoc headerLee Jones2020-08-271-1/+1
* b43: main: Add braces around empty statementsLee Jones2020-08-271-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-068-95/+95
|\
| * b43: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-028-94/+94
| * b43: Remove uninitialized_var() usageKees Cook2020-07-151-1/+1
| * broadcom: fix wiki website urlFlavio Suligoi2020-07-151-1/+1
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-165-10/+10
* | b43: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-044-16/+3
|\
| * b43: Fix connection problem with WPA3Larry Finger2020-05-291-1/+1
| * Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller2020-05-072-2/+2
| |\
| | * b43: remove Comparison of 0/1 to bool variable in pio.cJason Yan2020-05-061-1/+1
| | * b43: remove Comparison of 0/1 to bool variable in phy_n.cJason Yan2020-05-061-1/+1
| * | b43: remove dead function b43_rssinoise_postprocess()Jason Yan2020-05-071-13/+0
| |/
* / mmc: sdio: Move SDIO IDs from b43-sdio driver to common include filePali Rohár2020-05-291-2/+2
|/
* b43: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-1/+1
* b43: dma: Fix use true/false for bool type variableSaurav Girepunje2019-10-311-2/+2
* b43: main: Fix use true/false for bool typeSaurav Girepunje2019-10-311-3/+3