Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 125041 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]
[patch]
madwifi-r2323-2.6.22.patch
madwifi.patch (text/plain), 846 bytes, created by
Davide Pesavento (RETIRED)
on 2007-07-16 15:43:08 UTC
(
hide
)
Description:
madwifi-r2323-2.6.22.patch
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2007-07-16 15:43:08 UTC
Size:
846 bytes
patch
obsolete
>diff -Naur madwifi-hal-0.9.30.13-r2323-20070512.old/net80211/ieee80211_input.c madwifi-hal-0.9.30.13-r2323-20070512/net80211/ieee80211_input.c >--- madwifi-hal-0.9.30.13-r2323-20070512.old/net80211/ieee80211_input.c 2007-07-16 17:34:10.000000000 +0200 >+++ madwifi-hal-0.9.30.13-r2323-20070512/net80211/ieee80211_input.c 2007-07-16 17:38:57.000000000 +0200 >@@ -1047,11 +1047,12 @@ > * incoming fragments > * XXX 4-address/QoS frames? > */ >- else if (skb->end - skb->head < ni->ni_vap->iv_dev->mtu + >- hdrlen) { >+ else if ((skb_end_pointer(skb) - 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); >+ (skb_end_pointer(skb) - 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 182795
:
122700
|
122701
|
123205
|
123422
| 125041