diff options
Diffstat (limited to 'drivers/net/wireless/p54/p54pci.c')
-rw-r--r-- | drivers/net/wireless/p54/p54pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/p54/p54pci.c b/drivers/net/wireless/p54/p54pci.c index aa29663bf6c..0a516c8efd2 100644 --- a/drivers/net/wireless/p54/p54pci.c +++ b/drivers/net/wireless/p54/p54pci.c | |||
@@ -139,7 +139,7 @@ static void p54p_refill_rx_ring(struct ieee80211_hw *dev, | |||
139 | 139 | ||
140 | idx = le32_to_cpu(ring_control->host_idx[ring_index]); | 140 | idx = le32_to_cpu(ring_control->host_idx[ring_index]); |
141 | limit = idx; | 141 | limit = idx; |
142 | limit -= le32_to_cpu(index); | 142 | limit -= index; |
143 | limit = ring_limit - limit; | 143 | limit = ring_limit - limit; |
144 | 144 | ||
145 | i = idx % ring_limit; | 145 | i = idx % ring_limit; |