Home
last modified time | relevance | path

Searched hist:"8613 c94815fcdd358638a22fed50c3f172042aa2" (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.cdiff 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 Drx.cdiff 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 Drxmq.cdiff 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 Dhtt_rx.cdiff 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 Dsta_info.hdiff 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 Dutil.cdiff 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 Drx.cdiff 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 Dmac80211.hdiff 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>