aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 83d800c31e3c..ac9147778a81 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -845,7 +845,7 @@ struct mesh_setup {
845 845
846/** 846/**
847 * struct ieee80211_txq_params - TX queue parameters 847 * struct ieee80211_txq_params - TX queue parameters
848 * @queue: TX queue identifier (NL80211_TXQ_Q_*) 848 * @ac: AC identifier
849 * @txop: Maximum burst time in units of 32 usecs, 0 meaning disabled 849 * @txop: Maximum burst time in units of 32 usecs, 0 meaning disabled
850 * @cwmin: Minimum contention window [a value of the form 2^n-1 in the range 850 * @cwmin: Minimum contention window [a value of the form 2^n-1 in the range
851 * 1..32767] 851 * 1..32767]
@@ -854,7 +854,7 @@ struct mesh_setup {
854 * @aifs: Arbitration interframe space [0..255] 854 * @aifs: Arbitration interframe space [0..255]
855 */ 855 */
856struct ieee80211_txq_params { 856struct ieee80211_txq_params {
857 enum nl80211_txq_q queue; 857 enum nl80211_ac ac;
858 u16 txop; 858 u16 txop;
859 u16 cwmin; 859 u16 cwmin;
860 u16 cwmax; 860 u16 cwmax;