remove ath_rate_detach
authorOleksij Rempel <linux@rempel-privat.de>
Sat, 11 May 2013 15:51:28 +0000 (17:51 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sat, 11 May 2013 15:51:28 +0000 (17:51 +0200)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/if_athrate.h
target_firmware/wlan/ratectrl_11n_ln.c

index 0ce53e9cdbf6c89d89f29872dd1636d86958a9e8..44e820d25f4dd83296c7e88e682ac29e408d3726 100755 (executable)
@@ -82,7 +82,6 @@ struct ath_rc_series {
  * Attach/detach a rate control module.
  */
 struct ath_ratectrl *ath_rate_attach(struct ath_softc_tgt *);
-void ath_rate_detach(struct ath_ratectrl *);
 
 /*
  * Return the transmit info for a data packet.  If multi-rate state
index eefad46dfd26d0da3dd10181cb64fd71a4834c7c..b3462d3da6a3d97f21a90ab47999e1f0507b99f0 100755 (executable)
@@ -1040,12 +1040,6 @@ ath_rate_attach(struct ath_softc_tgt *sc)
        return &asc->arc;
 }
 
-void
-ath_rate_detach(struct ath_ratectrl *rc)
-{
-       adf_os_mem_free(rc);
-}
-
 void
 ath_rate_findrate(struct ath_softc_tgt *sc,
                   struct ath_node_target *an,