]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: mac80211: implement add/del interface link callbacks
authorJohannes Berg <johannes.berg@intel.com>
Fri, 10 Jun 2022 09:21:21 +0000 (11:21 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:56:14 +0000 (12:56 +0200)
commit11a9186d5b09baebe8ae6edb637f5d3d584db07f
tree8035056d48beeacdc78aa39050410b250ae814b1
parent3bc208376cbd8c1c1336dee0330f5ecf5c591378
wifi: mac80211: implement add/del interface link callbacks

When a link is added or removed via nl80211, these are
called. Implement them so we don't have to check in all
the different per-link commands whether we've already
created the necessary datastructures.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c