Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e77a8be9 authored by Arend Van Spriel's avatar Arend Van Spriel Committed by Johannes Berg
Browse files

nl80211: better describe field in struct nl80211_bss_select_rssi_adjust



The two fields in struct nl80211_bss_select_rssi_adjust did not state
their type or unit. Adding documentation.

Reported-by: default avatarJouni Malinen <j@w1.fi>
Signed-off-by: default avatarArend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 505a2e88
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4964,8 +4964,9 @@ enum nl80211_sched_scan_plan {
/**
 * struct nl80211_bss_select_rssi_adjust - RSSI adjustment parameters.
 *
 * @band: band of BSS that must match for RSSI value adjustment.
 * @delta: value used to adjust the RSSI value of matching BSS.
 * @band: band of BSS that must match for RSSI value adjustment. The value
 *	of this field is according to &enum nl80211_band.
 * @delta: value used to adjust the RSSI value of matching BSS in dB.
 */
struct nl80211_bss_select_rssi_adjust {
	__u8 band;