Message ID | 20180923174535.16198-5-hauke@hauke-m.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | backports: misc fixes to improve support of 4.19 | expand |
On Sun, 2018-09-23 at 19:45 +0200, Hauke Mehrtens wrote: > When RSI_COEX is activated the driver wants to link against the > rsi_bt_ops symbol from the bluetooth driver btrsi. This driver was only > added in kernel 4.17. Deactivate bluetooth coexistence support for older > kernel versions. > > Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> > --- > dependencies | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/dependencies b/dependencies > index 74f8a80f..555f31fb 100644 > --- a/dependencies > +++ b/dependencies > @@ -53,6 +53,9 @@ USB_NET_RNDIS_WLAN 4.6 > # depends on struct mmc_card::ocr > RSI_SDIO 3.13 > > +# For Coexsitence the BT driver has to export rsi_bt_ops Typo :) But I guess I can fix it - I won't apply right now (need to sleep) but hopefully tomorrow (though I'll probably have power cut some time during the day, so who knows what'll happen) johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in
diff --git a/dependencies b/dependencies index 74f8a80f..555f31fb 100644 --- a/dependencies +++ b/dependencies @@ -53,6 +53,9 @@ USB_NET_RNDIS_WLAN 4.6 # depends on struct mmc_card::ocr RSI_SDIO 3.13 +# For Coexsitence the BT driver has to export rsi_bt_ops +RSI_COEX 4.17 + # depends on devm_led_classdev_register() MT76_CORE 4.1 MT76x2E 4.1
When RSI_COEX is activated the driver wants to link against the rsi_bt_ops symbol from the bluetooth driver btrsi. This driver was only added in kernel 4.17. Deactivate bluetooth coexistence support for older kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- dependencies | 3 +++ 1 file changed, 3 insertions(+)