commit | 30ccb08847c2d89e1cf893bf5f3155c023a9d142 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Wed Sep 26 21:08:47 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:53:18 2007 -0700 |
tree | f55236fa50e7f2592a0c034191e58b3d33f3a4d6 | |
parent | b4010e08907bdafe8bf4a3fe7ef9b52ddec4dda5 [diff] |
[PATCH] mac80211: bss_tim_clear must use ~ instead of ! We need to use bitwise NOT. This also cleans up the code a little bit to make it more readable. Signed-off-by: Michael Buesch <mb@bu3sch.de> Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>