Searched hist:c80b18cbb04b7b101af9bd14550f13d9866c646a (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | trx.h | c80b18cbb04b7b101af9bd14550f13d9866c646a Wed Feb 19 20:00:41 UTC 2020 Larry Finger <Larry.Finger@lwfinger.net> rtlwifi: rtl8188ee: Fix regression due to commit d1d1a96bdb44
For some unexplained reason, commit d1d1a96bdb44 ("rtlwifi: rtl8188ee: Remove local configuration variable") broke at least one system. As the only net effect of the change was to remove 2 bytes from the start of struct phy_status_rpt, this patch adds 2 bytes of padding at the beginning of the struct.
Fixes: d1d1a96bdb44 ("rtlwifi: rtl8188ee: Remove local configuration variable") Cc: Stable <stable@vger.kernel.org> # V5.4+ Reported-by: Ashish <ashishkumar.yadav@students.iiserpune.ac.in> Tested-by: Ashish <ashishkumar.yadav@students.iiserpune.ac.in> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|