Jason Andryuk <jandryuk@xxxxxxxxx> writes: > at76_debug should be an unsigned int as it used as a bit field. In > fact, modprobe fails when trying to set at76_debug's high bit. Thanks. I'll send this to John. > Also included is a compile fix to the ieee80211_scan_completed() call. I separated this to a patch of it's own: commit e8970b5f443eb4621c808c659131b47ebdf16af7 Author: Jason Andryuk <jandryuk@xxxxxxxxx> Date: Wed Feb 18 22:18:14 2009 +0200 at76c50x-usb: update to latest mac80211 hw scan api With the latest mac80211 stack, the driver needs to be updated for cfg80211 scanning. I based the changes off of modifications for at76_usb found here: http://johannes.sipsolutions.net/patches/old/all/2008-09-19-13:35/020-cfg80211-scan.patch The trick was that max_signal also needs to be set to avoid a divide by zero Oops. I just guessed and used the value 100 for now. kvalo: handpicked the change from two different patches Signed-off-by: Jason Andryuk <jandryuk@xxxxxxxxx> Signed-off-by: Kalle Valo <kalle.valo@xxxxxx> -- Kalle Valo -- 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