mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 10:39:23 +01:00
network: Fix typo
This commit is contained in:
parent
971b3dfed0
commit
55f4c3275b
@ -140,7 +140,7 @@ fail:
|
|||||||
|
|
||||||
/* First 64 entries calculated by 1 / pow(n, 0.3) for n >= 1 */
|
/* First 64 entries calculated by 1 / pow(n, 0.3) for n >= 1 */
|
||||||
static const double rankmod_table[] = {
|
static const double rankmod_table[] = {
|
||||||
0.1000000000, 0.8122523964, 0.7192230933, 0.6597539554,
|
1.0000000000, 0.8122523964, 0.7192230933, 0.6597539554,
|
||||||
0.6170338627, 0.5841906811, 0.5577898253, 0.5358867313,
|
0.6170338627, 0.5841906811, 0.5577898253, 0.5358867313,
|
||||||
0.5172818580, 0.5011872336, 0.4870596972, 0.4745102806,
|
0.5172818580, 0.5011872336, 0.4870596972, 0.4745102806,
|
||||||
0.4632516708, 0.4530661223, 0.4437850034, 0.4352752816,
|
0.4632516708, 0.4530661223, 0.4437850034, 0.4352752816,
|
||||||
|
Loading…
Reference in New Issue
Block a user