[PATCH 00/11] staging: r8188eu: continue the cleanup of issue_action_BA

Martin Kaiser posted 11 patches 3 years, 10 months ago
drivers/staging/r8188eu/core/rtw_mlme_ext.c   | 51 +++++++------------
.../staging/r8188eu/include/rtw_mlme_ext.h    |  3 +-
2 files changed, 18 insertions(+), 36 deletions(-)
[PATCH 00/11] staging: r8188eu: continue the cleanup of issue_action_BA
Posted by Martin Kaiser 3 years, 10 months ago
Simplify the code to send the addba response and the delba message. Use
ieee80211 helpers if possible.

This series should be applied after the "start cleaning up
issue_action_BA" series.

Martin Kaiser (11):
  staging: r8188eu: use mgmt to set resp dialog token
  staging: r8188eu: use mgmt to set the addba resp status
  staging: r8188eu: use mgmt to set the addba resp timeout
  staging: r8188eu: use ieee80211 to set addba resp capabilities
  staging: r8188eu: calculate the addba response length
  staging: r8188eu: use mgmt to set the delba reason code
  staging: r8188eu: use mgmt to set delba params
  staging: r8188eu: clarify the contents of the delba params
  staging: r8188eu: calculate the delba length
  staging: r8188eu: remove the pframe variable
  staging: r8188eu: use u8, u16 in issue_action_BA prototype

 drivers/staging/r8188eu/core/rtw_mlme_ext.c   | 51 +++++++------------
 .../staging/r8188eu/include/rtw_mlme_ext.h    |  3 +-
 2 files changed, 18 insertions(+), 36 deletions(-)

-- 
2.30.2
Re: [PATCH 00/11] staging: r8188eu: continue the cleanup of issue_action_BA
Posted by Pavel Skripkin 3 years, 10 months ago
Hi Martin,

On 6/2/22 22:37, Martin Kaiser wrote:
> Simplify the code to send the addba response and the delba message. Use
> ieee80211 helpers if possible.
> 
> This series should be applied after the "start cleaning up
> issue_action_BA" series.
> 
> Martin Kaiser (11):
>    staging: r8188eu: use mgmt to set resp dialog token
>    staging: r8188eu: use mgmt to set the addba resp status
>    staging: r8188eu: use mgmt to set the addba resp timeout
>    staging: r8188eu: use ieee80211 to set addba resp capabilities
>    staging: r8188eu: calculate the addba response length
>    staging: r8188eu: use mgmt to set the delba reason code
>    staging: r8188eu: use mgmt to set delba params
>    staging: r8188eu: clarify the contents of the delba params
>    staging: r8188eu: calculate the delba length
>    staging: r8188eu: remove the pframe variable
>    staging: r8188eu: use u8, u16 in issue_action_BA prototype
> 
>   drivers/staging/r8188eu/core/rtw_mlme_ext.c   | 51 +++++++------------
>   .../staging/r8188eu/include/rtw_mlme_ext.h    |  3 +-
>   2 files changed, 18 insertions(+), 36 deletions(-)
> 

Looks fine, thanks!

Tested-by: Pavel Skripkin <paskripkin@gmail.com>




With regards,
Pavel Skripkin