[ath9k-devel] How to disable 11n mode

2009-02-10 Thread Sujith
Andy wrote:
 Hi All,
 
 I am debuging ath9k in opensolaris,  and i have two questions.
 
 1. How to disable 11n mode when i attach the device?

setup_ht_cap()@main.c: set ht_info-ht_supported to false.

 2. If i don't use 11n mode, should sc-sc_tx_chainmask/sc-sc_rx_chainmask be 
 initialized to 1?

The chainmasks would automatically be 1x1 in legacy mode, see 
ath9k_config()@main.c
and ath_update_chainmask().

Sujith
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel


[ath9k-devel] How to disable 11n mode

2009-02-09 Thread Andy
Hi All,

I am debuging ath9k in opensolaris,  and i have two questions.

1. How to disable 11n mode when i attach the device?

2. If i don't use 11n mode, should sc-sc_tx_chainmask/sc-sc_rx_chainmask
be initialized to 1?

Thanks very much!

Br,

Andy
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel