From 3284ae438fec4fed7fdb4b931a2bd2c04b510a56 Mon Sep 17 00:00:00 2001 From: zxystd <1051244836@qq.com> Date: Tue, 27 Jun 2023 18:47:43 +0800 Subject: [PATCH] revert apple80211_country_code_data. --- include/Airport/apple80211_ioctl.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/Airport/apple80211_ioctl.h b/include/Airport/apple80211_ioctl.h index e980625f..ea605721 100644 --- a/include/Airport/apple80211_ioctl.h +++ b/include/Airport/apple80211_ioctl.h @@ -746,20 +746,11 @@ struct apple80211_stats_data u_int32_t rx_errors; }; -#if __IO80211_TARGET >= __MAC_14_0 -struct apple80211_country_code_data -{ - u_int32_t version; - uint16_t cc; - uint8_t len; -}; -#else struct apple80211_country_code_data { u_int32_t version; u_int8_t cc[APPLE80211_MAX_CC_LEN]; }; -#endif struct apple80211_last_rx_pkt_data {