diff options
author | Rui Paulo <rpaulo@gmail.com> | 2009-11-10 19:01:31 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-13 17:43:54 -0500 |
commit | 90a5e16992fa6105f7ebf3f29f5cf5feb1bbf7dc (patch) | |
tree | be20480aca5f74c63371e7808e19ef7812a65204 /net/mac80211/ieee80211_i.h | |
parent | 41a2617064a8458178ccdf31ed2be2b4eade4a2a (diff) |
mac80211: implement RANN processing and forwarding
Process the RANN (Root Annoucement) Frame and try to find the HWMP
root station by sending a PREQ.
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/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 19b0c128d940..2a7d3d4067e1 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -804,6 +804,7 @@ struct ieee802_11_elems { | |||
804 | u8 *preq; | 804 | u8 *preq; |
805 | u8 *prep; | 805 | u8 *prep; |
806 | u8 *perr; | 806 | u8 *perr; |
807 | struct ieee80211_rann_ie *rann; | ||
807 | u8 *ch_switch_elem; | 808 | u8 *ch_switch_elem; |
808 | u8 *country_elem; | 809 | u8 *country_elem; |
809 | u8 *pwr_constr_elem; | 810 | u8 *pwr_constr_elem; |