diff options
author | 2017-04-26 13:51:41 +0200 | |
---|---|---|
committer | 2017-04-28 10:41:53 +0200 | |
commit | 8613c94815fcdd358638a22fed50c3f172042aa2 (patch) | |
tree | 9528ad73406dcfefa25a2603cd19f454e026156b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mac80211: separate encoding/bandwidth from flags (diff) | |
download | wireguard-linux-8613c94815fcdd358638a22fed50c3f172042aa2.tar.xz wireguard-linux-8613c94815fcdd358638a22fed50c3f172042aa2.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions