Hi,

Here's what you need to know:

* something needs to set ATH9K_RX_FILTER_PHYERR;
* you then have to set some PHY errors in the PHY error mask register.
That's in calcrxfilter() too, just look at what other bits you can set
in the relevant mask register;
* calcrxfilter() should be enabling "zero-length DMA" so frames with
zero length are still DMAed. All PHY error frames (save radar/spectral
scan) have 0 payload, so by default they're not DMAed to the host;
* you need to have an environment that generates PHY errors. :-)


Adrian
_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to