2013-04-23 19:08:10

by Bing Zhao

[permalink] [raw]
Subject: [PATCH v3 0/2 RESEND] mwifiex wmm queues handling simplificatons

v3: minor cleanups for coding style; checkpatch.pl --strict
v2: split 6 patches into 2 patchsets. This is the set 2.


Andreas Fenkart (2):
mwifiex: replace ra_list_curr by list rotation.
mwifiex: rework round robin scheduling of bss nodes.

drivers/net/wireless/mwifiex/11n_aggr.c | 14 +---
drivers/net/wireless/mwifiex/init.c | 21 +---
drivers/net/wireless/mwifiex/main.h | 1 -
drivers/net/wireless/mwifiex/wmm.c | 160 ++++++++++---------------------
drivers/net/wireless/mwifiex/wmm.h | 3 +
5 files changed, 61 insertions(+), 138 deletions(-)



2013-04-23 19:17:07

by Bing Zhao

[permalink] [raw]
Subject: RE: [PATCH v3 0/2 RESEND] mwifiex wmm queues handling simplificatons

Hi John,

I got errors while sending 1/2 and 2/2. I'm trying to fix my mailer now.
Attached are 1/2 and 2/2, in case you want to apply them directly.

Thanks,
Bing

> v3: minor cleanups for coding style; checkpatch.pl --strict
> v2: split 6 patches into 2 patchsets. This is the set 2.
>
>
> Andreas Fenkart (2):
> mwifiex: replace ra_list_curr by list rotation.
> mwifiex: rework round robin scheduling of bss nodes.
>
> drivers/net/wireless/mwifiex/11n_aggr.c | 14 +---
> drivers/net/wireless/mwifiex/init.c | 21 +---
> drivers/net/wireless/mwifiex/main.h | 1 -
> drivers/net/wireless/mwifiex/wmm.c | 160 ++++++++++---------------------
> drivers/net/wireless/mwifiex/wmm.h | 3 +
> 5 files changed, 61 insertions(+), 138 deletions(-)


Attachments:
0001-mwifiex-replace-ra_list_curr-by-list-rotation.patch (8.54 kB)
0001-mwifiex-replace-ra_list_curr-by-list-rotation.patch
0002-mwifiex-rework-round-robin-scheduling-of-bss-nodes.patch (8.90 kB)
0002-mwifiex-rework-round-robin-scheduling-of-bss-nodes.patch
Download all attachments

2013-04-23 19:23:18

by Bing Zhao

[permalink] [raw]
Subject: RE: [PATCH v3 0/2 RESEND] mwifiex wmm queues handling simplificatons

Hi John,

> I got errors while sending 1/2 and 2/2. I'm trying to fix my mailer now.

There was a pair of extra [] with Andreas' e-mail address. Now fixed and resent.

> Attached are 1/2 and 2/2, in case you want to apply them directly.

Please ignore the attachments. Sorry for the inconvenience.

Thanks,
Bing