Fix typo (dbM -> dBm)

Submitted by:	Daan@vitsch.nl
Reviewed by:	adrian
This commit is contained in:
Eitan Adler 2013-06-14 23:04:31 +00:00
parent c872793d46
commit eadc444a0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251766

View File

@ -55,7 +55,7 @@
#include <net80211/ieee80211_radiotap.h>
#include <net80211/ieee80211_scan.h>
#define IEEE80211_TXPOWER_MAX 100 /* .5 dbM (XXX units?) */
#define IEEE80211_TXPOWER_MAX 100 /* .5 dBm (XXX units?) */
#define IEEE80211_TXPOWER_MIN 0 /* kill radio */
#define IEEE80211_DTIM_DEFAULT 1 /* default DTIM period */