cfg80211.h (ad7e718c9b4f717823fd920a0103f7b0fb06183f) | cfg80211.h (d1e33e654ef6bb3dee766353ed9dd31e7dcb8a94) |
---|---|
1#ifndef __NET_CFG80211_H 2#define __NET_CFG80211_H 3/* 4 * 802.11 device and configuration interface 5 * 6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> 7 * 8 * This program is free software; you can redistribute it and/or modify --- 1752 unchanged lines hidden (view full) --- 1761}; 1762 1763/* 1764 * cfg80211_bitrate_mask - masks for bitrate control 1765 */ 1766struct cfg80211_bitrate_mask { 1767 struct { 1768 u32 legacy; | 1#ifndef __NET_CFG80211_H 2#define __NET_CFG80211_H 3/* 4 * 802.11 device and configuration interface 5 * 6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> 7 * 8 * This program is free software; you can redistribute it and/or modify --- 1752 unchanged lines hidden (view full) --- 1761}; 1762 1763/* 1764 * cfg80211_bitrate_mask - masks for bitrate control 1765 */ 1766struct cfg80211_bitrate_mask { 1767 struct { 1768 u32 legacy; |
1769 u8 mcs[IEEE80211_HT_MCS_MASK_LEN]; | 1769 u8 ht_mcs[IEEE80211_HT_MCS_MASK_LEN]; |
1770 } control[IEEE80211_NUM_BANDS]; 1771}; 1772/** 1773 * struct cfg80211_pmksa - PMK Security Association 1774 * 1775 * This structure is passed to the set/del_pmksa() method for PMKSA 1776 * caching. 1777 * --- 2803 unchanged lines hidden --- | 1770 } control[IEEE80211_NUM_BANDS]; 1771}; 1772/** 1773 * struct cfg80211_pmksa - PMK Security Association 1774 * 1775 * This structure is passed to the set/del_pmksa() method for PMKSA 1776 * caching. 1777 * --- 2803 unchanged lines hidden --- |