From: Shaddy Baddah <shaddy_baddah@xxxxxxxxxxx> Date: Mon, 19 Nov 2007 23:11:43 +1100 > David Miller wrote: > >> Whilst the device is up, I continually get console messages like those I > >> have inlined below: > >> > >> Kernel unaligned access at TPC[100ee4d4] do_rx+0x244/0x614 [zd1211rw] > >> Kernel unaligned access at TPC[100ee4e8] do_rx+0x258/0x614 [zd1211rw] > >> Kernel unaligned access at TPC[100ee4cc] do_rx+0x23c/0x614 [zd1211rw] > > > > These are unaligned data accesses in the kernel driver. > > Sure. Just to make sure I understand, does TPC stand for something like > Trap Program Code? It's simply the program counter of the CPU at the time of the trap. It maps to the symbol and offset printed right afterwards, which would be somewhere in do_rx() in the zd1211rw driver. Probably it's parsing some data structure in the incoming packet buffer which is misaligned. - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html