CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/12 08:33:27
Modified files:
sys/net80211 : ieee80211_input.c ieee80211_node.c
ieee80211_output.c ieee80211_pae_output.c
ieee80211_proto.c
Log message:
Call if_enqueue() and if_start() instead of dereferencing the ifp
pointers.
These functions have been introduced to abstract some of the MP-
safeness^Wmadness and should be use everywhere.
Prodded by a comment from jsg@.
ok mikeb@, stsp@
