Hi Carlo, > As already done for btintel and btbcm export setup as separate function > in a vendor-specific module to hold all the Realtek specific commands. > > Signed-off-by: Carlo Caione <carlo@xxxxxxxxxxxx> > --- > > Changelog: > v2: > * Fixed typos and authorship attribution > * Removed status check as already performed by __hci_cmd_sync > * s/btusb_/btrtl_/g in btrtl.c > * moved defines from btrtl.h to btrtl.c > > --- > drivers/bluetooth/Kconfig | 15 ++ > drivers/bluetooth/Makefile | 1 + > drivers/bluetooth/btrtl.c | 390 +++++++++++++++++++++++++++++++++++++++++++++ > drivers/bluetooth/btrtl.h | 52 ++++++ > drivers/bluetooth/btusb.c | 377 +------------------------------------------ > 5 files changed, 462 insertions(+), 373 deletions(-) > create mode 100644 drivers/bluetooth/btrtl.c > create mode 100644 drivers/bluetooth/btrtl.h patch has been applied to bluetooth-next tree. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html