/mausezahn/

istanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
ModeNameSize
context:
space:
mode:
authorPing-Ke Shih <pkshih@realtek.com>2016-12-28 15:40:04 -0600
committerKalle Valo <kvalo@codeaurora.org>2016-12-30 15:56:53 +0200
commit40b368af4b750863b2cb66a3a9513241db2f0793 (patch)
treea708e20ad53629297c0a09ea95d82941898022b5
parent26eb994d52399a4767be30ccc2a7d68a0f34cadc (diff)
rtlwifi: Fix alignment issues
The addresses of Wlan NIC registers are natural alignment, but some drivers have bugs. These are evident on platforms that need natural alignment to access registers. This change contains the following: 1. Function _rtl8821ae_dbi_read() is used to read one byte from DBI, thus it should use rtl_read_byte(). 2. Register 0x4C7 of 8192ee is single byte. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat