I am trying to set my WHR-HP-AG108 to use b/g mode on ath0 but I'm half-there. The interface seems to be up but it's not broadcasting the ssid and you cannot associate with it.
I have tried following without success (wifi1 and ath1 are fine though):
config wifi-device wifi0
option type atheros
option channel 1 #(normally this is 149 for a-only operation, I've tried 1 through 11 for bg but nothing works)
option agmode 11bg #(normally I don't use this but it doesn't help, either)
#option agmode 11g #(this doesn't work either)
#neither does without agmode, using only channel 1.
config wifi-iface
option device wifi0
option network wlana
option mode ap
option ssid "test.ssid.a"
config wifi-device wifi1
option type atheros
option channel 6
config wifi-iface
option device wifi1
option network wlanb
option mode ap
option ssid "test.ssid.b"
Any input from someone experienced in madwifi and a/b/g interfaces greatly appreciated!