diff options
author | Toke Høiland-Jørgensen <toke@redhat.com> | 2019-01-29 11:31:26 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-02-01 11:04:53 +0100 |
commit | cb86880ee493ea41e95476be054a605b3e434035 (patch) | |
tree | 6dca87b9d41b1a83c13522cf5aa91c7b72b454ec /net/mac80211/sta_info.h | |
parent | 2ec56f9180091a7ff5e178bdca7672c912d74326 (diff) | |
download | linux-stable-cb86880ee493ea41e95476be054a605b3e434035.tar.gz linux-stable-cb86880ee493ea41e95476be054a605b3e434035.tar.bz2 linux-stable-cb86880ee493ea41e95476be054a605b3e434035.zip |
mac80211: Fix documentation strings for airtime-related variables
There was a typo in the documentation for weight_multiplier in mac80211.h,
and the doc was missing entirely for airtime and airtime_weight in sta_info.h.
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 90e03ebccd3f..05647d835894 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -473,6 +473,9 @@ struct ieee80211_sta_rx_stats { * @last_seq_ctrl: last received seq/frag number from this STA (per TID * plus one for non-QoS frames) * @tid_seq: per-TID sequence numbers for sending to this STA + * @airtime: per-AC struct airtime_info describing airtime statistics for this + * station + * @airtime_weight: station weight for airtime fairness calculation purposes * @ampdu_mlme: A-MPDU state machine state * @mesh: mesh STA information * @debugfs_dir: debug filesystem directory dentry |