commit | 62ae67be31c2346b6d74653a148ddbd1b9a94424 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Nov 18 18:42:05 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 18 17:09:27 2009 -0500 |
tree | 91f59c821a4e3f91a529887d97989b1969720f65 | |
parent | 875405a7793e9c35fab33819e7e5df7a98b6064c [diff] |
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>