From: Javier Cardona Date: Tue, 11 Aug 2009 00:29:29 +0000 (-0700) Subject: mac80211: Fix unresolved mesh frames queued without valid control.vif X-Git-Tag: v2.6.32-rc1~703^2~367^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca89496a8afe4ad12ce1e468e60cef1e27e4eee;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed