diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ieee80211.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index be456450cd2e..333d3ae76883 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -708,7 +708,7 @@ struct ieee80211_ht_addt_info { | |||
708 | 708 | ||
709 | /* 802.11n HT capabilities masks */ | 709 | /* 802.11n HT capabilities masks */ |
710 | #define IEEE80211_HT_CAP_SUP_WIDTH 0x0002 | 710 | #define IEEE80211_HT_CAP_SUP_WIDTH 0x0002 |
711 | #define IEEE80211_HT_CAP_MIMO_PS 0x000C | 711 | #define IEEE80211_HT_CAP_SM_PS 0x000C |
712 | #define IEEE80211_HT_CAP_GRN_FLD 0x0010 | 712 | #define IEEE80211_HT_CAP_GRN_FLD 0x0010 |
713 | #define IEEE80211_HT_CAP_SGI_20 0x0020 | 713 | #define IEEE80211_HT_CAP_SGI_20 0x0020 |
714 | #define IEEE80211_HT_CAP_SGI_40 0x0040 | 714 | #define IEEE80211_HT_CAP_SGI_40 0x0040 |
@@ -737,11 +737,11 @@ struct ieee80211_ht_addt_info { | |||
737 | #define IEEE80211_HT_IE_NON_GF_STA_PRSNT 0x0004 | 737 | #define IEEE80211_HT_IE_NON_GF_STA_PRSNT 0x0004 |
738 | #define IEEE80211_HT_IE_NON_HT_STA_PRSNT 0x0010 | 738 | #define IEEE80211_HT_IE_NON_HT_STA_PRSNT 0x0010 |
739 | 739 | ||
740 | /* MIMO Power Save Modes */ | 740 | /* Spatial Multiplexing Power Save Modes */ |
741 | #define WLAN_HT_CAP_MIMO_PS_STATIC 0 | 741 | #define WLAN_HT_CAP_SM_PS_STATIC 0 |
742 | #define WLAN_HT_CAP_MIMO_PS_DYNAMIC 1 | 742 | #define WLAN_HT_CAP_SM_PS_DYNAMIC 1 |
743 | #define WLAN_HT_CAP_MIMO_PS_INVALID 2 | 743 | #define WLAN_HT_CAP_SM_PS_INVALID 2 |
744 | #define WLAN_HT_CAP_MIMO_PS_DISABLED 3 | 744 | #define WLAN_HT_CAP_SM_PS_DISABLED 3 |
745 | 745 | ||
746 | /* Authentication algorithms */ | 746 | /* Authentication algorithms */ |
747 | #define WLAN_AUTH_OPEN 0 | 747 | #define WLAN_AUTH_OPEN 0 |