FreeBSD Bugzilla – Attachment 13350 Details for
Bug 25470
ancontrol doesn't output TX rate
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 657 bytes, created by
brooks
on 2001-03-01 05:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
brooks
Created:
2001-03-01 05:50:01 UTC
Size:
657 bytes
patch
obsolete
>Index: ancontrol.c >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/ancontrol/ancontrol.c,v >retrieving revision 1.8 >diff -u -r1.8 ancontrol.c >--- ancontrol.c 2000/12/31 01:51:22 1.8 >+++ ancontrol.c 2001/03/01 03:48:33 >@@ -281,6 +281,8 @@ > an_printhex((char *)&sts->an_errcode, 1); > printf("\nSignal quality:\t\t"); > an_printhex((char *)&sts->an_cur_signal_quality, 1); >+ printf("\nCurrent TX rate:\t[ %d%s ]", sts->an_current_tx_rate/2, >+ sts->an_current_tx_rate%2 ? ".5" : ""); > printf("\nCurrent SSID:\t\t"); > an_printstr((char *)&sts->an_ssid, sts->an_ssidlen); > printf("\nCurrent AP name:\t");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25470
: 13350