CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/19 04:09:20
Modified files:
share/man/man9 : mbuf.9
sys/dev/ic : acx.c ath.c athn.c atw.c bwi.c malo.c rt2560.c
rt2661.c rt2860.c rtw.c
sys/dev/pci : if_iwn.c if_wpi.c
sys/dev/usb : if_athn_usb.c if_atu.c if_otus.c if_ral.c
if_rum.c if_run.c if_uath.c if_upgt.c if_urtw.c
if_urtwn.c if_zyd.c
sys/net80211 : ieee80211_output.c
sys/sys : mbuf.h
Log message:
Stop abusing the rcvif pointer to pass wireless nodes down to the
driver start routines. Instead add & use a pointer in the pkthdr
since we don't want the overhead of using a mbuf_tags(9).
claudio@ pointed out that other subsystems might want to use this
pointer too, so here's a new cookie!
ok claudio@, mikeb@, deraadt@