Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108322625
D48319.id148869.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
522 B
Referenced Files
None
Subscribers
None
D48319.id148869.diff
View Options
diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c
--- a/sbin/ifconfig/ifieee80211.c
+++ b/sbin/ifconfig/ifieee80211.c
@@ -1978,13 +1978,11 @@
{
if (get80211val(ctx, IEEE80211_IOC_VHTCONF, &vhtconf) < 0)
errx(-1, "cannot set VHT setting");
- printf("%s: vhtconf=0x%08x, d=%d\n", __func__, vhtconf, d);
if (d < 0) {
d = -d;
vhtconf &= ~d;
} else
vhtconf |= d;
- printf("%s: vhtconf is now 0x%08x\n", __func__, vhtconf);
set80211(ctx, IEEE80211_IOC_VHTCONF, vhtconf, 0, NULL);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 8:54 PM (20 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15691666
Default Alt Text
D48319.id148869.diff (522 B)
Attached To
Mode
D48319: ifconfig: remove debug printfs from set80211vhtconf()
Attached
Detach File
Event Timeline
Log In to Comment