projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6830d0f
)
Enable back the regdomain listing.
author
Rui Paulo <rpaulo@FreeBSD.org>
Thu, 25 Feb 2010 18:08:17 +0000 (18:08 +0000)
committer
Rui Paulo <rpaulo@FreeBSD.org>
Thu, 25 Feb 2010 18:08:17 +0000 (18:08 +0000)
sbin/ifconfig/ifieee80211.c
patch
|
blob
|
blame
|
history
diff --git
a/sbin/ifconfig/ifieee80211.c
b/sbin/ifconfig/ifieee80211.c
index
e492066
..
0027b59
100644
(file)
--- a/
sbin/ifconfig/ifieee80211.c
+++ b/
sbin/ifconfig/ifieee80211.c
@@
-3906,7
+3906,6
@@
list_mac(int s)
static void
print_regdomain(const struct ieee80211_regdomain *reg, int verb)
{
-#if 0
if ((reg->regdomain != 0 &&
reg->regdomain != reg->country) || verb) {
const struct regdomain *rd =
@@
-3934,7
+3933,6
@@
print_regdomain(const struct ieee80211_regdomain *reg, int verb)
LINE_CHECK("ecm");
else if (verb)
LINE_CHECK("-ecm");
-#endif
}
static void