K 10 svn:author V 4 avos K 8 svn:date V 27 2017-03-25T22:07:21.731290Z K 7 svn:log V 272 iwn: fix return code conflict in iwn_init_locked() Do not try to use errno(2) codes here; instead, just return unique value (1) when radio is disabled via hardware switch and another one (-1) for any other error in initialization path. Tested with Intel 6205, STA mode. END