On Thu, 2009-02-12 at 21:36 -0800, Luis R. Rodriguez wrote: > > + if (wiphy_idx_valid(last_request->wiphy_idx)) > + request_wiphy = wiphy_idx_to_wiphy(last_request->wiphy_idx); All this seems pointless, wiphy_idx_to_wiphy will just return NULL if the index isn't valid. This is in a number of places, and it's not like it being invalid will be happening often so we'd have to optimise for it. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part