Skip to content
Commit 8613c948 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: rename ieee80211_rx_status::vht_nss to just nss



This field will need to be used again for HE, so rename it now.

Again, mostly done with this spatch:

@@
expression status;
@@
-status->vht_nss
+status->nss
@@
expression status;
@@
-status.vht_nss
+status.nss

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent da6a4352
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment