]> git.baikalelectronics.ru Git - kernel.git/commit
rtlwifi: rtl8821ae: replace _rtl8821ae_mrate_idx_to_arfr_id with generic version
authorColin Ian King <colin.king@canonical.com>
Mon, 8 Oct 2018 08:50:28 +0000 (09:50 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 13 Oct 2018 12:00:37 +0000 (15:00 +0300)
commit974f0ddda11061e4e1f844805e26923855432e8e
tree7ebe8b503fc7094835070a5118df030dc4edf7b7
parentf62da396ae55b5be832abe6fd7df802e9b262de5
rtlwifi: rtl8821ae: replace _rtl8821ae_mrate_idx_to_arfr_id with generic version

Function _rtl8821ae_mrate_idx_to_arfr_id is functionally identical to
the generic version rtl_mrate_idx_to_arfr_id, so remove
_rtl8821ae_mrate_idx_to_arfr_id and use the generic one instead.

This also fixes a missing break statement found by CoverityScan in
_rtl8821ae_mrate_idx_to_arfr_id, namely: CID#1167237 ("Missing break
in switch")

Thanks to Joe Perches for spotting this when I submitted an earlier patch.

Fixes: 12af6e9ed757 ("Staging: rtl8812ae: Add Realtek 8821 PCI WIFI driver")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c