skbuff/mac80211: introduce and use skb_put_zero()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 24 May 2017 07:07:47 +0000 (09:07 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 30 May 2017 07:14:30 +0000 (09:14 +0200)
commite45a79da863c199d7c47b1ee6d33cee23c89eac1
treee34820823df14da003c96f85075499f4af77a2fc
parent71ec289e62f9cf9face6acfab65da02ef6bc3478
skbuff/mac80211: introduce and use skb_put_zero()

This pattern was introduced a number of times in mac80211 just now,
and since it's present in a number of other places it makes sense
to add a little helper for it.

This just adds the helper and transforms the mac80211 code, a later
patch will transform other places.

Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/skbuff.h
net/mac80211/mesh.c
net/mac80211/mesh_plink.c