mac80211: sequence number micro-optimisation
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 10 Aug 2009 14:02:40 +0000 (16:02 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Aug 2009 13:13:57 +0000 (09:13 -0400)
There's no need to mask the variable with 0xFFF0
since we ever only use it as a u16 and the lowest
four bits can't ever be non-zero. The compiler
cannot infer the latter, and therefore has to emit
code to do the masking.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found