Hi Pavel, On Thu, Jun 13, 2013, Pavel Machek wrote: > > Therefore, it makes sense to move sending of HCI_Delete_Stored_Link_Key > > to after receiving the supported commands response and to only send it > > if its respective bit in the mask is set. The downside of this is that > > we no longer send the HCI_Delete_Stored_Link_Key command for Bluetooth > > 1.1 controllers since HCI_Read_Local_Supported_Command was introduced in > > version 1.2, but this is an acceptable penalty as the command in > > question shouldn't affect critical behavior. > > > > Reported-by: Pavel Machek <pavel@xxxxxx> > > Signed-off-by: Johan Hedberg <johan.hedberg@xxxxxxxxx> > > Tested-by: Pavel Machek <pavel@xxxxxx> Thanks! > (Addiditonaly, if you are right and this was in 3.9 already, we > probably want to cc: stable@xxxxxxxxxx). Even though the command itself was in 3.9 it wasn't using the request framework that was introduced in 3.10 (which for now is depending on all commands succeeding) so I think you're right after all that it's an regression since 3.9. Also, because this patch uses the API of the request framework (hci_req_add) it will not be trivially backportable to older kernels, so I'd just forget about cc:stable. Johan -- 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