aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index a8d5d04314b9..22e062afb5a1 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -857,20 +857,11 @@ enum tx_power_setting {
857 * cfg80211_bitrate_mask - masks for bitrate control 857 * cfg80211_bitrate_mask - masks for bitrate control
858 */ 858 */
859struct cfg80211_bitrate_mask { 859struct cfg80211_bitrate_mask {
860/*
861 * As discussed in Berlin, this struct really
862 * should look like this:
863
864 struct { 860 struct {
865 u32 legacy; 861 u32 legacy;
866 u8 mcs[IEEE80211_HT_MCS_MASK_LEN]; 862 /* TODO: add support for masking MCS rates; e.g.: */
863 /* u8 mcs[IEEE80211_HT_MCS_MASK_LEN]; */
867 } control[IEEE80211_NUM_BANDS]; 864 } control[IEEE80211_NUM_BANDS];
868
869 * Since we can always fix in-kernel users, let's keep
870 * it simpler for now:
871 */
872 u32 fixed; /* fixed bitrate, 0 == not fixed */
873 u32 maxrate; /* in kbps, 0 == no limit */
874}; 865};
875/** 866/**
876 * struct cfg80211_pmksa - PMK Security Association 867 * struct cfg80211_pmksa - PMK Security Association