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)
commit62ae67be31c2346b6d74653a148ddbd1b9a94424
tree91f59c821a4e3f91a529887d97989b1969720f65
parent875405a7793e9c35fab33819e7e5df7a98b6064c
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
12 files changed:
net/mac80211/agg-rx.c
net/mac80211/agg-tx.c
net/mac80211/ht.c
net/mac80211/ibss.c
net/mac80211/ieee80211_i.h
net/mac80211/mesh_hwmp.c
net/mac80211/mesh_plink.c
net/mac80211/mlme.c
net/mac80211/rx.c
net/mac80211/spectmgmt.c
net/mac80211/tx.c
net/mac80211/util.c