Adrian Chadd 35a32b0476 Move the lock destruction/creation to earlier in the process - if
interrupts are enabled and the NIC is awake (think: loading a module)
then there's a not-quite-zero window where we'll get an interrupt
for the device before the attach method is called to finish setting
up the hardware.

Since I grab locks in ath_intr() to check various things, the locks
need to be ready much earlier.
2015-02-14 18:14:45 +00:00
..
2014-07-07 00:27:09 +00:00
2013-05-13 21:18:00 +00:00
2015-01-16 01:52:26 +00:00