vanhoefm / modwifi

462 stars 127 forks source link

how to set fixed rate? #2

Closed eliachen closed 4 years ago

eliachen commented 8 years ago

you can reference https://github.com/rpp0/open-ath9k-htc-firmware ,and view clipboard

vanhoefm commented 8 years ago

The proper way to do this, is to add a debugfs entry to the driver in https://github.com/vanhoefm/modwifi-linux/blob/research/drivers/net/wireless/ath/ath9k/htc_drv_debug.c which can configure a fixed rate. The firmware is told of the fixed rate using a new WMI command. Otherwise you're forcing a fixed rate for all users.

eliachen commented 8 years ago

I have readed ,I'm researching the TDMA MAC over the AR9271,I just want to disbale the CSMA/CA,include CTS/RTS,ACK(0),BackOff(0),at the same time,I want a fixed rate. Now,I have the source firmware source,just want to set the register,can you give me some suggestion?