commit | 4c476991062a0a59523c2bf193f09087f469686a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Oct 04 21:36:35 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 05 13:37:51 2010 -0400 |
tree | d7342b806c285f7b0987386c3d5157230f858c43 | |
parent | ff4c92d85c6f2777d2067f8552e7fefb4d1754ae [diff] |
nl80211: use the new genetlink pre/post_doit hooks This makes nl80211 use the new genetlink pre_doit/post_doit hooks for locking and checking the interface/wiphy index. This significantly reduces the code size and the likelihood of locking errors. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>