From: Johannes Berg Date: Tue, 18 Dec 2007 14:27:47 +0000 (+0100) Subject: mac80211: move tx crypto decision X-Git-Tag: v2.6.25-rc1~1162^2~934 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176e4f84423af3105894a7d71b23c1a16678a6be;p=pandora-kernel.git mac80211: move tx crypto decision This patch moves the decision making about whether a frame is encrypted with a certain algorithm up into the TX handlers rather than having it in the crypto algorithm implementation. This fixes a problem with the radiotap injection code where injecting a non-data packet and requesting encryption could end up asking the driver to encrypt a packet without giving it a key. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed