Use sema_init() instead of init_MUTEX()
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Sun, 31 Jan 2010 07:01:47 +0000 (07:01 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Sun, 31 Jan 2010 07:01:47 +0000 (07:01 +0000)
commitdf2b041849c0c6bcadd22458006cb283de38a386
tree2a39092c03237630d396a5c827f06ab3004b58ef
parent84cea0ae79159b810ee7ee0ff533c8cf4e3ccfb5
Use sema_init() instead of init_MUTEX()

init_MUTEX() is missing on kernels with realtime patches.  Besides,
init_MUTEX is a confusing name, since it initializes a semaphore,
whereas newer kernels have real mutexes as well.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4118 0192ed92-7a03-0410-a25b-9323aeb14dbd
ath/if_athvar.h