mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
wifi: cfg80211: fix max_channel_switch_time documentation unit
The max_channel_switch_time field in struct wiphy_nan_capa was documented as being in milliseconds, but it is actually in microseconds as defined in the Wi-Fi Aware specification and as indicated in the nl80211 NL80211_NAN_CAPA_MAX_CHANNEL_SWITCH_TIME attribute. Fix the documentation to say microseconds. Signed-off-by: Israel Kozitz <israel.kozitz@intel.com> Reviewed-by: Ilan Peer <ilan.peer@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20260504121734.d0a0152f7d8c.I47e5c91f7ead4f8006fb13f9194d95a55cf9c398@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
committed by
Johannes Berg
parent
6855a52318
commit
0814869dc2
@@ -6027,7 +6027,7 @@ enum wiphy_nan_flags {
|
||||
* nibble indicates the number of TX antennas and upper nibble indicates the
|
||||
* number of RX antennas. Value 0 indicates the information is not
|
||||
* available.
|
||||
* @max_channel_switch_time: maximum channel switch time in milliseconds.
|
||||
* @max_channel_switch_time: maximum channel switch time in microseconds.
|
||||
* @dev_capabilities: NAN device capabilities as defined in Wi-Fi Aware (TM)
|
||||
* specification Table 79 (Capabilities field).
|
||||
* @phy: Band-agnostic capabilities for NAN data interfaces. Since NAN
|
||||
|
||||
Reference in New Issue
Block a user