Skip to content

Commit

Permalink
revert apple80211_country_code_data.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxystd committed Jun 27, 2023
1 parent cb677db commit 3284ae4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/Airport/apple80211_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 3284ae4

Please sign in to comment.