Add missing function prototype for iwm_rx_bmiss().
authorstsp <stsp@openbsd.org>
Wed, 31 May 2017 08:33:11 +0000 (08:33 +0000)
committerstsp <stsp@openbsd.org>
Wed, 31 May 2017 08:33:11 +0000 (08:33 +0000)
sys/dev/pci/if_iwm.c

index 5f79097..fc37a56 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_iwm.c,v 1.185 2017/05/31 08:14:52 stsp Exp $       */
+/*     $OpenBSD: if_iwm.c,v 1.186 2017/05/31 08:33:11 stsp Exp $       */
 
 /*
  * Copyright (c) 2014, 2016 genua gmbh <info@genua.de>
@@ -368,6 +368,8 @@ void        iwm_rx_tx_cmd_single(struct iwm_softc *, struct iwm_rx_packet *,
            struct iwm_node *);
 void   iwm_rx_tx_cmd(struct iwm_softc *, struct iwm_rx_packet *,
            struct iwm_rx_data *);
+void   iwm_rx_bmiss(struct iwm_softc *, struct iwm_rx_packet *,
+           struct iwm_rx_data *);
 int    iwm_binding_cmd(struct iwm_softc *, struct iwm_node *, uint32_t);
 void   iwm_phy_ctxt_cmd_hdr(struct iwm_softc *, struct iwm_phy_ctxt *,
            struct iwm_phy_context_cmd *, uint32_t, uint32_t);