]> git.baikalelectronics.ru Git - kernel.git/commit
brcm80211: smac: don't set up tx power limits during initialization
authorSeth Forshee <seth.forshee@canonical.com>
Sat, 16 Jun 2012 12:47:48 +0000 (07:47 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 20 Jun 2012 19:14:27 +0000 (15:14 -0400)
commit4d82e954660f10d794244f876152372ce818d615
treea3ec4c134871564bb1a0015322df221ada6d4d4b
parentf67696e8671885005f0309c6e0f1167f1d62505d
brcm80211: smac: don't set up tx power limits during initialization

This code is unnecessary, and in fact it's never executed because the
interface is never up when brcms_c_channels_commit() is called. Removing
it helps simplify the implementation of proper regulatory support.

Reviewed-by: Arend Van Spriel <arend@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmsmac/channel.c