CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/24 11:01:23
Modified files:
sys/net80211 : ieee80211_node.c ieee80211_node.h
Log message:
Make ieee80211_set_tim() available from outside of ieee80211_node.c
so drivers like acx(4) can use that function directly instead of
reimplementing the function again. Requested by kettenis@ long time ago.
