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

Reply via email to