Correct the documentation in enum qca_roam_reason
QCA_ROAM_REASON_USER_TRIGGER was wrongly documented as QCA_ROAM_REASON_EXPLICIT_REQUEST, so correct it. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
ce267f4da9
commit
9ff0c8af5c
1 changed files with 1 additions and 1 deletions
|
@ -1152,7 +1152,7 @@ enum qca_roaming_policy {
|
||||||
* @QCA_ROAM_REASON_CONGESTION: Roam triggered considering the connected channel
|
* @QCA_ROAM_REASON_CONGESTION: Roam triggered considering the connected channel
|
||||||
* or environment being very noisy or congested.
|
* or environment being very noisy or congested.
|
||||||
*
|
*
|
||||||
* @QCA_ROAM_REASON_EXPLICIT_REQUEST: Roam triggered due to an explicit request
|
* @QCA_ROAM_REASON_USER_TRIGGER: Roam triggered due to an explicit request
|
||||||
* from the user (user space).
|
* from the user (user space).
|
||||||
*
|
*
|
||||||
* @QCA_ROAM_REASON_BTM: Roam triggered due to BTM Request frame received from
|
* @QCA_ROAM_REASON_BTM: Roam triggered due to BTM Request frame received from
|
||||||
|
|
Loading…
Reference in a new issue