FreeBSD Bugzilla – Attachment 11820 Details for
Bug 23114
wlconfig typo fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 836 bytes, created by
Jimmy Olgeni
on 2000-11-26 17:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jimmy Olgeni
Created:
2000-11-26 17:10:01 UTC
Size:
836 bytes
patch
obsolete
>*** wlconfig.c.orig Sun Nov 26 17:26:12 2000 >--- wlconfig.c Sun Nov 26 17:26:23 2000 >*************** >*** 152,158 **** > printf("Soft MAC address : %02x:%02x:%02x:%02x:%02x:%02x\n", > psa[0x16],psa[0x17],psa[0x18],psa[0x19],psa[0x1a],psa[0x1b]); > printf("Current MAC address : %s\n",(psa[0x1c] & 0x1) ? "Soft" : "Default"); >! printf("Adapter compatability : "); > if (psa[0x1d] < 5) { > printf("%s\n",compat_type[psa[0x1d]]); > } else { >--- 152,158 ---- > printf("Soft MAC address : %02x:%02x:%02x:%02x:%02x:%02x\n", > psa[0x16],psa[0x17],psa[0x18],psa[0x19],psa[0x1a],psa[0x1b]); > printf("Current MAC address : %s\n",(psa[0x1c] & 0x1) ? "Soft" : "Default"); >! printf("Adapter compatibility : "); > if (psa[0x1d] < 5) { > printf("%s\n",compat_type[psa[0x1d]]); > } else {
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 23114
:
11819
| 11820