@
haohaolee dmesg里看到的驱动是wl0: Broadcom BCM4329 802.11 Wireless Controller 5.10.56.27
google了下,这个驱动是支持802.11n的
iwconfig里输出的信息也可以看到802.11n
wl0 IEEE 802.11bgn ESSID:"OpenWrt"
Mode:Master Frequency:2.412 GHz Access Point: 6D:A3:4D:69:32:FF
Bit Rate=16 Mb/s Tx-Power:24 dBm
RTS thr:off Fragment thr:off
Link Quality=5/5 Signal level=0 dBm Noise level=-90 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
灯确实我刷的这个版本也不亮,这倒是无所谓
@
liuhk388 /etc/config/wireless 里的信息
config wifi-device 'wl0'
option type 'broadcom'
option channel 'auto'
option txpower '24'
option hwmode '11bg'
config wifi-iface
option device 'wl0'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option key 'lianhecun'
option encryption 'psk'
luci里调整wifi的设置页面里就只能看到g+b(g,b),而HT最高也只能调到24,估计得直接从配置文件里改了,今晚直接改配置文件看看先