]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: cfg80211: add link id to txq params
authorShaul Triebitz <shaul.triebitz@intel.com>
Tue, 2 Aug 2022 12:22:42 +0000 (15:22 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 25 Aug 2022 08:40:55 +0000 (10:40 +0200)
commit2029de806def57d97aae7e37f23dacc55772abe1
treec56bb57e7020c507b6300e632a5be2b40a7b7839
parentc2781b4bf090490fe5837197e8658b2575fd6164
wifi: cfg80211: add link id to txq params

The Tx queue parameters are per link, so add the link ID
from nl80211 parameters to the API.

While at it, lock the wdev when calling into the driver
so it (and we) can check the link ID appropriately.

Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/nl80211.c