On Tue, Mar 29, 2011 at 9:36 AM, Felix Fietkau <[email protected]> wrote:
>
> To change the chainmask:
>
> wifi down
> echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/rx_chainmask
> echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/tx_chainmask
> wifi

On the CPE end this has been done:

root@OpenWrt:~# ifconfig -a | grep "inet addr:"
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet addr:209.151.124.10  Bcast:209.151.124.255  Mask:255.255.255.0
root@OpenWrt:~# wifi down
root@OpenWrt:~# echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/rx_chainmask
root@OpenWrt:~# echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/tx_chainmask
root@OpenWrt:~# wifi
root@OpenWrt:~# ps auxw | grep -i supplicant
 4299 root      1436 S    wpa_supplicant -B -P /var/run/wifi-wlan0.pid -D nl80
 4457 root      1424 S    grep -i supplicant
root@OpenWrt:~#

Now back to HQ and the AP.

kind regards/ldv
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to