]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
HE: Replace Boolean with C99 bool
authorJouni Malinen <jouni@codeaurora.org>
Thu, 23 Apr 2020 22:33:16 +0000 (01:33 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 24 Apr 2020 14:06:50 +0000 (17:06 +0300)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/ap_config.h

index 0503400b5379fbcbc9c34824bfad6a1da93cffe1..cffa636cc298d272237446565f92987f6a4308f8 100644 (file)
@@ -865,9 +865,9 @@ struct hostapd_bss_config {
  * struct he_phy_capabilities_info - HE PHY capabilities
  */
 struct he_phy_capabilities_info {
-       Boolean he_su_beamformer;
-       Boolean he_su_beamformee;
-       Boolean he_mu_beamformer;
+       bool he_su_beamformer;
+       bool he_su_beamformee;
+       bool he_mu_beamformer;
 };
 
 /**