[PATCH] neighbour: Disregard DEAD dst in neigh_update

2021-03-19 Thread Tong Zhu
is damaged and ath9k transmission is disabled. Signed-off-by: Tong Zhu --- net/core/neighbour.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/neighbour.c b/net/core/neighbour.c index e2982b3970b8..8379719d1dce 100644 --- a/net/core/neighbour.c +++ b/net/core

[PATCH] neighbour: Disregard DEAD dst in neigh_update

2020-12-30 Thread Tong Zhu
eventually fail ieee80211_find_sta_by_ifaddr in ath9k (xmit.c). As result, ath9k flushes tx queue (ath_tx_complete_aggr) without updating baw (block ack window), damages baw logic and disables transmission. Signed-off-by: Tong Zhu --- net/core/neighbour.c | 2 +- 1 file changed, 1 insertion(+), 1