K 10 svn:author V 6 adrian K 8 svn:date V 27 2015-02-14T18:14:45.578471Z K 7 svn:log V 387 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. END