From: Johannes Berg Date: Mon, 3 Jan 2011 18:51:09 +0000 (+0100) Subject: mac80211: fix some key comments and code X-Git-Tag: v2.6.38-rc1~476^2~14^2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c34f662a3519d34f9634a14d8de638fdbe0ca3;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed