On Fri, 2009-06-05 at 01:41 -0400, Luis R. Rodriguez wrote: > - u16 fc; > + __le16 fc; > > if (txrc->rts) > info->control.rates[0].count = > @@ -291,8 +291,7 @@ rate_control_pid_get_rate(void *priv, struct ieee80211_sta *sta, > > /* Send management frames and NO_ACK data using lowest rate. */ > fc = le16_to_cpu(hdr->frame_control); > - if (!sta || !spinfo || > - (fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_DATA || > + if (!sta || !spinfo || !ieee80211_is_data(fc) || you might want to run sparse on this entire patchset. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part