diff options
author | Thomas Pedersen <thomas@cozybit.com> | 2011-11-24 20:15:24 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-28 14:44:06 -0500 |
commit | dca7e9430cb3e492437a5ce891b8b3e315c147ca (patch) | |
tree | a7503e86e20e649074bbaccd5272d61a51425e2e /net/mac80211/ieee80211_i.h | |
parent | d3c1597b8d1ba0447ce858c7c385eabcf69f2c8f (diff) |
{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinInterval
As per 802.11mb 13.9.11.3
Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: Javier Cardona <javier@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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 7a757a97ba37..a785d61defe1 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -514,7 +514,9 @@ struct ieee80211_if_mesh { | |||
514 | atomic_t mpaths; | 514 | atomic_t mpaths; |
515 | /* Timestamp of last SN update */ | 515 | /* Timestamp of last SN update */ |
516 | unsigned long last_sn_update; | 516 | unsigned long last_sn_update; |
517 | /* Timestamp of last SN sent */ | 517 | /* Time when it's ok to send next PERR */ |
518 | unsigned long next_perr; | ||
519 | /* Timestamp of last PREQ sent */ | ||
518 | unsigned long last_preq; | 520 | unsigned long last_preq; |
519 | struct mesh_rmc *rmc; | 521 | struct mesh_rmc *rmc; |
520 | spinlock_t mesh_preq_queue_lock; | 522 | spinlock_t mesh_preq_queue_lock; |