]> git.baikalelectronics.ru Git - kernel.git/commit
b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()
authorDan Carpenter <dan.carpenter@oracle.com>
Sun, 20 Jan 2013 16:31:30 +0000 (19:31 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 22 Jan 2013 21:01:29 +0000 (16:01 -0500)
commit7c793486724e58c827484fbf810e552bc7a5c2bf
tree11f4117cc4565da10c0b1f3132d9cd0aafcdab45
parentfe7157d24b4b0017aa55b921fd819b14fbf8a2a5
b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()

There were no break statements in this switch statement so everything
used the default settings.  Per Walter Harms's suggestion, I've replaced
the switch statement and done a little cleanup.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/tables_nphy.c