| From 345695bc97c9a69aa9717e2fceb2e42701a63486 Mon Sep 17 00:00:00 2001 |
| From: Michael Lee <michael-cy.lee@mediatek.com> |
| Date: Fri, 7 Jul 2023 17:17:30 +0800 |
| Subject: [PATCH 1005/1006] mac80211: mtk: Allow STA interface to set TX queue |
| parameters |
| |
| Signed-off-by: Michael Lee <michael-cy.lee@mediatek.com> |
| --- |
| net/wireless/nl80211.c | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c |
| index 4692480..e098263 100644 |
| --- a/net/wireless/nl80211.c |
| +++ b/net/wireless/nl80211.c |
| @@ -3497,6 +3497,7 @@ static int nl80211_set_wiphy(struct sk_buff *skb, struct genl_info *info) |
| } |
| |
| if (netdev->ieee80211_ptr->iftype != NL80211_IFTYPE_AP && |
| + netdev->ieee80211_ptr->iftype != NL80211_IFTYPE_STATION && |
| netdev->ieee80211_ptr->iftype != NL80211_IFTYPE_P2P_GO) { |
| result = -EINVAL; |
| goto out; |
| -- |
| 2.39.2 |
| |