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>
Showing
- net/mac80211/agg-rx.c 1 addition, 1 deletionnet/mac80211/agg-rx.c
- net/mac80211/agg-tx.c 3 additions, 2 deletionsnet/mac80211/agg-tx.c
- net/mac80211/ht.c 1 addition, 1 deletionnet/mac80211/ht.c
- net/mac80211/ibss.c 2 additions, 1 deletionnet/mac80211/ibss.c
- net/mac80211/ieee80211_i.h 1 addition, 2 deletionsnet/mac80211/ieee80211_i.h
- net/mac80211/mesh_hwmp.c 2 additions, 2 deletionsnet/mac80211/mesh_hwmp.c
- net/mac80211/mesh_plink.c 1 addition, 1 deletionnet/mac80211/mesh_plink.c
- net/mac80211/mlme.c 9 additions, 4 deletionsnet/mac80211/mlme.c
- net/mac80211/rx.c 1 addition, 1 deletionnet/mac80211/rx.c
- net/mac80211/spectmgmt.c 1 addition, 1 deletionnet/mac80211/spectmgmt.c
- net/mac80211/tx.c 1 addition, 6 deletionsnet/mac80211/tx.c
- net/mac80211/util.c 4 additions, 2 deletionsnet/mac80211/util.c
Loading
Please register or sign in to comment