commit | 9644032e307022ecb1a436537cacedb91d569d98 | [log] [tgz] |
---|---|---|
author | Ping-Ke Shih <pkshih@realtek.com> | Fri May 18 17:30:06 2018 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue May 29 10:17:04 2018 +0300 |
tree | 721e58e472dc38ec66893aa7d701b6714f22a948 | |
parent | 9ae6ed271a60f0e4476fe94f0efc5aba184a9c57 [diff] |
rtlwifi: access skb->data to get C2H data by macro The format of C2H data is ID(1 byte) + Length(1 byte) + value, and it is more readable to use macros to access C2H data. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>