Marcel Holtmann <[email protected]> writes:
>> Redpine bluetooth driver is a thin driver which depends on
>> 'rsi_91x' driver for transmitting and receiving packets
>> to/from device. It creates hci interface when attach() is
>> called from 'rsi_91x' module.
>>
>> Signed-off-by: Prameela Rani Garnepudi <[email protected]>
>> Signed-off-by: Siva Rebbagondla <[email protected]>
>> Signed-off-by: Amitkumar Karwar <[email protected]>
[...]
>> +module_init(rsi_91x_bt_module_init);
>> +module_exit(rsi_91x_bt_module_exit);
>> +MODULE_AUTHOR("Redpine Signals Inc");
>> +MODULE_DESCRIPTION("RSI BT driver");
>> +MODULE_SUPPORTED_DEVICE("RSI-BT");
>> +MODULE_LICENSE("Dual BSD/GPL”);
>
> Acked-by: Marcel Holtmann <[email protected]>
> Reviewed-by: Marcel Holtmann <[email protected]>
So how should we handle the logistics, should all these go via
wireless-drivers-next tree or what's the plan?
--
Kalle Valo