aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2/wl_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wlags49_h2/wl_pci.c')
-rw-r--r--drivers/staging/wlags49_h2/wl_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlags49_h2/wl_pci.c b/drivers/staging/wlags49_h2/wl_pci.c
index 457c7ed3707..a09c3ac793a 100644
--- a/drivers/staging/wlags49_h2/wl_pci.c
+++ b/drivers/staging/wlags49_h2/wl_pci.c
@@ -223,7 +223,7 @@ int wl_adapter_init_module( void )
223 ******************************************************************************/ 223 ******************************************************************************/
224void wl_adapter_cleanup_module( void ) 224void wl_adapter_cleanup_module( void )
225{ 225{
226 //;?how comes wl_adapter_cleanup_module is located in a seemingly pci specific module 226 //;?how come wl_adapter_cleanup_module is located in a seemingly pci specific module
227 DBG_FUNC( "wl_adapter_cleanup_module" ); 227 DBG_FUNC( "wl_adapter_cleanup_module" );
228 DBG_ENTER( DbgInfo ); 228 DBG_ENTER( DbgInfo );
229 229
@@ -899,7 +899,7 @@ int wl_pci_dma_free_tx_packet( struct pci_dev *pdev, struct wl_private *lp,
899 * DESCRIPTION: 899 * DESCRIPTION:
900 * 900 *
901 * Allocates a single Rx packet, consisting of two descriptors and one 901 * Allocates a single Rx packet, consisting of two descriptors and one
902 * contiguous buffer. THe buffer starts with the hermes-specific header. 902 * contiguous buffer. The buffer starts with the hermes-specific header.
903 * One descriptor points at the start, the other at offset 0x3a of the 903 * One descriptor points at the start, the other at offset 0x3a of the
904 * buffer. 904 * buffer.
905 * 905 *