Commit 691895e7 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville

nl80211: fix remain-on-channel documentation

The documentation for NL80211_CMD_REMAIN_ON_CHANNEL
isn't accurate, an interface index is required by
the command. Update it accordingly.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 970bf9d4
...@@ -315,8 +315,8 @@ ...@@ -315,8 +315,8 @@
* channel for the specified amount of time. This can be used to do * channel for the specified amount of time. This can be used to do
* off-channel operations like transmit a Public Action frame and wait for * off-channel operations like transmit a Public Action frame and wait for
* a response while being associated to an AP on another channel. * a response while being associated to an AP on another channel.
* %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify which * %NL80211_ATTR_IFINDEX is used to specify which interface (and thus
* radio is used. %NL80211_ATTR_WIPHY_FREQ is used to specify the * radio) is used. %NL80211_ATTR_WIPHY_FREQ is used to specify the
* frequency for the operation and %NL80211_ATTR_WIPHY_CHANNEL_TYPE may be * frequency for the operation and %NL80211_ATTR_WIPHY_CHANNEL_TYPE may be
* optionally used to specify additional channel parameters. * optionally used to specify additional channel parameters.
* %NL80211_ATTR_DURATION is used to specify the duration in milliseconds * %NL80211_ATTR_DURATION is used to specify the duration in milliseconds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment