commit | 836341a70471ba77657b0b420dd7eea3c30a038b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Feb 20 02:07:21 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:37:26 2008 -0500 |
tree | f27af297dd49c1aa5d6df3cd496b8b5fb7e43c2a | |
parent | d2259243a19894eee06c16e278adfea81dc42bd9 [diff] |
mac80211: remove sta TIM flag, fix expiry TIM handling The TIM flag that is kept in each station's info is completely useless, there's no code (aside from the debugfs display code) checking it, hence it can be removed. While doing that, I noticed that the TIM handling is broken when buffered frames expire, so fix that. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>