projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] base-files: attempt bring up related wifi devices when calling ifup
[openwrt.git]
/
package
/
mac80211
/
patches
/
570-mac80211_agg_buf_size.patch
1
--- a/net/mac80211/agg-tx.c
2
+++ b/net/mac80211/agg-tx.c
3
@@ -814,7 +814,7 @@ void ieee80211_process_addba_resp(struct
4
* of at least 1.
5
*/
6
if (!buf_size)
7
- goto out;
8
+ buf_size = 1;
9
10
if (test_and_set_bit(HT_AGG_STATE_RESPONSE_RECEIVED,
11
&tid_tx->state)) {
This page took
0.053816 seconds
and
5
git commands to generate.