Skip to content

Commit

Permalink
rtlwifi: rtl8192ee: Convert macros that set descriptor
Browse files Browse the repository at this point in the history
As a first step in the conversion, the macros that set the RX and TX
descriptors are converted to static inline routines, and the names are
changed from upper to lower case. To minimize the changes in a given
step, the input descriptor information is left as as a byte array
(u8 *), even though it should be a little-endian word array (__le32 *).
That will be changed in the next patch.

Several places where checkpatch.pl reports lines too long are fixed.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
  • Loading branch information
lwfinger authored and Kalle Valo committed Sep 3, 2019
1 parent 11f92ca commit 7f1c746
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 307 deletions.
Loading

0 comments on commit 7f1c746

Please sign in to comment.