Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 123422 Details for
Bug 182795
net-wireless/madwifi-ng(-tools) snapshot version with new HAL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
adm64 patch
madwifi-r2323-2.6.22-amd64.patch (text/plain), 1.28 KB, created by
Patrick McLean
on 2007-06-29 21:50:19 UTC
(
hide
)
Description:
adm64 patch
Filename:
MIME Type:
Creator:
Patrick McLean
Created:
2007-06-29 21:50:19 UTC
Size:
1.28 KB
patch
obsolete
>diff -ur madwifi-hal-0.9.30.13-r2323-20070512-orig/Makefile.inc madwifi-hal-0.9.30.13-r2323-20070512/Makefile.inc >--- madwifi-hal-0.9.30.13-r2323-20070512-orig/Makefile.inc 2007-05-04 09:45:58.000000000 -0400 >+++ madwifi-hal-0.9.30.13-r2323-20070512/Makefile.inc 2007-06-29 21:42:20.000000000 -0400 >@@ -146,7 +146,7 @@ > # > TOOLS= $(TOP)/tools > >-WARNINGS = -Werror >+#WARNINGS = -Werror > COPTS+= $(WARNINGS) > INCS= -include $(TOP)/include/compat.h -I$(TOP)/include > >diff -ur madwifi-hal-0.9.30.13-r2323-20070512-orig/net80211/ieee80211_input.c madwifi-hal-0.9.30.13-r2323-20070512/net80211/ieee80211_input.c >--- madwifi-hal-0.9.30.13-r2323-20070512-orig/net80211/ieee80211_input.c 2007-06-29 21:23:14.000000000 -0400 >+++ madwifi-hal-0.9.30.13-r2323-20070512/net80211/ieee80211_input.c 2007-06-29 21:36:53.000000000 -0400 >@@ -1047,11 +1047,11 @@ > * incoming fragments > * XXX 4-address/QoS frames? > */ >- else if (skb->end - skb->head < ni->ni_vap->iv_dev->mtu + >+ else if (((int) skb->end - (int) skb->head) < ni->ni_vap->iv_dev->mtu + > hdrlen) { > ni->ni_rxfrag = skb_copy_expand(skb, 0, > (ni->ni_vap->iv_dev->mtu + hdrlen) - >- (skb->end - skb->head), GFP_ATOMIC); >+ (unsigned char) ((int) skb->end - (int) skb->head), GFP_ATOMIC); > dev_kfree_skb(skb); > } > }
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 Raw
Actions:
View
Attachments on
bug 182795
:
122700
|
122701
|
123205
| 123422 |
125041