We have a custom board utilizing the wl1271 TiWi-R2 module. We are using Ubuntu embedded distro running on kernel 3.0. We have all necessary modules loaded via insmod. When interface wlan0 is brought up the firmware loads successfully -- firmware booted (Rev 6.1.5.50.69).
If at this point I execute "iwlist wlan0 scan" I get no scan results. However, if I use a distro with kernel 2.637 the scan returns all 11 APs in our building.
1. Has anyone seen this type of issue?
2. in debugging I notices that the 2.6.37 kernel reports :
wl1271_scan: Function Exiting
wl1271: EVENT on mbox 0
wl1271: MBOX DUMP:
wl1271: vector: 0x10000
wl1271: mask: 0xbf9a1bfe
wl1271: vector: 0x10000
wl1271: EVENT on mbox 1
wl1271: MBOX DUMP:
wl1271: vector: 0x200000
wl1271: mask: 0xbf9a1bfe
wl1271: vector: 0x200000
wl1271: DUMMY_PACKET_ID_EVENT_ID
wl1271: EVENT on mbox 0
wl1271: MBOX DUMP:
wl1271: vector: 0x400
wl1271: mask: 0xbf9a1bfe
wl1271: vector: 0x400
wl1271: status: 0x55
but the 3.0 kernel does report vector: 0x200000
any thoughts?