Hi Toke,

[auto build test WARNING on ]

url:    
https://github.com/0day-ci/linux/commits/Toke-H-iland-J-rgensen/mac80211-Dynamically-set-CoDel-parameters-per-station/20160911-033626
base:    
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

>> include/net/mac80211.h:4106: warning: No description found for parameter 
>> 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' 
>> description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 
>> 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' 
>> description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 
>> 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' 
>> description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 
>> 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' 
>> description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 
>> 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' 
>> description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 
>> 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' 
>> description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 
>> 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' 
>> description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 
>> 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' 
>> description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 
>> 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' 
>> description in 'ieee80211_sta_set_expected_throughput'
>> include/net/mac80211.h:4106: warning: No description found for parameter 
>> 'pubsta'
>> include/net/mac80211.h:4106: warning: Excess function parameter 'sta' 
>> description in 'ieee80211_sta_set_expected_throughput'

vim +/pubsta +4106 include/net/mac80211.h

  4090  
  4091  /**
  4092   * ieee80211_sta_set_expected_throughput - set the expected throughput 
for a
  4093   * station
  4094   *
  4095   * Call this function to notify mac80211 about a change in expected 
throughput
  4096   * to a station. A driver for a device that does rate control in 
firmware can
  4097   * call this function when the expected throughput estimate towards a 
station
  4098   * changes. The information is used to tune the CoDel AQM applied to 
traffic
  4099   * going towards that station (which can otherwise be too aggressive 
and cause
  4100   * slow stations to starve).
  4101   *
  4102   * @sta: the station to set throughput for.
  4103   * @thr: the current expected throughput in kbps.
  4104   */
  4105  void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta,
> 4106                                             u32 thr);
  4107  
  4108  /**
  4109   * ieee80211_tx_status - transmit status callback
  4110   *
  4111   * Call this function for all transmitted frames after they have been
  4112   * transmitted. It is permissible to not call this function for
  4113   * multicast frames but this can affect statistics.
  4114   *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data

Reply via email to