From: Johannes Berg Date: Fri, 27 Jul 2007 13:43:22 +0000 (+0200) Subject: [MAC80211]: split ieee80211_rx_h_check handler X-Git-Tag: v2.6.24-rc1~1454^2~863 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570bd537a9a1520ddebfed772bcf6eaf7510bec4;p=pandora-kernel.git [MAC80211]: split ieee80211_rx_h_check handler The ieee80211_rx_h_check handler really does two things, it's a lot easier to understand if it's split into ieee80211_rx_h_check and ieee80211_rx_h_load_key, and it may be possible in the future to optimise the key loading to not do it for each interface. Signed-off-by: Johannes Berg Signed-off-by: Jiri Benc Signed-off-by: John W. Linville --- Reading git-diff-tree failed