diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2002-11-22 20:27:51 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2002-11-22 20:27:51 +0000 |
commit | e101b08ba577ff8f6a2a789eb67d128977859fd3 (patch) | |
tree | 43ebe90445c6467f1d2ee3b2ba5877b6b69db781 /include/hci_lib.h | |
parent | 4e89f72ef1e8a70c40e5b587589977ee9f665d9b (diff) |
Remove the opcode parameter in hci_filter_clear_opcode()
Diffstat (limited to 'include/hci_lib.h')
-rw-r--r-- | include/hci_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hci_lib.h b/include/hci_lib.h index 8f17a8dd..e7aa8bcd 100644 --- a/include/hci_lib.h +++ b/include/hci_lib.h @@ -153,7 +153,7 @@ static inline void hci_filter_set_opcode(int opcode, struct hci_filter *f) { f->opcode = opcode; } -static inline void hci_filter_clear_opcode(int opcode, struct hci_filter *f) +static inline void hci_filter_clear_opcode(struct hci_filter *f) { f->opcode = 0; } |