commit | fe806dceded462f7930f8ac4a41c5d19819e70b7 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Thu Oct 08 03:14:28 2015 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Oct 08 10:05:41 2015 +0300 |
tree | df547e40bdb9bc5ddb959eb66d9b405159730d41 | |
parent | 943cc592195ea458058c121d9c4d7481d0f28be1 [diff] |
Bluetooth: Enforce packet types in hci_recv_frame driver function When calling the hci_recv_frame driver function check for valid packet types that the core should process. This should catch issues with drivers trying to feed vendor packet types through this interface. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>