/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | trx.c | diff 8613c94815fcdd358638a22fed50c3f172042aa2 Wed Apr 26 06:51:41 CDT 2017 Johannes Berg <johannes.berg@intel.com> 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>
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rx.c | diff 8613c94815fcdd358638a22fed50c3f172042aa2 Wed Apr 26 06:51:41 CDT 2017 Johannes Berg <johannes.berg@intel.com> 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>
|
H A D | rxmq.c | diff 8613c94815fcdd358638a22fed50c3f172042aa2 Wed Apr 26 06:51:41 CDT 2017 Johannes Berg <johannes.berg@intel.com> 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>
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | diff 8613c94815fcdd358638a22fed50c3f172042aa2 Wed Apr 26 06:51:41 CDT 2017 Johannes Berg <johannes.berg@intel.com> 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>
|
/openbmc/linux/net/mac80211/ |
H A D | sta_info.h | diff 8613c94815fcdd358638a22fed50c3f172042aa2 Wed Apr 26 06:51:41 CDT 2017 Johannes Berg <johannes.berg@intel.com> 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>
|
H A D | util.c | diff 8613c94815fcdd358638a22fed50c3f172042aa2 Wed Apr 26 06:51:41 CDT 2017 Johannes Berg <johannes.berg@intel.com> 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>
|
H A D | rx.c | diff 8613c94815fcdd358638a22fed50c3f172042aa2 Wed Apr 26 06:51:41 CDT 2017 Johannes Berg <johannes.berg@intel.com> 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>
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | diff 8613c94815fcdd358638a22fed50c3f172042aa2 Wed Apr 26 06:51:41 CDT 2017 Johannes Berg <johannes.berg@intel.com> 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>
|