Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
This commit is contained in:
@@ -1631,7 +1631,6 @@ ieee80211_rx_h_mesh_fwding(struct ieee80211_rx_data *rx)
|
||||
mpp_path_add(proxied_addr, mpp_addr, sdata);
|
||||
} else {
|
||||
spin_lock_bh(&mppath->state_lock);
|
||||
mppath->exp_time = jiffies;
|
||||
if (compare_ether_addr(mppath->mpp, mpp_addr) != 0)
|
||||
memcpy(mppath->mpp, mpp_addr, ETH_ALEN);
|
||||
spin_unlock_bh(&mppath->state_lock);
|
||||
|
Reference in New Issue
Block a user