summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2002-11-22 20:27:51 +0000
committerMarcel Holtmann <marcel@holtmann.org>2002-11-22 20:27:51 +0000
commite101b08ba577ff8f6a2a789eb67d128977859fd3 (patch)
tree43ebe90445c6467f1d2ee3b2ba5877b6b69db781
parent4e89f72ef1e8a70c40e5b587589977ee9f665d9b (diff)
Remove the opcode parameter in hci_filter_clear_opcode()
-rw-r--r--include/hci_lib.h2
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;
}