Hi Arend,

[auto build test WARNING on mac80211-next/master]
[also build test WARNING on next-20161117]
[cannot apply to v4.9-rc5]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improve the system]

url:    
https://github.com/0day-ci/linux/commits/Arend-van-Spriel/nl80211-add-support-for-g-scan/20161117-194818
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 
master
reproduce: make htmldocs; make DOCBOOKS='' pdfdocs

All warnings (new ones prefixed by >>):

   make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
>> include/net/cfg80211.h:3406: warning: No description found for parameter 
>> 'max_epno_hashed_networks'
>> include/net/cfg80211.h:3406: warning: No description found for parameter 
>> 'max_epno_exact_networks'
>> include/net/cfg80211.h:3406: warning: Excess struct/union/enum/typedef 
>> member 'max_epno_networks' description in 'wiphy_gscan_caps'
>> include/net/cfg80211.h:3406: warning: Excess struct/union/enum/typedef 
>> member 'max_epno_networks_by_ssid' description in 'wiphy_gscan_caps'
>> include/net/cfg80211.h:3406: warning: No description found for parameter 
>> 'max_epno_hashed_networks'
>> include/net/cfg80211.h:3406: warning: No description found for parameter 
>> 'max_epno_exact_networks'
>> include/net/cfg80211.h:3406: warning: Excess struct/union/enum/typedef 
>> member 'max_epno_networks' description in 'wiphy_gscan_caps'
>> include/net/cfg80211.h:3406: warning: Excess struct/union/enum/typedef 
>> member 'max_epno_networks_by_ssid' description in 'wiphy_gscan_caps'
>> include/net/cfg80211.h:3406: warning: No description found for parameter 
>> 'max_epno_hashed_networks'
>> include/net/cfg80211.h:3406: warning: No description found for parameter 
>> 'max_epno_exact_networks'
>> include/net/cfg80211.h:3406: warning: Excess struct/union/enum/typedef 
>> member 'max_epno_networks' description in 'wiphy_gscan_caps'
>> include/net/cfg80211.h:3406: warning: Excess struct/union/enum/typedef 
>> member 'max_epno_networks_by_ssid' description in 'wiphy_gscan_caps'
>> include/net/cfg80211.h:3406: warning: No description found for parameter 
>> 'max_epno_hashed_networks'
>> include/net/cfg80211.h:3406: warning: No description found for parameter 
>> 'max_epno_exact_networks'
>> include/net/cfg80211.h:3406: warning: Excess struct/union/enum/typedef 
>> member 'max_epno_networks' description in 'wiphy_gscan_caps'
>> include/net/cfg80211.h:3406: warning: Excess struct/union/enum/typedef 
>> member 'max_epno_networks_by_ssid' description in 'wiphy_gscan_caps'
>> include/net/cfg80211.h:3406: warning: No description found for parameter 
>> 'max_epno_hashed_networks'
>> include/net/cfg80211.h:3406: warning: No description found for parameter 
>> 'max_epno_exact_networks'
>> include/net/cfg80211.h:3406: warning: Excess struct/union/enum/typedef 
>> member 'max_epno_networks' description in 'wiphy_gscan_caps'
>> include/net/cfg80211.h:3406: warning: Excess struct/union/enum/typedef 
>> member 'max_epno_networks_by_ssid' description in 'wiphy_gscan_caps'

vim +/max_epno_hashed_networks +3406 include/net/cfg80211.h

  3390   *      exact match of SSID is required or which are hidded SSIDs.
  3391   * @max_white_list_ssid: max number of white listed SSIDs.
  3392   */
  3393  struct wiphy_gscan_caps {
  3394          u32 max_scan_cache_size;
  3395          u32 max_scan_buckets;
  3396          u32 max_ap_cache_per_scan;
  3397          u32 max_rssi_sample_size;
  3398          u32 max_scan_reporting_threshold;
  3399          u32 max_hotlist_bssids;
  3400          u32 max_hotlist_ssids;
  3401          u32 max_significant_wifi_change_aps;
  3402          u32 max_bssid_history_entries;
  3403          u32 max_epno_hashed_networks;
  3404          u32 max_epno_exact_networks;
  3405          u32 max_white_list_ssid;
> 3406  };
  3407  
  3408  /**
  3409   * struct wiphy - wireless hardware description
  3410   * @reg_notifier: the driver's regulatory notification callback,
  3411   *      note that if your driver uses wiphy_apply_custom_regulatory()
  3412   *      the reg_notifier's request can be passed as NULL
  3413   * @regd: the driver's regulatory domain, if one was requested via
  3414   *      the regulatory_hint() API. This can be used by the driver

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

Attachment: .config.gz
Description: application/gzip

Reply via email to