projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cec1d5
)
iwlwifi: mvm: Remove unused inline function iwl_mvm_tid_to_ac_queue
author
YueHaibing
<yuehaibing@huawei.com>
Wed, 6 May 2020 13:42:17 +0000
(21:42 +0800)
committer
Luca Coelho
<luciano.coelho@intel.com>
Wed, 10 Jun 2020 08:42:06 +0000
(11:42 +0300)
commit
cfbc6c4c5b91
("iwlwifi: mvm: support mac80211 TXQs model")
left behind this, remove it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link:
https://lore.kernel.org/r/20200506134217.49760-1-yuehaibing@huawei.com
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
index fee01cbbd3ace83d21d8a3f95a1ce1b79a2598a4..53af3c910eae96b5051398b7ab62b313c7a83877 100644
(file)
--- a/
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
+++ b/
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
@@
-1369,14
+1369,6
@@
out_err:
return ret;
}
-static inline u8 iwl_mvm_tid_to_ac_queue(int tid)
-{
- if (tid == IWL_MAX_TID_COUNT)
- return IEEE80211_AC_VO; /* MGMT */
-
- return tid_to_mac80211_ac[tid];
-}
-
void iwl_mvm_add_new_dqa_stream_wk(struct work_struct *wk)
{
struct iwl_mvm *mvm = container_of(wk, struct iwl_mvm,