|
@@ -99,13 +99,8 @@ extern struct sk_buff *pkt_buf_get_skb(uint len);
|
|
|
extern void pkt_buf_free_skb(struct sk_buff *skb);
|
|
|
|
|
|
/* Empty the queue at particular precedence level */
|
|
|
-#ifdef BRCM_FULLMAC
|
|
|
- extern void pktq_pflush(struct pktq *pq, int prec,
|
|
|
- bool dir);
|
|
|
-#else
|
|
|
- extern void pktq_pflush(struct pktq *pq, int prec,
|
|
|
- bool dir, ifpkt_cb_t fn, int arg);
|
|
|
-#endif /* BRCM_FULLMAC */
|
|
|
+extern void pktq_pflush(struct pktq *pq, int prec,
|
|
|
+ bool dir, ifpkt_cb_t fn, int arg);
|
|
|
|
|
|
/* operations on a set of precedences in packet queue */
|
|
|
|
|
@@ -130,12 +125,8 @@ extern struct sk_buff *pktq_mdeq(struct pktq *pq, uint prec_bmp, int *prec_out);
|
|
|
extern void pktq_init(struct pktq *pq, int num_prec, int max_len);
|
|
|
/* prec_out may be NULL if caller is not interested in return value */
|
|
|
extern struct sk_buff *pktq_peek_tail(struct pktq *pq, int *prec_out);
|
|
|
-#ifdef BRCM_FULLMAC
|
|
|
- extern void pktq_flush(struct pktq *pq, bool dir);
|
|
|
-#else
|
|
|
extern void pktq_flush(struct pktq *pq, bool dir,
|
|
|
ifpkt_cb_t fn, int arg);
|
|
|
-#endif
|
|
|
|
|
|
/* externs */
|
|
|
/* packet */
|