aboutsummaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/subsys/319-mac80211-introduce-set_radar_offchan-callback.patch
Commit message (Collapse)AuthorAge
* mac80211: subsys: add tags to upstreamed patchesNick Hainke2022-11-09
| | | | | | Some patches were already upstreamed. Signed-off-by: Nick Hainke <vincent@systemli.org>
* mac80211: add #if guards against 5.4 compile failuresChristian Lamparter2022-02-25
| | | | | | | | | | | | | | | | | Both struct net_device_path_ctx and struct net_device_path are not available in 5.4. This causes an build error on the bcm63xx target. |mac80211/driver-ops.h: In function 'drv_net_fill_forward_path': |driver-ops.h:1502:57: error: passing argument 4 of |'local->ops->net_fill_forward_path' from incompatible pointer type | [-Werror=incompatible-pointer-types] | 1502 | ctx, path); | | ^~~ | | | | | struct net_device_path_ctx * Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
* mac80211: backport support for background radar detectionFelix Fietkau2022-02-03
Will be used in an upcoming mt76 update Signed-off-by: Felix Fietkau <nbd@nbd.name>