Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141184
b: refs/heads/master
c: 28aed9e
h: refs/heads/master
v: v3
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 27ffa9d commit 8e0c3ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7dd33a43d5a8fe6f30697ac8295894e21d4cdc46
refs/heads/master: 28aed9e3692efdb6d91bdd413288ffb9691cba46
2 changes: 0 additions & 2 deletions trunk/drivers/staging/wlan-ng/hfa384x.h
Original file line number Diff line number Diff line change
Expand Up @@ -2560,8 +2560,6 @@ hfa384x_drvr_handover( hfa384x_t *hw, u8 *addr);
int
hfa384x_drvr_hostscanresults( hfa384x_t *hw);
int
hfa384x_drvr_low_level(hfa384x_t *hw, hfa384x_metacmd_t *cmd);
int
hfa384x_drvr_mmi_read(hfa384x_t *hw, u32 address, u32 *result);
int
hfa384x_drvr_mmi_write(hfa384x_t *hw, u32 address, u32 data);
Expand Down
35 changes: 0 additions & 35 deletions trunk/drivers/staging/wlan-ng/hfa384x_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2318,18 +2318,6 @@ printk(KERN_WARNING "dlbuf@0x%06lx len=%d to=%d\n", dlbufaddr, hw->bufinfo.len,
writeoffset,
writebuf,
writelen );
#if 0

Comment out for debugging, assume the write was successful.
if (result) {
printk(KERN_ERR
"Write to dl buffer failed, "
"result=0x%04x. Aborting.\n",
result);
goto exit_proc;
}
#endif

}

/* set the download 'write flash' mode */
Expand Down Expand Up @@ -2490,29 +2478,6 @@ int hfa384x_drvr_handover( hfa384x_t *hw, u8 *addr)
return -EIO;
}

/*----------------------------------------------------------------
* hfa384x_drvr_low_level
*
* Write test commands to the card. Some test commands don't make
* sense without prior set-up. For example, continous TX isn't very
* useful until you set the channel. That functionality should be
*
* Side effects:
*
* Call context:
* process thread
* -----------------------------------------------------------------*/
int hfa384x_drvr_low_level(hfa384x_t *hw, hfa384x_metacmd_t *cmd)
{
int result;

/* Do i need a host2hfa... conversion ? */

result = hfa384x_docmd_wait(hw, cmd);

return result;
}

/*----------------------------------------------------------------
* hfa384x_drvr_ramdl_disable
*
Expand Down

0 comments on commit 8e0c3ad

Please sign in to comment.