remove ah_updateCTSForBursting
authorOleksij Rempel <linux@rempel-privat.de>
Sat, 11 May 2013 10:47:58 +0000 (12:47 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sat, 11 May 2013 14:10:09 +0000 (16:10 +0200)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/ah.h
target_firmware/wlan/ar5416_hw.c

index 606058e9f8fff8ac107919c97ef2c893f5cc78f0..0f986eea05db03db1062fb5b650104fabdced006 100755 (executable)
@@ -378,11 +378,6 @@ struct ath_hal
            
        /* Misc Functions */
        void      __ahdecl(*ah_setDefAntenna)(struct ath_hal*, a_uint32_t);     
-           
-       HAL_BOOL  __ahdecl(*ah_updateCTSForBursting)(struct ath_hal *,
-                                                    struct ath_desc *, struct ath_desc *,
-                                                    struct ath_desc *, struct ath_desc *,
-                                                    a_uint32_t, a_uint32_t);
        void      __ahdecl(*ah_setRxFilter)(struct ath_hal*, a_uint32_t);
            
                       
index fcec3bfad28b19c1fdea6404fcc7fa55dd21852a..ec35f3a06a5726fa2b82128c4a9d3f4c7434bb9a 100644 (file)
@@ -118,7 +118,6 @@ ar5416Attach(a_uint32_t devid,HAL_SOFTC sc, adf_os_device_t dev,
                ah->ah_set11nBurstDuration = ar5416Set11nBurstDuration_20;
                ah->ah_setupRxDesc         = ar5416SetupRxDesc_20;
                ah->ah_procRxDescFast      = ar5416ProcRxDescFast_20;
-               ah->ah_updateCTSForBursting = NULL;
                ah->ah_setupTxDesc         = ar5416SetupTxDesc_20;
                ah->ah_reqTxIntrDesc       = ar5416IntrReqTxDesc_20;
                ah->ah_fillTxDesc          = ar5416FillTxDesc_20;