]> git.openfabrics.org - ~emulex/infiniband.git/commit
ath10k: remove excessive rx msdu len check
authorBartosz Markowski <bartosz.markowski@tieto.com>
Tue, 11 Feb 2014 07:37:06 +0000 (08:37 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 13 Feb 2014 14:47:45 +0000 (16:47 +0200)
commit7c61385454b639a68e434496c1cae9ec4d98d99e
tree43c5b1f7eca23057fda9368333597ab25dc697cf
parent75fb2f94f2115a616c6066b55c35495482514608
ath10k: remove excessive rx msdu len check

This throw a lot of pointless warnings in case of DFS (radar
detection) and PHYERR events from firmware, when firmware may
actually insert more data, than we assume.

Besides of being noisy this debug does not protect or check
anything usefull currently. It was introduced long time ago
while debugging aggregations. So just removing it.

Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c