-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PW_SID:623467] [v3,1/2] Bluetooth: btrtl: btmrvl: Fix firmware filename for rtl8723bs chipset #847
Conversation
This patch adds workflow files for ci: [schedule_work.yml] - The workflow file for scheduled work - Sync the repo with upstream repo and rebase the workflow branch - Review the patches in the patchwork and creates the PR if needed [ci.yml] - The workflow file for CI tasks - Run CI tests when PR is created Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Firmware for rtl8723bs chipset is as part of the linux-firmware repository in filename rtl8723bs_config-OBDA8723.bin. This patch fixes mwifiex driver to load correct firmware file for rtl8723bs. Fixes: c50903e (Bluetooth: btrtl: add support for the RTL8723BS and RTL8723DS chips) Signed-off-by: Meng Tang <tangmeng@uniontech.com>
Firmware for rtl chipset is as part of the linux-firmware repository in dir linux-firmware/rtl_bt. Today, the rtl8761a_config, rtl8821a_config and rtl8723b_config files are used in btrtl, but it doesn't actually exist, which causes errors like: bluetooth: Direct firmware load for rtl_bt/rtl8821a_config.bin failed with error -2 According to the files in the rtl_bt directory in the Linux firmware, fixes the driver to load correct firmware file for rtl. Fixes: f96dbd3 (Bluetooth: btrtl: add MODULE_FIRMWARE declarations) Signed-off-by: Meng Tang <tangmeng@uniontech.com>
CheckPatch |
GitLint |
SubjectPrefix |
BuildKernel |
BuildKernel32 |
Incremental Build with patches |
TestRunner: Setup |
TestRunner: l2cap-tester
|
TestRunner: bnep-tester
|
TestRunner: mgmt-tester
|
TestRunner: rfcomm-tester
|
TestRunner: sco-tester
|
TestRunner: smp-tester
|
TestRunner: userchan-tester
|
6755b7d
to
5dadb62
Compare
d273eb7
to
583b974
Compare
Firmware for rtl8723bs chipset is as part of the linux-firmware
repository in filename rtl8723bs_config-OBDA8723.bin.
This patch fixes mwifiex driver to load correct firmware file for
rtl8723bs.
Fixes: c50903e (Bluetooth: btrtl: add support for the RTL8723BS and RTL8723DS chips)
Signed-off-by: Meng Tang tangmeng@uniontech.com
drivers/bluetooth/btrtl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)