mirror of https://github.com/proski/madwifi
Merge formatting change from DFS branch
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4055 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
489d0d146d
commit
46b1c0dbe9
|
@ -2649,10 +2649,10 @@ ath_init(struct net_device *dev)
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
/* Enable interrupts. */
|
/* Enable interrupts. */
|
||||||
sc->sc_imask = HAL_INT_RX | HAL_INT_TX
|
sc->sc_imask = HAL_INT_RX | HAL_INT_TX |
|
||||||
| HAL_INT_RXEOL | HAL_INT_RXORN
|
HAL_INT_RXEOL | HAL_INT_RXORN |
|
||||||
| HAL_INT_FATAL | HAL_INT_GLOBAL
|
HAL_INT_FATAL | HAL_INT_GLOBAL|
|
||||||
| (sc->sc_needmib ? HAL_INT_MIB : 0);
|
(sc->sc_needmib ? HAL_INT_MIB : 0);
|
||||||
|
|
||||||
/* Push changes to sc_imask to hardware */
|
/* Push changes to sc_imask to hardware */
|
||||||
ath_hal_intrset(ah, sc->sc_imask);
|
ath_hal_intrset(ah, sc->sc_imask);
|
||||||
|
|
Loading…
Reference in New Issue