linux_dsm_epyc7002/drivers/net/wireless/ath/ath10k
Bartosz Markowski 7c61385454 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>
2014-02-13 16:47:45 +02:00
..
bmi.c ath10k: add BMI log level 2013-09-12 18:21:36 +03:00
bmi.h ath10k: reset BMI state upon init 2013-07-30 18:01:19 +03:00
ce.c ath10k: defer irq registration until hif start() 2013-11-27 16:45:32 +02:00
ce.h ath10k: defer irq registration until hif start() 2013-11-27 16:45:32 +02:00
core.c ath10k: Print out firmware feature bits from IE. 2014-02-04 20:42:27 +02:00
core.h ath10k: implement and use new beacon method 2014-01-24 10:23:37 +02:00
debug.c ath10k: add debugfs file to control firmware dbglog 2014-01-10 11:49:46 +02:00
debug.h Merge tag 'for-linville-20131203' of git://github.com/kvalo/ath 2013-12-09 15:30:27 -05:00
hif.h ath10k: decouple suspend code 2013-07-30 18:01:19 +03:00
htc.c Merge tag 'for-linville-20131203' of git://github.com/kvalo/ath 2013-12-09 15:30:27 -05:00
htc.h ath10k: simplify HTC command submitting 2013-09-16 19:47:46 +03:00
htt_rx.c ath10k: remove excessive rx msdu len check 2014-02-13 16:47:45 +02:00
htt_tx.c ath10k: better tx/rx debugging 2014-02-13 16:32:51 +02:00
htt.c ath10k: make core boot messages more compact 2013-11-20 10:34:59 +02:00
htt.h ath10k: handle TKIP MIC error correctly 2013-12-16 15:13:34 +02:00
hw.h ath10k: track number of existing peers 2014-01-10 11:46:47 +02:00
Kconfig ath10k: add DFS_CERTIFIED option 2014-01-10 11:39:57 +02:00
mac.c ath10k: configure access category for arp 2014-01-30 10:12:22 +02:00
mac.h ath10k: bring back the WMI path for mgmt frames 2013-09-27 14:58:14 +03:00
Makefile
pci.c ath10k: fix the printing of 10.x FW version when FW crashed 2014-01-23 14:57:05 +02:00
pci.h ath10k: re-add support for early fw indication 2013-11-27 16:45:33 +02:00
rx_desc.h ath10k: document decap modes 2013-09-26 10:12:23 +03:00
targaddrs.h
trace.c
trace.h ath10k: add trace event for WMI_DEBUG_MESG_EVENTID 2014-01-10 11:49:33 +02:00
txrx.c ath10k: add more debugging for receive errors 2014-02-13 16:31:58 +02:00
txrx.h ath10k: decouple HTT TX completions 2013-09-20 08:18:09 +03:00
wmi.c ath10k: print out size of wmi-ready-event message 2014-02-13 16:30:11 +02:00
wmi.h ath10k: configure access category for arp 2014-01-30 10:12:22 +02:00