wireless: remove unused VHT MCS defines
There's an enum with the same values (but slightly different names except for NOT_SUPPORTED) that is actually used, so remove the defines. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
		
					parent
					
						
							
								947add36ca
							
						
					
				
			
			
				commit
				
					
						c8bb93f5f5
					
				
			
		
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -1318,11 +1318,6 @@ struct ieee80211_vht_operation {
 | 
				
			||||||
} __packed;
 | 
					} __packed;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define IEEE80211_VHT_MCS_ZERO_TO_SEVEN_SUPPORT 0
 | 
					 | 
				
			||||||
#define IEEE80211_VHT_MCS_ZERO_TO_EIGHT_SUPPORT 1
 | 
					 | 
				
			||||||
#define IEEE80211_VHT_MCS_ZERO_TO_NINE_SUPPORT  2
 | 
					 | 
				
			||||||
#define IEEE80211_VHT_MCS_NOT_SUPPORTED 3
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* 802.11ac VHT Capabilities */
 | 
					/* 802.11ac VHT Capabilities */
 | 
				
			||||||
#define IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_3895			0x00000000
 | 
					#define IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_3895			0x00000000
 | 
				
			||||||
#define IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_7991			0x00000001
 | 
					#define IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_7991			0x00000001
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue