Hi ajudge,
Clone OpenWrt from morse micro’s code base. We specify the version of SDK v2.6.6. why I do not find the rate table at /sys/kernel/debug/ieee80211/phy0/morse/
?
Hi ajudge,
Clone OpenWrt from morse micro’s code base. We specify the version of SDK v2.6.6. why I do not find the rate table at /sys/kernel/debug/ieee80211/phy0/morse/
?
Hi @hank
I’ve moved this thread to a new topic.
If the Morse Micro rate control table isn’t available in debugfs, this could indicate that the Morse driver has not been compiled with MMRC enabled, and is falling back to using the Linux default rate control algorithm - minstrel - instead. This is not expected for 2.6.6, which should use MMRC by default, please check your menuconfig and ensure CONFIG_MORSE_RC
is enabled.