diff options
author | Rui Paulo <rpaulo@gmail.com> | 2009-11-09 23:46:44 +0000 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-11 15:23:58 -0500 |
commit | 095de01325962e7574d5793193c6f3ae9a175aab (patch) | |
tree | 9769c526809d8bd63533aeccbd96ae6e6e3e7874 /net/mac80211/mesh.h | |
parent | 0938393f02c5a4db75a6e38ee31645c974169bb5 (diff) | |
download | op-kernel-dev-095de01325962e7574d5793193c6f3ae9a175aab.zip op-kernel-dev-095de01325962e7574d5793193c6f3ae9a175aab.tar.gz |
mac80211: update the format of path selection frames
Update the format of path selection frames according to latest
draft (3.03).
Signed-off-by: Rui Paulo <rpaulo@gmail.com>
Signed-off-by: Javier Cardona <javier@cozybit.com>
Reviewed-by: Andrey Yurovsky <andrey@cozybit.com>
Tested-by: Brian Cavagnolo <brian@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r-- | net/mac80211/mesh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index 536d5c0..2fd3e20 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h @@ -208,6 +208,7 @@ struct mesh_rmc { /* Pending ANA approval */ #define MESH_PLINK_CATEGORY 30 #define MESH_PATH_SEL_CATEGORY 32 +#define MESH_PATH_SEL_ACTION 0 /* Public interfaces */ /* Various */ |