[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220806111352.690650-1-martin@kaiser.cx>
Date: Sat, 6 Aug 2022 13:13:47 +0200
From: Martin Kaiser <martin@...ser.cx>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Michael Straube <straube.linux@...il.com>,
Pavel Skripkin <paskripkin@...il.com>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Martin Kaiser <martin@...ser.cx>
Subject: [PATCH v2 0/5] staging: r8188eu: use struct ieee80211_mgmt in OnAssocRsp
Use a struct ieee80211_mgmt in OnAssocRsp to read elements of the
association response message. This should be easier than parsing the
message manually.
v2:
- rewrite the commit messages to say to more clearly why (in my opinion)
the patches change the code for the better
Martin Kaiser (5):
staging: r8188eu: replace a get_da call
staging: r8188eu: read status_code from struct ieee80211_mgmt
staging: r8188eu: read capability info from struct ieee80211_mgmt
staging: r8188eu: read aid from struct ieee80211_mgmt
staging: r8188eu: simplify the calculation of ie start offset
drivers/staging/r8188eu/core/rtw_mlme_ext.c | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
--
2.30.2
Powered by blists - more mailing lists