CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/11 09:43:40
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
In ieee80211_ba_input(), compute the expression '(sn - ba->ba_winend) & 0xfff'
just once, by assigning its value to the 'count' variable earlier and reusing
'count' where this expression was used.
No functional change. This just results in better readability.
