Tag: b5e38b10e42a14d78ebb92172dada4af328e64ad

Staging: rtl8723au: 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