mac80211: Fixed bug in mesh portal paths
authorJavier Cardona <javier@cozybit.com>
Thu, 10 Dec 2009 02:43:00 +0000 (18:43 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 10 Dec 2009 21:09:52 +0000 (16:09 -0500)
commit5d618cb81aeea19879975cd1f9a1e707694dfd7c
tree1998238244c80531e09526eba11b9d3530e46622
parent0c3cee72a403e3b4992a5478c9c33d668c246c22
mac80211: Fixed bug in mesh portal paths

Paths to mesh portals were being timed out immediately after each use in
intermediate forwarding nodes.  mppath->exp_time is set to the expiration time
so assigning it to jiffies was marking the path as expired.

Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: Andrey Yurovsky <andrey@cozybit.com>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c