Message ID | 20240304170753.500074-1-neeraj.sanjaykale@nxp.com |
---|---|
State | Superseded |
Headers | show |
Series | [v2] Bluetooth: btnxpuart: Enable Power Save feature on startup | expand |
Hi Francesco, > > On Mon, Mar 04, 2024 at 10:37:53PM +0530, Neeraj Sanjay Kale wrote: > > This sets the default power save mode setting to enabled. > > > > The power save feature is now stable and stress test issues, such as > > the TX timeout error, have been resolved. > > I assume that the stability issue has been fixed in firmware, correct? > What's going to happen if running the updated driver with old firmware? > What about combo Wi-Fi/BT firmware files, were those updated? I'm > currently using this driver with this firmware [1] There were some stability issues in the driver, that are fixed in previous patches. As for FW, I have checked internally and there were no power save related issues reported for any combo FWs. I had requested our QA team to perform basic sanity tests for WLAN and BT using the exact FW version you are using, and there were no power save issues reported. Thanks, Neeraj
Hello, On Fri, Mar 15, 2024 at 01:13:36PM +0000, Neeraj Sanjay Kale wrote: > > On Mon, Mar 04, 2024 at 10:37:53PM +0530, Neeraj Sanjay Kale wrote: > > > This sets the default power save mode setting to enabled. > > > > > > The power save feature is now stable and stress test issues, such as > > > the TX timeout error, have been resolved. > > > > I assume that the stability issue has been fixed in firmware, correct? > > What's going to happen if running the updated driver with old firmware? > > What about combo Wi-Fi/BT firmware files, were those updated? I'm > > currently using this driver with this firmware [1] > > There were some stability issues in the driver, that are fixed in previous patches. > > As for FW, I have checked internally and there were no power save related > issues reported for any combo FWs. Thanks for the information, Francesco
Hi Luiz, There are a couple of patches like this one pending review. Can you please have a look at it? Let me know if you want me to send all the patches pending review once again. Thank you for your time. Regards, Neeraj > > > > This sets the default power save mode setting to enabled. > > > > > > > > The power save feature is now stable and stress test issues, such > > > > as the TX timeout error, have been resolved. > > > > > > I assume that the stability issue has been fixed in firmware, correct? > > > What's going to happen if running the updated driver with old firmware? > > > What about combo Wi-Fi/BT firmware files, were those updated? I'm > > > currently using this driver with this firmware [1] > > > > There were some stability issues in the driver, that are fixed in previous > patches. > > > > As for FW, I have checked internally and there were no power save > > related issues reported for any combo FWs. > > Thanks for the information, > > Francesco
Hi, On Fri, May 10, 2024 at 6:18 AM Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> wrote: > > Hi Luiz, > > There are a couple of patches like this one pending review. Can you please have a look at it? > Let me know if you want me to send all the patches pending review once again. > Thank you for your time. It is no longer available at pw, please resend. > Regards, > Neeraj > > > > > > This sets the default power save mode setting to enabled. > > > > > > > > > > The power save feature is now stable and stress test issues, such > > > > > as the TX timeout error, have been resolved. > > > > > > > > I assume that the stability issue has been fixed in firmware, correct? > > > > What's going to happen if running the updated driver with old firmware? > > > > What about combo Wi-Fi/BT firmware files, were those updated? I'm > > > > currently using this driver with this firmware [1] > > > > > > There were some stability issues in the driver, that are fixed in previous > > patches. > > > > > > As for FW, I have checked internally and there were no power save > > > related issues reported for any combo FWs. > > > > Thanks for the information, > > > > Francesco >
diff --git a/drivers/bluetooth/btnxpuart.c b/drivers/bluetooth/btnxpuart.c index 7f88b6f52f26..42e929f0d141 100644 --- a/drivers/bluetooth/btnxpuart.c +++ b/drivers/bluetooth/btnxpuart.c @@ -281,7 +281,7 @@ static u8 crc8_table[CRC8_TABLE_SIZE]; /* Default configurations */ #define DEFAULT_H2C_WAKEUP_MODE WAKEUP_METHOD_BREAK -#define DEFAULT_PS_MODE PS_MODE_DISABLE +#define DEFAULT_PS_MODE PS_MODE_ENABLE #define FW_INIT_BAUDRATE HCI_NXP_PRI_BAUDRATE static struct sk_buff *nxp_drv_send_cmd(struct hci_dev *hdev, u16 opcode,