summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8723be/sw.c
diff options
context:
space:
mode:
authorLarry Finger2014-09-26 23:40:24 +0200
committerJohn W. Linville2014-09-30 19:17:14 +0200
commit0529c6b8176135bcae1ab66bed6c1288456fbdec (patch)
treefdb423ef6b4bab975df2de0f25e1ea5ffa413763 /drivers/net/wireless/rtlwifi/rtl8723be/sw.c
parentrtlwifi: rtl8192ee: Move driver from staging to the regular tree (diff)
downloadkernel-qcow2-linux-0529c6b8176135bcae1ab66bed6c1288456fbdec.tar.gz
kernel-qcow2-linux-0529c6b8176135bcae1ab66bed6c1288456fbdec.tar.xz
kernel-qcow2-linux-0529c6b8176135bcae1ab66bed6c1288456fbdec.zip
rtlwifi: rtl8723ae: Update driver to match 06/28/14 Realtek version
Not only does this patch update the driver to match the latest Realtek release, it is an important step in getting the internal code source at Realtek to match the code in the kernel. The primary reason for this is to make it easier for Realtek to maintain the kernel source without requiring an intermediate like me. In this process of merging the two source repositories, there are a lot of changes in both, and this commit is rather large. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8723be/sw.c')
-rw-r--r--drivers/net/wireless/rtlwifi/rtl8723be/sw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8723be/sw.c b/drivers/net/wireless/rtlwifi/rtl8723be/sw.c
index 532913c6622a..8b4a5f3e8e82 100644
--- a/drivers/net/wireless/rtlwifi/rtl8723be/sw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8723be/sw.c
@@ -196,7 +196,7 @@ bool rtl8723be_get_btc_status(void)
return true;
}
-static bool is_fw_header(struct rtl92c_firmware_header *hdr)
+static bool is_fw_header(struct rtl8723e_firmware_header *hdr)
{
return (hdr->signature & 0xfff0) == 0x5300;
}