aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-10wifi: brcmfmac: Fix to add skb free for TIM update info when tx is completedWataru Gohda1-6/+10
2022-03-06wireless: brcmfmac: Use netif_rx().Sebastian Andrzej Siewior1-5/+5
2020-12-07brcmfmac: remove redundant assignment to pointer 'entry'Colin Ian King1-1/+1
2020-09-29net: brcmfmac: Convey execution context via argument to brcmf_netif_rx()Thomas Gleixner1-5/+5
2020-09-01brcmfmac: fwsignal: Finish documenting 'brcmf_fws_mac_descriptor'Lee Jones1-0/+6
2020-09-01brcmfmac: fwsignal: Remove unused variable 'brcmf_fws_prio2fifo'Lee Jones1-14/+0
2020-07-14brcmfmac: set state of hanger slot to FREE when flushing PSQWright Feng1-0/+4
2020-07-14brcmfmac: fix throughput zero stalls on PM 1 mode due to credit mapDouble Lo1-1/+2
2020-07-14brcmfmac: update tx status flags to sync with firmwareChung-Hsien Hsu1-0/+10
2020-07-14brcmfmac: allow credit borrowing for all access categoriesRaveendran Somu1-24/+37
2020-07-14brcmfmac: To fix kernel crash on out of boundary accessRaveendran Somu1-0/+3
2020-05-12brcmfmac: map 802.1d priority to precedence level based on AP WMM paramsSaravanan Shanmugham1-23/+3
2020-05-04brcmfmac: remove comparison to bool in brcmf_fws_attach()Jason Yan1-1/+1
2020-03-26brcmfmac: increase max hanger slots from 1K to 3K in fws layerMadhan Mohan R1-1/+1
2020-03-26brcmfmac: Fix double freeing in the fmac usb data pathRaveendran Somu1-2/+1
2020-01-26brcmfmac: use true,false for bool variablezhengbin1-1/+1
2019-07-24Revert "brcmfmac: fix NULL pointer derefence during USB disconnect"Arend van Spriel1-12/+4
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel1-12/+1
2019-04-04brcmfmac: fix NULL pointer derefence during USB disconnectPiotr Figiel1-4/+12
2019-04-04brcmfmac: fix WARNING during USB disconnect in case of unempty psqPiotr Figiel1-18/+24
2019-02-20brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki1-16/+22
2018-12-13brcmfmac: handle compressed tx status signalChung-Hsien Hsu1-50/+71
2018-12-13brcmfmac: add credit numbers updating supportWright Feng1-8/+15
2018-03-27brcmfmac: use wiphy debugfs dir entryArend Van Spriel1-4/+7
2017-06-15brcmfmac: fix brcmf_fws_add_interface() for USB devicesArend Van Spriel1-1/+1
2017-04-13brcmfmac: remove reference to fwsignal data from struct brcmf_pubArend Van Spriel1-27/+24
2017-04-13brcmfmac: ignore interfaces when fwsignal is disabledArend Van Spriel1-1/+1
2017-04-13brcmfmac: rename brcmf_fws_{de,}init to brcmf_fws{at,de}tachArend Van Spriel1-3/+3
2016-11-09brcmfmac: proto: add callback for queuing TX dataRafał Miłecki1-10/+5
2016-09-26brcmfmac: drop unused fields from struct brcmf_pubRafał Miłecki1-2/+0
2016-07-18brcmfmac: restore stopping netdev queue when bus clogs upArend Van Spriel1-5/+17
2016-06-16brcmfmac: fix skb priority handlingHante Meuleman1-1/+1
2016-04-14brcmfmac: revise handling events in receive pathArend van Spriel1-4/+4
2016-04-14brcmfmac: cleanup ampdu-rx host reorder codeArend van Spriel1-0/+209
2016-01-07brcmfmac: Move all module parameters to one placeHante Meuleman1-6/+3
2015-12-11brcmfmac: only lock and unlock fws if fws is not nullColin Ian King1-3/+4
2015-11-26brcmfmac: Use consistent naming for bsscfgidx.Hante Meuleman1-2/+2
2015-11-18brcm80211: move under broadcom vendor directoryKalle Valo1-0/+2271