ath9k: move common regulatory code out of if() branches
authorBob Copeland <me@bobcopeland.com>
Thu, 12 Feb 2009 18:38:58 +0000 (13:38 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:52:33 +0000 (14:52 -0500)
commit191a99b748a080d9ec896f35352da741b556119e
treeebaf331f338bb7a47dea80fc7f5f309df93ea147
parent65fe4656b79d5f91e7c7416c9a2994301ccc15e7
ath9k: move common regulatory code out of if() branches

Both branches of the regulatory check in ath_attach() set up a
custom regulatory domain and apply radar and world flags, so extract
those into a single path.

While at it, fix a couple of spelling errors and an unnecessary extra
pointer traversal.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/main.c