]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Staging: wlan-ng: Remove dead code from hfa384x_usb.c
authorMoritz Muehlenhoff <jmm@debian.org>
Sun, 1 Feb 2009 12:29:03 +0000 (13:29 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:20 +0000 (14:53 -0700)
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlan-ng/hfa384x.h
drivers/staging/wlan-ng/hfa384x_usb.c

index e72208674c7e7a6362450d67e0912f13639f0bfa..bbb5c58f99c3c1b8291389bb222bcdacbc98381e 100644 (file)
@@ -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);
index 6dfbac33aed596cdc5dbb08db51d190d2cfe1f67..b6b1e9c27842549b03ce4bc07a4c3f38ac06a479 100644 (file)
@@ -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 */
@@ -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
 *