PERFORCE change 147240 for review
Sam Leffler
sam at FreeBSD.org
Tue Aug 12 16:10:50 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147240
Change 147240 by sam at sam_ebb on 2008/08/12 16:10:42
remove function name from debug msg; not useful
Affected files ...
.. //depot/projects/vap/sys/net80211/ieee80211_ht.c#30 edit
Differences ...
==== //depot/projects/vap/sys/net80211/ieee80211_ht.c#30 (text+ko) ====
@@ -1626,9 +1626,8 @@
return 0;
}
IEEE80211_NOTE(vap, IEEE80211_MSG_11N, ni,
- "%s: enable AMPDU on %s, avgpps %d pkts %d",
- __func__, ieee80211_wme_acnames[tap->txa_ac],
- tap->txa_avgpps, tap->txa_pkts);
+ "enable AMPDU on %s, avgpps %d pkts %d",
+ ieee80211_wme_acnames[tap->txa_ac], tap->txa_avgpps, tap->txa_pkts);
return 1;
}
More information about the p4-projects
mailing list