fix compile warnings for gcc 6.2.0
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ratectrl11n.h
index f220819fe10ee820033964a9ae43b04ac4614b31..28b8ebdbeb079348daac97a1e5bb19bd46d53c8a 100755 (executable)
@@ -157,20 +157,6 @@ typedef struct {
        rc11n_info_t     info[];
 } RATE_TABLE_11N;
 
-/*
- *  Update the SIB's rate control information
- *
- *  This should be called when the supported rates change
- *  (e.g. SME operation, wireless mode change)
- *
- *  It will determine which rates are valid for use.
- */
-void rcSibUpdate_11n(struct ath_softc_tgt *,
-                    struct ath_node_target *,
-                    A_UINT32 capflag, 
-                    A_BOOL keepState,
-                    struct ieee80211_rate *rs);
-
 /*
  * Determines and returns the new Tx rate index.
  */ 
@@ -197,9 +183,4 @@ void rcUpdate_11n(struct ath_softc_tgt *sc,
                  int nBad,
                  int sh_lo_retry);
 
-void ath_tx_status_update_rate(struct ath_softc_tgt *sc,
-                              struct ath_rc_series rcs[],
-                              int series,
-                              WMI_TXSTATUS_EVENT *txs);
-
 #endif /* _RATECTRL11N_H_ */