summaryrefslogtreecommitdiff
path: root/src/common/hw_features_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/hw_features_common.h')
-rw-r--r--src/common/hw_features_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hw_features_common.h b/src/common/hw_features_common.h
index d8ca16867..82e028238 100644
--- a/src/common/hw_features_common.h
+++ b/src/common/hw_features_common.h
@@ -54,5 +54,6 @@ u32 num_chan_to_bw(int num_chans);
int chan_bw_allowed(const struct hostapd_channel_data *chan, u32 bw,
int ht40_plus, int pri);
int chan_pri_allowed(const struct hostapd_channel_data *chan);
+bool is_punct_bitmap_valid(u16 bw, u16 pri_ch_bit_pos, u16 punct_bitmap);
#endif /* HW_FEATURES_COMMON_H */