aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/brcm/100-brcmfmac-fix-roamoff-1-modparam.patch
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: brcmfmac: backport remaining patches from the Linux 5.0Rafał Miłecki2019-02-121-67/+0
| | | | Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* mac80211: Update to version 4.19.7-1Hauke Mehrtens2018-12-131-12/+3
| | | | | | | | | | | This updates the backports package used in mac80211 to version 4.19.7-1 which is based on kernel 4.19.7. This integrates all the stable fixes introduces in this kernel version. The deleted patches are not needed any more because they are either included in the upstream Linux kernel 4.19.7 or in backports 4.19.7-1. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* mac80211: fix brcmfmac on brcm2708Stijn Tintel2018-12-041-0/+76
An upstream change broke brcmfmac when loaded with modparam roamoff=1. As we are carrying a patch that enables roamoff by default on the brcm2708 target to improve stability, wireless is currently broken there. Add a patch to fix brcmfmac with roamoff=1. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>