summaryrefslogtreecommitdiffstats
path: root/include/linux/nl80211.h
diff options
context:
space:
mode:
authorBill Jordan2010-10-01 19:54:28 +0200
committerJohn W. Linville2010-10-05 19:35:24 +0200
commite8347ebad2f1b15bddb6ed3ed5f767531eb52dc3 (patch)
tree02fa4846517ea56b06c0c6ad40d5870ca321153a /include/linux/nl80211.h
parentath9k: add WDS interfaces to ath9k (diff)
downloadkernel-qcow2-linux-e8347ebad2f1b15bddb6ed3ed5f767531eb52dc3.tar.gz
kernel-qcow2-linux-e8347ebad2f1b15bddb6ed3ed5f767531eb52dc3.tar.xz
kernel-qcow2-linux-e8347ebad2f1b15bddb6ed3ed5f767531eb52dc3.zip
cfg80211: patches to allow setting the WDS peer
Added a nl interface to set the peer bssid of a WDS interface. Signed-off-by: Bill Jordan <bjordan@rajant.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/nl80211.h')
-rw-r--r--include/linux/nl80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h
index edd21ae6acf7..73d9390d4ddb 100644
--- a/include/linux/nl80211.h
+++ b/include/linux/nl80211.h
@@ -387,6 +387,8 @@
* of any other interfaces, and other interfaces will again take
* precedence when they are used.
*
+ * @NL80211_CMD_SET_WDS_PEER: Set the MAC address of the peer on a WDS interface.
+ *
* @NL80211_CMD_MAX: highest used command number
* @__NL80211_CMD_AFTER_LAST: internal use
*/
@@ -489,6 +491,7 @@ enum nl80211_commands {
NL80211_CMD_NOTIFY_CQM,
NL80211_CMD_SET_CHANNEL,
+ NL80211_CMD_SET_WDS_PEER,
/* add new commands above here */