Hi Nicolas

the register  sets the slot time, it wont tell you backoff CW

there is a register AR5K_BACKOFF but for 5210

BTW
You will have to use a code  like 

ath5k_hw_reg_read(ah, register) & register_mask

in the ath5k driver to get the value. Then may need to divide the value by 40 
(for normal mode, different for turbo mode) to get time in microsecond.

To access the value at the user level you have iw utility, but i think it does 
not support getting backoff CW

So in the end u may need to write ur own iw function or reuse some iw function 
to print the value.


Shashi


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

Reply via email to