Changes between Version 5 and Version 6 of DevDocs/Locking
- Timestamp:
- 06/19/07 06:27:48 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevDocs/Locking
v5 v6 10 10 11 11 === struct ath_node - spinlock_t an_uapsd_lock === 12 ATH_NODE_UAPSD_LOCK_IRQ/ATH_NODE_UAPSD_UNLOCK_IRQ/ATH_NODE_UAPSD_UNLOCK_IRQ_EARLY 13 14 15 16 17 === struct ath_softc - struct semaphore sc_lock === 18 ATH_LOCK/ATH_UNLOCK 12 19 13 20 31 38 32 39 33 === struct ath_softc - struct semaphore sc_lock === 34 ATH_LOCK/ATH_UNLOCK 40 -- struct ath_node an_tx_ffbuf ?? 41 35 42 36 43 45 52 46 53 Protection for sc->sc_txbuf 54 47 55 48 56 === struct ath_softc - spinlock_t sc_hal_lock ===