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)
commit9d2bb84d54a40361c7008b33a60dc24f78724746
treec56bb57e7020c507b6300e632a5be2b40a7b7839
parentd1efad17381bada239a604bec1008572a2607316
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