OSDN Git Service

mac80211: rename rtap_vendor_space to rtap_space
authorJohannes Berg <johannes.berg@intel.com>
Fri, 20 Apr 2018 10:49:18 +0000 (13:49 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 7 May 2018 18:49:44 +0000 (20:49 +0200)
commitc096b92aa79e603995982c4d324a52ee02775b85
treef4e59b3e0cb719909598d7b85fd78fb64a9b0ba7
parent8db0c433692eda3a0358d72643bd0268b736767c
mac80211: rename rtap_vendor_space to rtap_space

Since all the HE data won't fit into struct ieee80211_rx_status,
we'll (have to) move that into the SKB proper. This means we'll
need to skip over more things in the future, so rename this to
remove the vendor-only notion from it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c