Staging: wlan-ng: Remove function hfa384x_drvr_commtallies
[deliverable/linux.git] / drivers / staging / wlan-ng / hfa384x_usb.c
index fda8a95cb721b6e12001feba0d73f30dd4de8aa0..5271d42be6231728767537540a57a304a7c1b705 100644 (file)
@@ -1734,37 +1734,6 @@ done:
        return result;
 }
 
-/*----------------------------------------------------------------
-* hfa384x_drvr_commtallies
-*
-* Send a commtallies inquiry to the MAC.  Note that this is an async
-* call that will result in an info frame arriving sometime later.
-*
-* Arguments:
-*      hw              device structure
-*
-* Returns:
-*      zero            success.
-*
-* Side effects:
-*
-* Call context:
-*      process
-----------------------------------------------------------------*/
-int hfa384x_drvr_commtallies(hfa384x_t *hw)
-{
-       hfa384x_metacmd_t cmd;
-
-       cmd.cmd = HFA384x_CMDCODE_INQ;
-       cmd.parm0 = HFA384x_IT_COMMTALLIES;
-       cmd.parm1 = 0;
-       cmd.parm2 = 0;
-
-       hfa384x_docmd_async(hw, &cmd, NULL, NULL, NULL);
-
-       return 0;
-}
-
 /*----------------------------------------------------------------
 * hfa384x_drvr_disable
 *
This page took 0.023546 seconds and 5 git commands to generate.