CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/21 13:33:20
Modified files:
sys/net80211 : ieee80211_output.c
Log message:
Fix the timeout value sent in ADDBA request and response frames.
ba_timeout_val is in usec so we must divide by TU when copying it to the frame.
ok kettenis@ millert@
