diff options
author | Johannes Berg <johannes.berg@intel.com> | 2010-10-05 16:19:42 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-10-05 13:37:52 -0400 |
commit | 691895e7e2204be9a717809fb78d6ff7c10b470a (patch) | |
tree | a261d33e79b7b471f092127e4e57517f1603106e | |
parent | 970bf9d40c03e48cc34ee2c1a70693a0e0fca3f6 (diff) | |
download | kernel_samsung_smdk4412-691895e7e2204be9a717809fb78d6ff7c10b470a.zip kernel_samsung_smdk4412-691895e7e2204be9a717809fb78d6ff7c10b470a.tar.gz kernel_samsung_smdk4412-691895e7e2204be9a717809fb78d6ff7c10b470a.tar.bz2 |
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: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | include/linux/nl80211.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index 73d9390..c4efdfa 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h @@ -315,8 +315,8 @@ * 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 * a response while being associated to an AP on another channel. - * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify which - * radio is used. %NL80211_ATTR_WIPHY_FREQ is used to specify the + * %NL80211_ATTR_IFINDEX is used to specify which interface (and thus + * radio) is used. %NL80211_ATTR_WIPHY_FREQ is used to specify the * frequency for the operation and %NL80211_ATTR_WIPHY_CHANNEL_TYPE may be * optionally used to specify additional channel parameters. * %NL80211_ATTR_DURATION is used to specify the duration in milliseconds |