wil6210: fix timing of netif_carrier_on indication
authorDedy Lansky <qca_dlansky@qca.qualcomm.com>
Sun, 25 Jan 2015 08:52:43 +0000 (10:52 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 29 Jan 2015 07:53:32 +0000 (09:53 +0200)
commitc5e96c91fa8f98ddceac16f410fc741648585401
treeb32812cac3c7230aa2700dfb445d2788967b151a
parent8c6796758f0abd8ee2b4d7e8c6ca5f7adf737ee6
wil6210: fix timing of netif_carrier_on indication

netif_carrier_on indication was too late. In case Rx packet received
before netif_carrier_on indication, upper layers could not send
Tx packet back.

The fix is to indicate netif_carrier_on earlier:
for STA, indicate netif_carrier_on when association starts.
for AP/PCP, indicate netif_carrier_on upon starting AP/PCP.

Signed-off-by: Dedy Lansky <qca_dlansky@qca.qualcomm.com>
Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wil6210/cfg80211.c
drivers/net/wireless/ath/wil6210/main.c
drivers/net/wireless/ath/wil6210/netdev.c
drivers/net/wireless/ath/wil6210/wil6210.h
drivers/net/wireless/ath/wil6210/wmi.c
This page took 0.025507 seconds and 5 git commands to generate.