Tag: e4504a1519544f40675fccbe0d93e993cbb04f06

Staging: rtl8188eu: Use put_unaligned_le16

Author: Vaishali Thakkar <vthakkar1994@gmail.com> Using byte ordering functions and then memcpy() is risky and prone to hide errors which are hard to track down. So, this patch introduces the use of function put_unaligned_le16 which makes the code clear. Here, use of variable tim_bitmap_le and variable itself is removed. Also, to be compatible with the changes …

Continue reading