HE: Replace Boolean with C99 bool
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
		
							parent
							
								
									5e5eb5a312
								
							
						
					
					
						commit
						0365458eb8
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -865,9 +865,9 @@ struct hostapd_bss_config { | ||||||
|  * struct he_phy_capabilities_info - HE PHY capabilities |  * struct he_phy_capabilities_info - HE PHY capabilities | ||||||
|  */ |  */ | ||||||
| struct he_phy_capabilities_info { | struct he_phy_capabilities_info { | ||||||
| 	Boolean he_su_beamformer; | 	bool he_su_beamformer; | ||||||
| 	Boolean he_su_beamformee; | 	bool he_su_beamformee; | ||||||
| 	Boolean he_mu_beamformer; | 	bool he_mu_beamformer; | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| /**
 | /**
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Jouni Malinen
						Jouni Malinen