projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf5238b
)
mt76: remove obsolete .add_buf() from struct mt76_queue_ops
author
Felix Fietkau
<nbd@nbd.name>
Mon, 14 Oct 2019 10:01:09 +0000
(12:01 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 20 Nov 2019 12:23:50 +0000
(13:23 +0100)
It hasn't been used in a while
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt76.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mediatek/mt76/mt76.h
b/drivers/net/wireless/mediatek/mt76/mt76.h
index
f50a122
..
4bdf8c4
100644
(file)
--- a/
drivers/net/wireless/mediatek/mt76/mt76.h
+++ b/
drivers/net/wireless/mediatek/mt76/mt76.h
@@
-152,10
+152,6
@@
struct mt76_queue_ops {
int idx, int n_desc, int bufsize,
u32 ring_base);
- int (*add_buf)(struct mt76_dev *dev, struct mt76_queue *q,
- struct mt76_queue_buf *buf, int nbufs, u32 info,
- struct sk_buff *skb, void *txwi);
-
int (*tx_queue_skb)(struct mt76_dev *dev, enum mt76_txq_id qid,
struct sk_buff *skb, struct mt76_wcid *wcid,
struct ieee80211_sta *sta);