aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/broadcom/b43
AgeCommit message (Expand)AuthorFilesLines
2026-07-06wifi: b43, b43legacy: debugfs: use kzalloc() to allocate formatting buffersMike Rapoport (Microsoft)1-7/+5
2026-06-10b43: add RF power offset for N-PHY r8 + radio 2057 r8Alessio Ferri1-0/+19
2026-06-10b43: add channel info table for N-PHY r8 + radio 2057 r8Alessio Ferri1-0/+106
2026-06-10b43: add IPA TX gain table for N-PHY r8 + radio 2057 r8Alessio Ferri1-0/+39
2026-06-10b43: support radio 2057 rev 8Alessio Ferri2-17/+110
2026-06-10b43: route d11 corerev 22 to 24-bit indirect radio accessAlessio Ferri1-1/+5
2026-06-10b43: add d11 core revision 0x16 to id tableAlessio Ferri1-0/+1
2026-06-10b43: add firmware mappings for rev22Alessio Ferri1-2/+10
2026-04-27wifi: b43: enforce bounds check on firmware key index in b43_rx()Tristan Madani1-1/+2
2026-03-24wifi: b43: kzalloc + kcalloc to kzalloc_flexRosen Penev2-12/+10
2026-03-13wifi: b43: use register definitions in nphy_op_software_rfkillJoshua Peisach1-12/+12
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds13-18/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook13-22/+22
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-3/+3
2025-03-04Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-1/+1
2025-02-11wifi: b43: Replace outdated firmware URLSalvatore Bonaccorso1-1/+1
2025-01-15b43: stop embedding struct file_operations into their objectsAl Viro1-15/+12
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-07wifi: b43: Constify struct lpphy_tx_gain_table_entryChristophe JAILLET2-11/+11
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach1-1/+1
2024-03-21wifi: b43: Convert sprintf/snprintf to sysfs_emitLi Zhijian1-9/+4
2024-02-28wifi: b43: silence sparse warningsJohannes Berg2-5/+5
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+4
2024-01-10wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu1-1/+2
2024-01-10wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu1-6/+7
2024-01-10wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu1-3/+3
2024-01-10wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2-2/+18
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2-3/+3
2023-05-17wifi: b43: fix incorrect __packed annotationArnd Bergmann1-1/+1
2022-11-28wifi: b43: remove reference to removed config B43_PCMCIALukas Bulwahn1-7/+3
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-09-07wifi: b43: remove empty switch statementJohannes Berg1-5/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-27wifi: b43: do not initialise static variable to 0Xin Gao1-1/+1
2022-07-18wifi: b43: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-2/+2
2022-04-06b43: Fix assigning negative value to unsigned variableHaowen Bai1-1/+1
2021-10-11b43: fix a lower bounds testDan Carpenter1-1/+1
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-32/+5
2021-06-03b43: phy_n: Delete some useless TODO codeZhen Lei1-47/+0
2021-05-21b43: don't save dentries for debugfsGreg Kroah-Hartman2-32/+5
2021-04-19cfg80211: constify ieee80211_get_response_rate returnJoe Perches1-1/+1
2021-02-15b43: N-PHY: Fix the update of coef for the PHY revision >= 3caseColin Ian King1-1/+1
2020-11-11b43: remove WDS codeJohannes Berg1-5/+1
2020-09-01b43: phy_ht: Remove 9 year old TODOLee Jones1-3/+0
2020-08-27b43: Use fallthrough pseudo-keywordGustavo A. R. Silva5-8/+8
2020-08-27b43: phy_n: Add empty braces around empty statementsLee Jones1-7/+12