Hi, > > diff --git a/drivers/net/wireless/mwifiex/decl.h b/drivers/net/wireless/mwifiex/decl.h > > index 5c85d78..1887629 100644 > > --- a/drivers/net/wireless/mwifiex/decl.h > > +++ b/drivers/net/wireless/mwifiex/decl.h > > @@ -153,12 +153,4 @@ struct mwifiex_types_wmm_info { > > u8 reserved; > > struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS]; > > } __packed; > > - > > -struct mwifiex_arp_eth_header { > > - struct arphdr hdr; > > - u8 ar_sha[ETH_ALEN]; > > - u8 ar_sip[4]; > > - u8 ar_tha[ETH_ALEN]; > > - u8 ar_tip[4]; > > -} __packed; > > "#include <uapi/linux/if_arp.h" in this file can be removed too. Indeed, good catch. I'll roll this into my patch, but due to holidays/vacation I won't actually work on it until January or so. johannes -- 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