On Thu, Jan 27, 2011 at 08:04:29PM -0800, Joe Perches wrote: > - A_UINT8 is_amsdu, tid, is_acl_data_frame; > + A_BOOL is_amsdu; > + A_UINT8 tid; > + A_BOOL is_acl_data_frame; Just use bool for bool and u8 for u8. It's not reasonable for everyone to rename basic types for every driver. (Unless Atheros bool really is different from other people's bool then it would be totally reasonable). regards, dan carpenter _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel