I've been running 7.09 on several WRTSL54GS routers for a while, routing from the wireless in station mode to the LAN port.   I just tried upgrading to 8.09rc1 brcm47xx (because I wanted a 2.6 kernel), and updated the wireless configuration because it appears that the wireless port is now called wlan0 rather than wl0.  However, now the wireless doesn't associate with the AP.

My /etc/config/wireless now contains:

config wifi-device wlan0
        option type     mac80211
        option channel  11

config wifi-iface
        option device   wlan0
        option network  lan
        option mode     sta
        option ssid     SomeSSID
        option encryption psk
        option key      SomePassword

Is there anything wrong with this?  Should I expect it to work, or are more changes necessary?  After booting, I get:

root@OpenWrt:~# ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr <mac address> 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@OpenWrt:~# iwconfig wlan0
wlan0     IEEE 802.11bg  ESSID:"SomeSSID" 
          Mode:Managed  Frequency:2.462 GHz  Access Point: Not-Associated   
          Tx-Power=27 dBm   
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Thanks!
Eric