Advertisement
maximevince

etherboot-gcc5-2.patch

May 25th, 2015
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.74 KB | None | 0 0
  1. --- ipxe.orig/src/drivers/net/ath/ath9k/ath9k_ar5008_phy.c  2011-12-11 03:28:04.000000000 +0100
  2. +++ ipxe/src/drivers/net/ath/ath9k/ath9k_ar5008_phy.c   2015-05-25 11:14:30.732759966 +0200
  3. @@ -1141,7 +1141,7 @@
  4.             REG_CLR_BIT(ah, AR_PHY_SFCORR_LOW,
  5.                     AR_PHY_SFCORR_LOW_USE_SELF_CORR_LOW);
  6.  
  7. -       if (!on != aniState->ofdmWeakSigDetectOff) {
  8. +       if ((!on) != aniState->ofdmWeakSigDetectOff) {
  9.             if (on)
  10.                 ah->stats.ast_ani_ofdmon++;
  11.             else
  12. @@ -1307,7 +1307,7 @@
  13.             REG_CLR_BIT(ah, AR_PHY_SFCORR_LOW,
  14.                     AR_PHY_SFCORR_LOW_USE_SELF_CORR_LOW);
  15.  
  16. -       if (!on != aniState->ofdmWeakSigDetectOff) {
  17. +       if ((!on) != aniState->ofdmWeakSigDetectOff) {
  18.             DBG2("ath9k: "
  19.                 "** ch %d: ofdm weak signal: %s=>%s\n",
  20.                 chan->channel,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement