Hi,

Disclaimer: I have no experience with the ath5k driver. That said, to debug
the issue you can create a debugfs entry to read the current value of the
register. Then you can double check that you're correctly writing to it,
and that no other code is overwriting your changes. Doing that might
indicate where the problem is, or hopefully give you new ideas to fix the
problem.

- Mathy


On Mon, Feb 17, 2014 at 6:41 PM, abhinav narain
<abhinavnarai...@gmail.com>wrote:

> Hi,
> There is a AR5K_DIAG_SW_5211 register in ath5k codebase (in reg.h) .
> I am using AR5212 NIC and even if I set all the bits of diagnostic
> register to be zero,
> my wireless works correctly.
> I wanted to know if I have to set some other things in the codebase in
> order for changes made in this register to work ?
> In particular I wanted to change AR5K_DIAG_SW_CORR_FCS_5211
> so that I can test if I can transmit error frames but it doesn't work.
> I am still able to connect to AP and get traffic.
>
> Please suggest.
>
> Thanks,
> Abhinav
>
>
> _______________________________________________
> ath5k-devel mailing list
> ath5k-devel@lists.ath5k.org
> https://lists.ath5k.org/mailman/listinfo/ath5k-devel
>
>
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to