commit | b5c34f662a3519d34f9634a14d8de638fdbe0ca3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Jan 03 19:51:09 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 04 14:46:14 2011 -0500 |
tree | 0de22e8f97feedf9ad2b729802b338237ae5d6f3 | |
parent | cc72128750700d01c31f583a355c5f8f809498bb [diff] |
mac80211: fix some key comments and code The key documentation is slightly out of date, fix that. Also, the list entry in the key struct is no longer used that way, so list_del_init() isn't necessary any more there. Finally, ieee80211_key_link() is no longer invoked under RCU read lock, but rather with an appropriate station lock held. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>