commit | 1974da8b31e6ea9c96c21505ffcb546fa59add23 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Mon Mar 25 08:59:23 2019 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Apr 26 13:02:11 2019 +0200 |
tree | eae61a75a51d0cc209c0b42e1ccd458185ef1956 | |
parent | 96fc6efb9ad9d0cd8cbb4462f0eb2a07092649e6 [diff] |
mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmit When using iTXQ, the network stack does not need the real queue number, since mac80211 is using its internal queues anyway. In that case we can defer selecting the queue and remove a redundant station lookup in the tx path to save some CPU cycles. Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Johannes Berg <johannes.berg@intel.com>