commit | 0af784dcbc44e3cf21a1bda3ce14df5fcc2bfe93 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Sep 16 13:05:12 2013 +0300 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Wed Sep 18 12:43:55 2013 -0500 |
tree | 363cbb5e5016bed86c9111e75304df06b6ad017e | |
parent | 52de599e04e8767b0d9b7874451cb5db91a4a70b [diff] |
Bluetooth: Remove unused event mask struct The struct for HCI_Set_Event_Mask is never used. Instead a local 8-byte array is used for sending this command. Therefore, remove the unnecessary struct definition. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>