On Tue, 2009-01-13 at 17:59 -0600, Larry Finger wrote: > In the latest pull from wireless testing, I get the following warning: > > CC [M] drivers/net/wireless/b43/main.o > drivers/net/wireless/b43/main.c: In function ‘b43_op_set_key’: > drivers/net/wireless/b43/main.c:3636: warning: pointer type mismatch > in conditional expression That looks like a merge error: b43dbg(wl, "%s hardware based encryption for keyidx: %d, " "mac: %pM\n", cmd == SET_KEY ? "Using" : "Disabling", key->keyidx, sta ? sta->addr : "<group key>"); It should be something like u8 bcast[ETH_ALEN] = {0xff,...} sta ? sta->addr : bcast there. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part