> diff --git a/drivers/net/wireless/rtlwifi/wifi.h b/drivers/net/wireless/rtlwifi/wifi.h > index cc03e7c..284ee8d 100644 > --- a/drivers/net/wireless/rtlwifi/wifi.h > +++ b/drivers/net/wireless/rtlwifi/wifi.h > @@ -1535,7 +1535,6 @@ struct rtl_stats { > u32 mac_time[2]; > s8 rssi; > u8 signal; > - u8 noise; > u8 rate; /* hw desc rate */ > u8 received_channel; > u8 control; > -- Is 'struct rtl_stats' exposed to userspace? (or even to loadable drivers) If so you probably ought to replace 'noise' with an explicit pad in order to avoid changing the offsets of the other fields. David -- 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