[PATCH 2/3] Do not report TX_ACK due to instability

Eugene Krasnikov k.eugene.e at gmail.com
Tue Jun 18 08:33:53 EDT 2013


FW will not report status on NULL packet that was sent during
scanning. This will stop all queus. Disable untill issue
https://github.com/KrasnikovEugene/wcn36xx/issues/57 is fixed.

Signed-off-by: Eugene Krasnikov <k.eugene.e at gmail.com>
---
 main.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/main.c b/main.c
index a52209e..9f369fc 100644
--- a/main.c
+++ b/main.c
@@ -675,8 +675,7 @@ static int wcn36xx_init_ieee80211(struct wcn36xx *wcn)
 	};
 
 	wcn->hw->flags = IEEE80211_HW_SIGNAL_DBM |
-		IEEE80211_HW_HAS_RATE_CONTROL |
-		IEEE80211_HW_REPORTS_TX_ACK_STATUS;
+		IEEE80211_HW_HAS_RATE_CONTROL;
 
 	wcn->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
 		BIT(NL80211_IFTYPE_AP) |
-- 
1.7.11.3




More information about the wcn36xx mailing list