]> 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)
commita97a060a0de5b94256ad80edd17dc7140a62e3b0
treec56bb57e7020c507b6300e632a5be2b40a7b7839
parent5f49e8dabef80150c8d57885b09e06fc4397d67c
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