commit | 8613c94815fcdd358638a22fed50c3f172042aa2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Apr 26 13:51:41 2017 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Apr 28 10:41:53 2017 +0200 |
tree | 9528ad73406dcfefa25a2603cd19f454e026156b | |
parent | da6a4352e7c867f81d7336f6517e819b3cce06bf [diff] |
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: Johannes Berg <johannes.berg@intel.com>