summaryrefslogtreecommitdiff
path: root/drivers/net/wan
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-02-15 15:05:32 +0300
committerDavid S. Miller <davem@davemloft.net>2021-02-15 23:40:41 +0300
commit4773acf3d4b50768bf08e9e97a204819e9ea0895 (patch)
tree298ab9e9b71d38afc88fa775d160d28990ecfc0e /drivers/net/wan
parent2355a6773a2cb0d2dce13432dde78497f1d6617b (diff)
downloadlinux-4773acf3d4b50768bf08e9e97a204819e9ea0895.tar.xz
b43: N-PHY: Fix the update of coef for the PHY revision >= 3case
The documentation for the PHY update [1] states: Loop 4 times with index i If PHY Revision >= 3 Copy table[i] to coef[i] Otherwise Set coef[i] to 0 the copy of the table to coef is currently implemented the wrong way around, table is being updated from uninitialized values in coeff. Fix this by swapping the assignment around. [1] https://bcm-v4.sipsolutions.net/802.11/PHY/N/RestoreCal/ Fixes: 2f258b74d13c ("b43: N-PHY: implement restoring general configuration") Addresses-Coverity: ("Uninitialized scalar variable") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan')
0 files changed, 0 insertions, 0 deletions