All of lore.kernel.org
 help / color / mirror / Atom feed
* Warning from mac80211 with p54usb
@ 2008-10-16 23:40 Larry Finger
  2008-10-17  0:26 ` Christian Lamparter
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Finger @ 2008-10-16 23:40 UTC (permalink / raw)
  To: Chr, Johannes Berg; +Cc: wireless

Christian,

Many thanks for the renaming of the firmware for p54usb. With this change, I can
keep an old version of the firmware (2.5.8.0.arm) named isl3887usb_bare and a
new one (2.13.1.0.arm.1) named isl3887usb in /lib/firmware and run the trees
from Linus and wireless-testing without messing with the firmware.

I have discovered one anomaly that shows up with firmware 2.5.8.0.arm. If the
USB device is unplugged and replugged, mac80211 will log the warning from
net/mac80211/main.c:234 because p54_config() returns an error. The source of the
error is p54_assign_address(), where target_skb is NULL. That happens because
priv->rx_end - last_addr is 32 whereas the value of len is 160 - thus target_skb
never gets set.

I have not seen this problem with firmware 2.13.1.arm.1, nor does it occur if
the driver is removed before the USB device is replugged.

If you have any suggestions regarding debugging, please let me know.

Larry


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-10-19 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 23:40 Warning from mac80211 with p54usb Larry Finger
2008-10-17  0:26 ` Christian Lamparter
2008-10-18 23:15   ` Larry Finger
2008-10-19 10:19     ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.