diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-05-17 13:57:43 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-05-17 13:57:43 -0400 |
commit | 6fe70aae0d128339febfabc073ba4c4a03de4f45 (patch) | |
tree | 711dff90df5ca4e07b5bddf11b2819e5cf2b7a93 /drivers/net/wireless/rt2x00/rt2x00pci.c | |
parent | 278554bd6579206921f5d8a523649a7a57f8850d (diff) | |
parent | 0c348d7c1422d59a86d6fb37b53d75788043e50b (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00pci.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00pci.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00pci.c b/drivers/net/wireless/rt2x00/rt2x00pci.c index 4b941e9c794e..a016f7ccde29 100644 --- a/drivers/net/wireless/rt2x00/rt2x00pci.c +++ b/drivers/net/wireless/rt2x00/rt2x00pci.c | |||
@@ -67,8 +67,6 @@ int rt2x00pci_write_tx_data(struct queue_entry *entry, | |||
67 | struct txentry_desc *txdesc) | 67 | struct txentry_desc *txdesc) |
68 | { | 68 | { |
69 | struct rt2x00_dev *rt2x00dev = entry->queue->rt2x00dev; | 69 | struct rt2x00_dev *rt2x00dev = entry->queue->rt2x00dev; |
70 | struct queue_entry_priv_pci *entry_priv = entry->priv_data; | ||
71 | struct skb_frame_desc *skbdesc; | ||
72 | 70 | ||
73 | /* | 71 | /* |
74 | * This should not happen, we already checked the entry | 72 | * This should not happen, we already checked the entry |
@@ -83,13 +81,6 @@ int rt2x00pci_write_tx_data(struct queue_entry *entry, | |||
83 | return -EINVAL; | 81 | return -EINVAL; |
84 | } | 82 | } |
85 | 83 | ||
86 | /* | ||
87 | * Fill in skb descriptor | ||
88 | */ | ||
89 | skbdesc = get_skb_frame_desc(entry->skb); | ||
90 | skbdesc->desc = entry_priv->desc; | ||
91 | skbdesc->desc_len = entry->queue->desc_size; | ||
92 | |||
93 | return 0; | 84 | return 0; |
94 | } | 85 | } |
95 | EXPORT_SYMBOL_GPL(rt2x00pci_write_tx_data); | 86 | EXPORT_SYMBOL_GPL(rt2x00pci_write_tx_data); |