summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: mac80211_if: Fix a resource leak in an error handling pathChristophe JAILLET2021-07-141-1/+7
* brcmfmac: Fix a double-free in brcmf_sdio_bus_resetTong Tiangen2021-07-141-1/+0
* brcmfmac: correctly report average RSSI in station infoAlvin Šipraga2021-07-141-16/+20
* brcmfmac: fix setting of station info chains bitmaskAlvin Šipraga2021-07-141-2/+1
* brcmfmac: properly check for bus register errorsGreg Kroah-Hartman2021-06-036-46/+41
* Revert "brcmfmac: add a check for the status of usb_register"Greg Kroah-Hartman2021-06-031-5/+1
* brcmfmac: clear EAP/association status bits on linkdown eventsLuca Pesce2021-04-071-2/+5
* brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tabletHans de Goede2021-03-071-0/+18
* brcmfmac: Add DMI nvram filename quirk for Predia Basic tabletHans de Goede2021-03-071-0/+14
* b43: N-PHY: Fix the update of coef for the PHY revision >= 3caseColin Ian King2021-03-041-1/+1
* brcmfmac: fix error return code in brcmf_cfg80211_connect()Zhang Changzhong2020-12-301-1/+2
* brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free}Seung-Woo Kim2020-12-302-2/+5
* Merge tag 'wireless-drivers-next-2020-10-02' of git://git.kernel.org/pub/scm/...David S. Miller2020-10-022-10/+11
|\
| * brcmfmac: Fix warning message after dongle setup failedWright Feng2020-10-011-4/+6
| * brcmfmac: Fix warning when hitting FW crash with flow control featureWright Feng2020-10-011-6/+5
* | net: brcmfmac: Convey allocation mode as argumentSebastian Andrzej Siewior2020-09-294-14/+13
* | net: brcmfmac: Convey execution context via argument to brcmf_netif_rx()Thomas Gleixner2020-09-2910-25/+29
* | net: brcmfmac: Replace in_interrupt()Sebastian Andrzej Siewior2020-09-293-5/+5
|/
* Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller2020-09-258-167/+67
|\
| * brcmfmac: check return value of driver_for_each_device()Zhang Changzhong2020-09-241-0/+3
| * brcmsmac: main: Eliminate empty brcms_c_down_del_timer()Jason Yan2020-09-161-9/+0
| * brcmsmac: phy_lcn: Remove unused variable 'lcnphy_rx_iqcomp_table_rev0'Lee Jones2020-09-161-55/+0
| * brcmsmac: phytbl_lcn: Remove unused array 'dot11lcn_gain_tbl_rev1'Lee Jones2020-09-161-99/+0
| * brcmfmac: support SAE authentication offload in AP modeChung-Hsien Hsu2020-09-162-5/+27
| * brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu2020-09-164-1/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-3/+9
|\ \ | |/ |/|
| * brcmfmac: reserve tx credit only when txctl is ready to sendWright Feng2020-08-181-3/+9
* | brcmsmac: fix memory leak in wlc_phy_attach_lcnphyKeita Suzuki2020-09-091-1/+3
* | brcmfmac: set F2 SDIO block size to 128 bytes for BCM4329Dmitry Osipenko2020-09-071-0/+4
* | brcmfmac: drop chip id from debug messagesDmitry Osipenko2020-09-071-2/+2
* | brcmfmac: increase F2 watermark for BCM4329Dmitry Osipenko2020-09-071-0/+1
* | brcmsmac: phytbl_n: Remove a few unused arraysLee Jones2020-09-011-268/+0
* | brcmsmac: phytbl_lcn: Remove unused array 'dot11lcnphytbl_rx_gain_info_rev1'Lee Jones2020-09-011-13/+0
* | brcmsmac: phy_n: Remove a bunch of unused variablesLee Jones2020-09-011-39/+8
* | brcmsmac: phy_lcn: Remove a bunch of unused variablesLee Jones2020-09-011-29/+11
* | brcmfmac: fwsignal: Finish documenting 'brcmf_fws_mac_descriptor'Lee Jones2020-09-011-0/+6
* | brcmsmac: phy_cmn: Remove a unused variables 'vbat' and 'temp'Lee Jones2020-09-011-4/+2
* | brcmfmac: p2p: Fix a couple of function headersLee Jones2020-09-011-3/+2
* | brcmsmac: ampdu: Remove a couple set but unused variablesLee Jones2020-09-011-8/+1
* | brcmfmac: fwsignal: Remove unused variable 'brcmf_fws_prio2fifo'Lee Jones2020-09-011-14/+0
* | b43: phy_ht: Remove 9 year old TODOLee Jones2020-09-011-3/+0
* | brcmfmac: btcoex: Update 'brcmf_btcoex_state' and demote othersLee Jones2020-09-011-6/+6
* | brcmfmac: firmware: Demote seemingly unintentional kernel-doc headerLee Jones2020-09-011-1/+1
* | brcmsmac: main: Remove a bunch of unused variablesLee Jones2020-09-011-35/+3
* | brcmfmac: p2p: Fix a bunch of function docsLee Jones2020-09-011-10/+12
* | brcmsmac: ampdu: Remove a bunch of unused variablesLee Jones2020-09-011-20/+8
* | brcmfmac: p2p: Deal with set but unused variablesLee Jones2020-09-011-5/+1
* | brcmsmac: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-272-4/+4
* | b43legacy: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-272-9/+6
* | b43legacy: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-272-3/+3