From e101b08ba577ff8f6a2a789eb67d128977859fd3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 22 Nov 2002 20:27:51 +0000 Subject: Remove the opcode parameter in hci_filter_clear_opcode() --- include/hci_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit