From: Ivo van Doorn Date: Tue, 1 Jul 2008 08:45:13 +0000 (+0200) Subject: mac80211: Don't request encryption for probe response X-Git-Tag: v2.6.27-rc1~969^2~186^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2898a27809f54a33050a70d0eaa4a78194163a0;p=pandora-kernel.git mac80211: Don't request encryption for probe response Probe responses shouldn't be encrypted, and mac80211 doesn't set the crypto key accordingly. However it didn't set the IEEE80211_TX_CTL_DO_NOT_ENCRYPT flag which means drivers could make an attempt to encrypt it, and causing a NULL pointer dereference when accessing the provided hw_key field. Signed-off-by: Ivo van Doorn Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed