summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorFilesLines
2021-07-14brcmsmac: mac80211_if: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+7
2021-07-14brcmfmac: correctly report average RSSI in station infoAlvin Šipraga1-16/+20
2021-07-14brcmfmac: fix setting of station info chains bitmaskAlvin Šipraga1-2/+1
2021-06-03brcmfmac: properly check for bus register errorsGreg Kroah-Hartman6-46/+41
2021-06-03Revert "brcmfmac: add a check for the status of usb_register"Greg Kroah-Hartman1-5/+1
2021-04-07brcmfmac: clear EAP/association status bits on linkdown eventsLuca Pesce1-2/+5
2021-03-07brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tabletHans de Goede1-0/+18
2021-03-07brcmfmac: Add DMI nvram filename quirk for Predia Basic tabletHans de Goede1-0/+14
2021-03-04b43: N-PHY: Fix the update of coef for the PHY revision >= 3caseColin Ian King1-1/+1
2020-12-30brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free}Seung-Woo Kim2-2/+5
2020-11-05brcmfmac: Fix warning message after dongle setup failedWright Feng1-4/+6
2020-10-29brcm80211: fix possible memleak in brcmf_proto_msgbuf_attachWang Yufen1-0/+2
2020-10-29brcmsmac: fix memory leak in wlc_phy_attach_lcnphyKeita Suzuki1-1/+3
2020-10-29brcmfmac: check ndev pointerTom Rix1-1/+1
2020-10-01brcmfmac: Fix double freeing in the fmac usb data pathRaveendran Somu1-2/+1
2020-09-03brcmfmac: Set timeout value when configuring power saveNicolas Saenz Julienne1-0/+8
2020-08-19brcmfmac: set state of hanger slot to FREE when flushing PSQWright Feng1-0/+4
2020-08-19brcmfmac: To fix Bss Info flag definition BugPrasanna Kerekoppa1-1/+1
2020-08-19brcmfmac: keep SDIO watchdog running when console_interval is non-zeroWright Feng1-1/+5
2020-06-22b43_legacy: Fix connection problem with WPA3Larry Finger1-0/+1
2020-06-22b43: Fix connection problem with WPA3Larry Finger1-1/+1
2020-06-22b43legacy: Fix case where channel status is corruptedLarry Finger1-0/+1
2020-06-22brcmfmac: fix wrong location to get firmware featureJaehoon Chung1-1/+2
2020-04-08brcmfmac: abort and release host after errorGuenter Roeck1-0/+2
2020-02-24b43legacy: Fix -Wcast-function-typePhong Tran1-2/+3
2020-02-24brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362Jean-Philippe Brucker1-6/+6
2020-02-24brcmfmac: Fix use after free in brcmf_sdio_readframes()Dan Carpenter1-0/+1
2020-02-24brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()Navid Emamdoost1-1/+2
2020-02-11brcmfmac: Fix memory leak in brcmf_usbdev_qinitNavid Emamdoost1-0/+1
2020-02-01brcmfmac: fix interface sanity checkJohan Hovold1-2/+2
2019-12-31brcmfmac: remove monitor interface when detachingRafał Miłecki1-0/+5
2019-12-17brcmfmac: disable PCIe interrupts before bus resetRafał Miłecki1-0/+2
2019-09-13brcmsmac: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-7/+7
2019-09-13brcmfmac: don't realloc wiphy during PCIe resetRafał Miłecki1-4/+4
2019-09-13brcmfmac: split brcmf_attach() and brcmf_detach() functionsRafał Miłecki5-19/+80
2019-09-13brcmfmac: move "cfg80211_ops" pointer to another structRafał Miłecki4-5/+7
2019-09-06brcmfmac: use %*ph to print small bufferAndy Shevchenko1-12/+6
2019-09-06brcmfmac: add "reset" debugfs entry for testing resetRafał Miłecki1-0/+25
2019-09-06brcmfmac: add stub version of brcmf_debugfs_get_devdir()Rafał Miłecki1-0/+4
2019-09-03brcmfmac: get chip's default RAM info during PCIe setupRafał Miłecki3-2/+11
2019-09-03brcmfmac: replace strncpy() by strscpy()Xulin Sun1-3/+1
2019-09-03brcmfmac: remove redundant assignment to pointer hashColin Ian King1-1/+0
2019-09-03brcm80211: Avoid possible null-pointer dereferences in wlc_phy_radio_init_2056()Jia-Ju Bai1-1/+1
2019-08-06b43legacy: Remove pointless cond_resched() wrapperThomas Gleixner1-16/+5
2019-08-06brcmsmac: remove three set but not used variablesYueHaibing1-13/+0
2019-08-06brcmfmac: remove set but not used variable 'dtim_period'YueHaibing1-7/+1
2019-07-24brcmfmac: don't net_ratelimit() CONSOLE messages on firmware crashRafał Miłecki1-1/+2
2019-07-24brcmfmac: remove unnecessary strlcpy() upon obtaining "ver" iovarArend van Spriel1-1/+0
2019-07-24brcmfmac: simply remove flowring if bus is downArend van Spriel1-0/+7
2019-07-24brcmfmac: avoid firmware commands when bus is downArend van Spriel1-10/+13