Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105089 Details for
Bug 159438
net-wireless/ipw3945-1.1.3 bogus character in ESSID
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for ipw3945-1.1.3 for kernels < 2.6.19
ipw3945-1.1.3.patch (text/plain), 668 bytes, created by
Rich Gannon
on 2007-01-01 10:42:20 UTC
(
hide
)
Description:
Patch for ipw3945-1.1.3 for kernels < 2.6.19
Filename:
MIME Type:
Creator:
Rich Gannon
Created:
2007-01-01 10:42:20 UTC
Size:
668 bytes
patch
obsolete
>Index: ipw3945-1.1.3/ipw3945.c >=================================================================== >diff -Nupr ipw3945/ipw3945.c ipw3945-new/ipw3945.c >--- ipw3945-1.1.3-orig/ipw3945.c 2006-12-08 19:33:45.000000000 +0200 >+++ ipw3945-1.1.3/ipw3945.c 2006-12-15 01:08:29.000000000 +0200 >@@ -12210,7 +12210,7 @@ static int ipw_wx_get_essid(struct net_d > IPW_DEBUG_WX("Getting essid: '%s'\n", > escape_essid(priv->essid, priv->essid_len)); > memcpy(extra, priv->essid, priv->essid_len); >- wrqu->essid.length = priv->essid_len + IW_ESSID_FIX; >+ wrqu->essid.length = priv->essid_len; > wrqu->essid.flags = 1; /* active */ > } else { > IPW_DEBUG_WX("Getting essid: ANY\n");
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 159438
:
105088
| 105089