commit | 38f3714d66b5679aee2a4fe23b1235c3829fcce4 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Jan 29 17:07:43 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:19:21 2008 -0500 |
tree | 375e30764e348fd4afb4babb3a54b056e3332894 | |
parent | 145de9b693943f052c2c15efbc31b2851fedb6e0 [diff] |
mac80211: dissolve pre-rx handlers These handlers do not really return a status and the compiler can do a much better job when they're simply static functions that it can inline if appropriate. Also makes the code shorter. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>