CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/10 16:25:46
Modified files:
sys/dev/ic : acx.c an.c ar5008.c ar9003.c ath.c atw.c bwi.c
malo.c rt2560.c rt2661.c rt2860.c rtw.c
sys/dev/pci : if_ipw.c if_iwi.c if_iwm.c if_iwn.c if_wpi.c
sys/dev/usb : if_athn_usb.c if_atu.c if_otus.c if_ral.c
if_rsu.c if_rum.c if_run.c if_uath.c if_urtw.c
if_urtwn.c if_zyd.c
Log message:
Wireless drivers call if_input() via ieee80211_input() which set `rcvif'
on every received mbuf, so there's no need to initialize this pointer in
the drivers.
Tested by and ok phessler@