]> git.karo-electronics.de Git - karo-tx-linux.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)
commite03e8ddbfd1f04fc1437e5e3e7a8ec05a1355c5f
tree11f4117cc4565da10c0b1f3132d9cd0aafcdab45
parent708d019fd1d2d1bf184e797ebe934c90a6527d50
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