]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: mac80211: sta_info: fix a missing kernel-doc struct element
authorMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 28 Jun 2022 09:46:07 +0000 (10:46 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 1 Jul 2022 08:30:25 +0000 (10:30 +0200)
commit461327ac0840c45af8b505040795662a27d361bf
treefce6281de64b077b2df637f68790542e9cf6e1ee
parent07f4adb1513cdba53cede30d4aabb93507f820ca
wifi: mac80211: sta_info: fix a missing kernel-doc struct element

struct link_sta_info has now a cur_max_bandwidth data:

net/mac80211/sta_info.h:569: warning: Function parameter or member 'cur_max_bandwidth' not described in 'link_sta_info'

Copy the meaning from struct sta_info, documenting it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/37d898634bb30776442a33833c48cbb21c90ecc6.1656409369.git.mchehab@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.h