aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/351-0024-brcmfmac-delete-interface-directly-in-code-that-sent.patch
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: brcmfmac: backport patches that were skipped previously #1Rafał Miłecki2016-09-291-2/+2
| | | | | | | They are necessary for further fixes and improvements otherwise recent patches don't apply. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* mac80211: brcmfmac: backport patch simplifying brcmf_alloc_vifRafał Miłecki2016-09-291-1/+1
| | | | | | This is quite trivial and will be required for VIF fixes in the future. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
* mac80211: brcmfmac: fix interfaces managementRafał Miłecki2016-09-291-0/+75
To work correctly hostapd requires wireless driver to allow interfaces removal. It was working with brcmfmac only partially. Firmware for BCM43602 got some special hack (feature?) that allowed removing all interfaces by disabling mbss mode. It wasn't working with BCM4366 firmware and remaining interfaces were preventing hostapd from starting again. Those patches add support for "interface_remove" firmware method which works with BCM4366 firmware and they make it finally possible to use BCM4366 & brcmfmac & multiple interfaces. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>