kbuild test robot <lkp@xxxxxxxxx> writes: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master > head: 6c900360e7c0df6a4846ac97d7b548d72cd801b0 > commit: b4809e9484da147dc82a31b961df111eee72201a [3/17] mac80211: Add airtime accounting and scheduling to TXQs > reproduce: make htmldocs > > All warnings (new ones prefixed by >>): [...] >>> include/net/mac80211.h:2403: warning: Function parameter or member 'weight_multiplier' not described in 'ieee80211_hw' This one is there, but typo'ed. [...] >>> net/mac80211/sta_info.h:603: warning: Function parameter or member 'airtime' not described in 'sta_info' >>> net/mac80211/sta_info.h:603: warning: Function parameter or member 'airtime_weight' not described in 'sta_info' Whereas these are actually missing... I'll send a patch fixing both issues :) -Toke