mac80211: remove encrypt parameter from ieee80211_tx_skb
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 18 Nov 2009 17:42:05 +0000 (18:42 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 18 Nov 2009 22:09:27 +0000 (17:09 -0500)
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found