Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 210192 Details for
Bug 293140
Addition of compat-wireless stable branch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patche for injection use flag to fix mac80211
4002_mac80211-2.6.29-fix-tx-ctl-no-ack-retry-count.patch (text/plain), 559 bytes, created by
Rick Farina (Zero_Chaos)
on 2009-11-14 04:00:03 UTC
(
hide
)
Description:
patche for injection use flag to fix mac80211
Filename:
MIME Type:
Creator:
Rick Farina (Zero_Chaos)
Created:
2009-11-14 04:00:03 UTC
Size:
559 bytes
patch
obsolete
> tx.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c >index b47435d..751934b 100644 >--- a/net/mac80211/tx.c >+++ b/net/mac80211/tx.c >@@ -539,7 +539,8 @@ ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx) > if (tx->sta) > tx->sta->last_tx_rate = txrc.reported_rate; > >- if (unlikely(!info->control.rates[0].count)) >+ if (unlikely(!info->control.rates[0].count) || >+ info->flags & IEEE80211_TX_CTL_NO_ACK) > info->control.rates[0].count = 1; > > if (is_multicast_ether_addr(hdr->addr1)) {
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 293140
:
210188
|
210190
| 210192 |
210194
|
210195
|
210196
|
210197
|
210273