mbox series

[0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput

Message ID 1532589677-16428-1-git-send-email-wgong@codeaurora.org (mailing list archive)
Headers show
Series Change sk_pacing_shift in ieee80211_hw for best tx throughput | expand

Message

Wen Gong July 26, 2018, 7:21 a.m. UTC
Add a field for ath10k to adjust the sk_pacing_shift, mac80211 set
the default value to 8, and ath10k will change it to 6. Then mac80211
will use the changed value 6 as sk_pacing_shift since 6 is the best
value for tx throughput by test result.

Wen Gong (2):
  mac80211: Change sk_pacing_shift saved to ieee80211_hw
  ath10k: Set sk_pacing_shift to 6 for 11AC WiFi chips

 drivers/net/wireless/ath/ath10k/mac.c | 2 ++
 include/net/mac80211.h                | 1 +
 net/mac80211/main.c                   | 2 ++
 net/mac80211/tx.c                     | 2 +-
 4 files changed, 6 insertions(+), 1 deletion(-)