Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/dev/wi/if_wireg.h 70073 2000-12-15 23:34:13Z wpaul $
---
> * $FreeBSD: head/sys/dev/wi/if_wireg.h 72200 2001-02-09 06:11:45Z bmilekic $
131,132c131,132
< #define WI_LOCK(_sc) mtx_enter(&(_sc)->wi_mtx, MTX_DEF)
< #define WI_UNLOCK(_sc) mtx_exit(&(_sc)->wi_mtx, MTX_DEF)
---
> #define WI_LOCK(_sc) mtx_lock(&(_sc)->wi_mtx)
> #define WI_UNLOCK(_sc) mtx_unlock(&(_sc)->wi_mtx)