CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/24 06:45:07
Modified files:
sys/net80211 : ieee80211_crypto.c ieee80211_crypto_bip.c
ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c
ieee80211_crypto_wep.c ieee80211_node.c
ieee80211_pae_output.c ieee80211_proto.c
ieee80211_regdomain.c
sys/dev/ic : acx100.c acx111.c ar5008.c ar5416.c ar5xxx.h
ar9003.c ar9280.c ar9285.c ar9287.c ar9380.c
if_wi_hostap.c pgt.c
sys/dev/pci : if_ath_pci.c if_ipw.c if_iwi.c if_iwm.c
if_rtwn.c if_vmx.c ixgbe.h
sys/dev/usb : if_athn_usb.c if_otus.c if_ral.c if_rsu.c
if_rum.c if_run.c if_uath.c if_udav.c if_upgt.c
if_urtw.c if_urtwn.c if_zyd.c
Log message:
No need to include <net/if_arp.h>
This header is only needed because <netinet/if_ether.h> declares a
structure that needs it. But it turns out that <net/if.h> already
includes it as workaround.
A proper solution would be to stop declarting "struct ether_arp"
there. But no driver should need this header.