summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/net80211/ieee80211_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h
index e056a3f..aecde3c 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -81,8 +81,8 @@
#define IEEE80211_RTS_DEFAULT IEEE80211_RTS_MAX
#define IEEE80211_FRAG_DEFAULT IEEE80211_FRAG_MAX
-#define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024)
-#define IEEE80211_TU_TO_MS(x) (((x) * 1024) / 1000)
+#define IEEE80211_MS_TO_TU(x) (((x) * 1024) / 1000)
+#define IEEE80211_TU_TO_MS(x) (((x) * 1000) / 1024)
struct ieee80211_aclator;
struct sysctl_ctx_list;
OpenPOWER on IntegriCloud