]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
WEXT: add mesh interface type
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 23 Feb 2008 14:17:05 +0000 (15:17 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 6 Mar 2008 20:30:40 +0000 (15:30 -0500)
This introduces a new WEXT type IW_MODE_MESH for mesh networks,
used for scan results.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/wireless.h

index 3160dfed73caf30a48cbfe64dd85a26315f446f9..2864b1699ecc669cdd971120f174382d985a18a6 100644 (file)
 #define IW_MODE_REPEAT 4       /* Wireless Repeater (forwarder) */
 #define IW_MODE_SECOND 5       /* Secondary master/repeater (backup) */
 #define IW_MODE_MONITOR        6       /* Passive monitor (listen only) */
+#define IW_MODE_MESH   7       /* Mesh (IEEE 802.11s) network */
 
 /* Statistics flags (bitmask in updated) */
 #define IW_QUAL_QUAL_UPDATED   0x01    /* Value was updated since last read */