On Thu, 2008-08-07 at 17:27 +0200, Chr wrote: > On Thursday 07 August 2008 15:27:51 Johannes Berg wrote: > > > + priv->tx_stats[le32_to_cpu(entry_data->frame_type - 4)].len--; > > > > Sorry for not catching this earlier, but this looks wrong, the -4 surely > > should be outside the endian conversion? > > likely... let's do the job properly for once and for all. > -- > + priv->tx_stats[entry_data->hw_queue - 4].len--; > + u8 hw_queue; Ah, heh, so it's not a u32 field after all? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part