aboutsummaryrefslogtreecommitdiff
path: root/src/transport/ieee80211_radiotap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/ieee80211_radiotap.h')
-rw-r--r--src/transport/ieee80211_radiotap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/ieee80211_radiotap.h b/src/transport/ieee80211_radiotap.h
index 1a79cf214..9351da9a5 100644
--- a/src/transport/ieee80211_radiotap.h
+++ b/src/transport/ieee80211_radiotap.h
@@ -248,7 +248,7 @@ enum ieee80211_radiotap_type
248#define IEEE80211_RADIOTAP_F_TX_RTS 0x0004 /* used rts/cts handshake */ 248#define IEEE80211_RADIOTAP_F_TX_RTS 0x0004 /* used rts/cts handshake */
249 249
250/* Ugly macro to convert literal channel numbers into their mhz equivalents 250/* Ugly macro to convert literal channel numbers into their mhz equivalents
251 * There are certianly some conditions that will break this (like feeding it '30') 251 * There are certainly some conditions that will break this (like feeding it '30')
252 * but they shouldn't arise since nothing talks on channel 30. */ 252 * but they shouldn't arise since nothing talks on channel 30. */
253#define ieee80211chan2mhz(x) \ 253#define ieee80211chan2mhz(x) \
254 (((x) <= 14) ? \ 254 (((x) <= 14) ? \