Skip to content

Commit

Permalink
nl80211: better describe field in struct nl80211_bss_select_rssi_adjust
Browse files Browse the repository at this point in the history
The two fields in struct nl80211_bss_select_rssi_adjust did not state
their type or unit. Adding documentation.

Reported-by: Jouni Malinen <[email protected]>
Signed-off-by: Arend van Spriel <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
Arend Van Spriel authored and jmberg-intel committed Dec 16, 2016
1 parent 505a2e8 commit e77a8be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/uapi/linux/nl80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e77a8be

Please sign in to comment.