From b4be42500fad6295224fd59ed19a9fce28cb175d Mon Sep 17 00:00:00 2001 From: Carlos Garces Date: Mon, 18 Oct 2021 16:36:45 +0200 Subject: [PATCH] Use Spatial Multiplexing Power Save Modes from --- include/wifi.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/wifi.h b/include/wifi.h index f47333b..7aa2201 100644 --- a/include/wifi.h +++ b/include/wifi.h @@ -652,12 +652,6 @@ struct ADDBA_request { #define IEEE80211_MAX_AMPDU_BUF 0x40 #endif -/* Spatial Multiplexing Power Save Modes */ -#define WLAN_HT_CAP_SM_PS_STATIC 0 -#define WLAN_HT_CAP_SM_PS_DYNAMIC 1 -#define WLAN_HT_CAP_SM_PS_INVALID 2 -#define WLAN_HT_CAP_SM_PS_DISABLED 3 - #define OP_MODE_PURE 0 #define OP_MODE_MAY_BE_LEGACY_STAS 1