From: Johannes Berg Date: Wed, 18 Nov 2009 17:42:05 +0000 (+0100) Subject: mac80211: remove encrypt parameter from ieee80211_tx_skb X-Git-Tag: v2.6.33-rc1~388^2~214^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ae67be31c2346b6d74653a148ddbd1b9a94424;p=pandora-kernel.git mac80211: remove encrypt parameter from ieee80211_tx_skb Since the flags moved into skb->cb, there's no longer a need to have the encrypt bool passed into the function, anyone who requires it set to 0 (false) can just set the flag directly. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed