updated NR_BANDWIDTH_LOOKUP to th eaccurate reference

This commit is contained in:
Christopher Landwehr
2025-05-12 22:31:03 -04:00
parent 2cbe8b76ab
commit 5996be64f4

View File

@@ -1524,9 +1524,12 @@
6: 40, 6: 40,
7: 50, 7: 50,
8: 60, 8: 60,
9: 80, 9: 70,
10: 100, 10: 80,
11: 200, 11: 90,
12: 100,
13: 200,
14: 400,
}; };
return NR_BANDWIDTH_MAP[nr_bw]; return NR_BANDWIDTH_MAP[nr_bw];
}, },