Ticket #705: ani_sensitity_fix.diff

File ani_sensitity_fix.diff, 1.9 kB (added by , 8 months ago)

ANI sensitivity patch.

  • ath/if_ath.c

    old new  
    1905 1905  
    1906 1906         if (sc->sc_softled) 
    1907 1907                 ath_hal_gpioCfgOutput(ah, sc->sc_ledpin); 
      1908  
      1909  
      1910  
      1911  
      1912  
      1913  
      1914  
      1915  
      1916  
      1917  
    1908 1918         /* 
    1909 1919          * This is needed only to setup initial state 
    1910 1920          * but it's best done after a reset. 
     
    2155 2165         if (!ath_hal_reset(ah, sc->sc_opmode, &sc->sc_curchan, AH_TRUE, &status)) 
    2156 2166                 printk("%s: %s: unable to reset hardware: '%s' (HAL status %u)\n", 
    2157 2167                         dev->name, __func__, ath_get_hal_status_desc(status), status); 
      2168  
      2169  
      2170  
      2171  
      2172  
      2173  
      2174  
      2175  
      2176  
      2177  
    2158 2178         ath_update_txpow(sc);           /* update tx power state */ 
    2159 2179         if (ath_startrecv(sc) != 0)     /* restart recv */ 
    2160 2180                 printk("%s: %s: unable to start recv logic\n", 
     
    7792 7812                 if (sc->sc_softled) 
    7793 7813                         ath_hal_gpioCfgOutput(ah, sc->sc_ledpin); 
    7794 7814                  
      7815  
      7816  
      7817  
      7818  
      7819  
      7820  
      7821  
      7822  
      7823  
    7795 7824                 sc->sc_curchan = hchan; 
    7796 7825                 ath_update_txpow(sc);           /* update tx power state */ 
    7797 7826