Johannes Berg wrote: > On Thu, 2008-10-16 at 08:46 -0700, Larry Finger wrote: > >> - set_bit(PRISM2_INFO_PENDING_LINKSTATUS, &local->pending_info); >> + set_bit(PRISM2_INFO_PENDING_LINKSTATUS, (ulong *)&local->pending_info); > > Shouldn't you just do this instead? > > > --- hostapd_wlan.h > +++ hostapd_wlan.h > @@ ... @@ > - long pending_info; > + unsigned long pending_info; Yes. V2 of the patch coming. Thanks, Larry -- 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