diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-04-15 16:21:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-15 16:21:34 -0400 |
commit | 5c01d5669356e13f0fb468944c1dd4c6a7e978ad (patch) | |
tree | fa43345288d7b25fac92b3b35360a177c4947313 /drivers/net/wireless/prism54/islpci_mgt.c | |
parent | fea069152614cdeefba4b2bf80afcddb9c217fc8 (diff) | |
parent | a5e944f1d955f3819503348426763e21e0413ba6 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Conflicts:
Documentation/feature-removal-schedule.txt
drivers/net/wireless/ath/ath5k/phy.c
drivers/net/wireless/wl12xx/wl1271_main.c
Diffstat (limited to 'drivers/net/wireless/prism54/islpci_mgt.c')
-rw-r--r-- | drivers/net/wireless/prism54/islpci_mgt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/prism54/islpci_mgt.c b/drivers/net/wireless/prism54/islpci_mgt.c index adb289723a96..a5224f6160e4 100644 --- a/drivers/net/wireless/prism54/islpci_mgt.c +++ b/drivers/net/wireless/prism54/islpci_mgt.c | |||
@@ -114,7 +114,7 @@ islpci_mgmt_rx_fill(struct net_device *ndev) | |||
114 | u32 curr = le32_to_cpu(cb->driver_curr_frag[ISL38XX_CB_RX_MGMTQ]); | 114 | u32 curr = le32_to_cpu(cb->driver_curr_frag[ISL38XX_CB_RX_MGMTQ]); |
115 | 115 | ||
116 | #if VERBOSE > SHOW_ERROR_MESSAGES | 116 | #if VERBOSE > SHOW_ERROR_MESSAGES |
117 | DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgmt_rx_fill \n"); | 117 | DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgmt_rx_fill\n"); |
118 | #endif | 118 | #endif |
119 | 119 | ||
120 | while (curr - priv->index_mgmt_rx < ISL38XX_CB_MGMT_QSIZE) { | 120 | while (curr - priv->index_mgmt_rx < ISL38XX_CB_MGMT_QSIZE) { |
@@ -212,7 +212,7 @@ islpci_mgt_transmit(struct net_device *ndev, int operation, unsigned long oid, | |||
212 | { | 212 | { |
213 | pimfor_header_t *h = buf.mem; | 213 | pimfor_header_t *h = buf.mem; |
214 | DEBUG(SHOW_PIMFOR_FRAMES, | 214 | DEBUG(SHOW_PIMFOR_FRAMES, |
215 | "PIMFOR: op %i, oid 0x%08lx, device %i, flags 0x%x length 0x%x \n", | 215 | "PIMFOR: op %i, oid 0x%08lx, device %i, flags 0x%x length 0x%x\n", |
216 | h->operation, oid, h->device_id, h->flags, length); | 216 | h->operation, oid, h->device_id, h->flags, length); |
217 | 217 | ||
218 | /* display the buffer contents for debugging */ | 218 | /* display the buffer contents for debugging */ |
@@ -280,7 +280,7 @@ islpci_mgt_receive(struct net_device *ndev) | |||
280 | u32 curr_frag; | 280 | u32 curr_frag; |
281 | 281 | ||
282 | #if VERBOSE > SHOW_ERROR_MESSAGES | 282 | #if VERBOSE > SHOW_ERROR_MESSAGES |
283 | DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgt_receive \n"); | 283 | DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgt_receive\n"); |
284 | #endif | 284 | #endif |
285 | 285 | ||
286 | /* Only once per interrupt, determine fragment range to | 286 | /* Only once per interrupt, determine fragment range to |
@@ -339,7 +339,7 @@ islpci_mgt_receive(struct net_device *ndev) | |||
339 | 339 | ||
340 | #if VERBOSE > SHOW_ERROR_MESSAGES | 340 | #if VERBOSE > SHOW_ERROR_MESSAGES |
341 | DEBUG(SHOW_PIMFOR_FRAMES, | 341 | DEBUG(SHOW_PIMFOR_FRAMES, |
342 | "PIMFOR: op %i, oid 0x%08x, device %i, flags 0x%x length 0x%x \n", | 342 | "PIMFOR: op %i, oid 0x%08x, device %i, flags 0x%x length 0x%x\n", |
343 | header->operation, header->oid, header->device_id, | 343 | header->operation, header->oid, header->device_id, |
344 | header->flags, header->length); | 344 | header->flags, header->length); |
345 | 345 | ||