commit | cca89496a8afe4ad12ce1e468e60cef1e27e4eee | [log] [tgz] |
---|---|---|
author | Javier Cardona <javier@cozybit.com> | Mon Aug 10 17:29:29 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 14 09:14:03 2009 -0400 |
tree | 5dc3fc6541e2afaf66b500a922844d37dad89826 | |
parent | 1fe90b033e04d7402b3deb392420fe2ff57986a5 [diff] |
mac80211: Fix unresolved mesh frames queued without valid control.vif Mesh frames that could not be immediately resolved were queued with a NULL info->control.vif. This patch moves the call to mesh_nexthop_lookup closer to the point where it is handed over to ieee80211_tx(). This ensures that the unresolved frames are ready to be sent once the path is resolved. Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>