linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] staging: r8188eu: more cleanups in OnAction_back
@ 2022-05-14 16:47 Martin Kaiser
  2022-05-14 16:47 ` [PATCH 1/7] staging: r8188eu: get addba resp status from ieee80211_mgmt Martin Kaiser
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Martin Kaiser @ 2022-05-14 16:47 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Larry Finger, Phillip Potter, Michael Straube, linux-staging,
	linux-kernel, Martin Kaiser

Simplify some more places where fields are extracted from an incoming
block ack frame.

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

Martin Kaiser (7):
  staging: r8188eu: get addba resp status from ieee80211_mgmt
  staging: r8188eu: read addba resp tid from ieee80211_mgmt
  staging: r8188eu: merge process_addba_req into OnAction_back
  staging: r8188eu: replace if with ternary operator
  staging: r8188eu: use BIT(tid) instead of manual shift
  staging: r8188eu: check for initiator vs recipient
  staging: r8188eu: use the tid in delba processing

 drivers/staging/r8188eu/core/rtw_mlme_ext.c   | 36 ++++++++++---------
 drivers/staging/r8188eu/core/rtw_wlan_util.c  | 22 ------------
 .../staging/r8188eu/include/rtw_mlme_ext.h    |  2 --
 3 files changed, 20 insertions(+), 40 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-05-14 17:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14 16:47 [PATCH 0/7] staging: r8188eu: more cleanups in OnAction_back Martin Kaiser
2022-05-14 16:47 ` [PATCH 1/7] staging: r8188eu: get addba resp status from ieee80211_mgmt Martin Kaiser
2022-05-14 16:47 ` [PATCH 2/7] staging: r8188eu: read addba resp tid " Martin Kaiser
2022-05-14 16:47 ` [PATCH 3/7] staging: r8188eu: merge process_addba_req into OnAction_back Martin Kaiser
2022-05-14 16:47 ` [PATCH 4/7] staging: r8188eu: replace if with ternary operator Martin Kaiser
2022-05-14 17:54   ` Joe Perches
2022-05-14 16:47 ` [PATCH 5/7] staging: r8188eu: use BIT(tid) instead of manual shift Martin Kaiser
2022-05-14 16:47 ` [PATCH 6/7] staging: r8188eu: check for initiator vs recipient Martin Kaiser
2022-05-14 16:47 ` [PATCH 7/7] staging: r8188eu: use the tid in delba processing Martin Kaiser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).