Commit a9d87638 authored by Ross Schmidt's avatar Ross Schmidt Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723bs: replace rtw_ieee80211_ht_actioncode



Replace the unique rtw_ieee80211_ht_actioncode enum with the provided
standard ieee80211_ht_actioncode.

Signed-off-by: default avatarRoss Schmidt <ross.schm.dev@gmail.com>
Link: https://lore.kernel.org/r/20201105034754.12383-8-ross.schm.dev@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 72cac683
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2145,7 +2145,7 @@ unsigned int OnAction_ht(struct adapter *padapter, union recv_frame *precv_frame

	action = frame_body[1];
	switch (action) {
	case RTW_WLAN_ACTION_HT_COMPRESS_BEAMFORMING:
	case WLAN_HT_ACTION_COMPRESSED_BF:
		break;
	default:
		break;
+0 −12
Original line number Diff line number Diff line
@@ -920,18 +920,6 @@ enum rtw_ieee80211_back_actioncode {
	RTW_WLAN_ACTION_DELBA = 2,
};

/* HT features action code */
enum rtw_ieee80211_ht_actioncode {
	RTW_WLAN_ACTION_HT_NOTI_CHNL_WIDTH = 0,
       RTW_WLAN_ACTION_HT_SM_PS = 1,
       RTW_WLAN_ACTION_HT_PSMP = 2,
       RTW_WLAN_ACTION_HT_SET_PCO_PHASE = 3,
       RTW_WLAN_ACTION_HT_CSI = 4,
       RTW_WLAN_ACTION_HT_NON_COMPRESS_BEAMFORMING = 5,
       RTW_WLAN_ACTION_HT_COMPRESS_BEAMFORMING = 6,
       RTW_WLAN_ACTION_HT_ASEL_FEEDBACK = 7,
};

/* BACK (block-ack) parties */
enum rtw_ieee80211_back_parties {
	RTW_WLAN_BACK_RECIPIENT = 0,