]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and back
authorPavel Roskin <proski@gnu.org>
Fri, 17 Feb 2012 03:14:45 +0000 (22:14 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Feb 2012 19:05:45 +0000 (14:05 -0500)
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/rc.c

index a427a16bb739be2b97cbeb2c430fec41bd689774..b8c6c38cbb98ca1c570b989590e2ad4ee366fb22 100644 (file)
@@ -567,10 +567,8 @@ static u8 ath_rc_setvalid_rates(struct ath_rate_priv *ath_rc_priv,
 
 static u8 ath_rc_setvalid_htrates(struct ath_rate_priv *ath_rc_priv,
                                  const struct ath_rate_table *rate_table,
-                                 u8 *mcs_set, u32 capflag)
+                                 struct ath_rateset *rateset, u32 capflag)
 {
-       struct ath_rateset *rateset = (struct ath_rateset *)mcs_set;
-
        u8 i, j, hi = 0;
 
        /* Use intersection of working rates and valid rates */
@@ -1212,7 +1210,7 @@ static void ath_rc_init(struct ath_softc *sc,
 {
        struct ath_rateset *rateset = &ath_rc_priv->neg_rates;
        struct ath_common *common = ath9k_hw_common(sc->sc_ah);
-       u8 *ht_mcs = (u8 *)&ath_rc_priv->neg_ht_rates;
+       struct ath_rateset *ht_mcs = &ath_rc_priv->neg_ht_rates;
        u8 i, j, k, hi = 0, hthi = 0;
 
        /* Initial rate table size. Will change depending