mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
rt2800pci: add missing RF values to rf_vals table
rt2800pci's rf_vals[] copy was missing values for some channels. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
38bd7b8a0f
commit
4d685e550b
@ -1172,6 +1172,10 @@ static const struct rf_channel rf_vals[] = {
|
||||
{ 159, 0x18402ec4, 0x184c038e, 0x18178a55, 0x180ed1a7 },
|
||||
{ 161, 0x18402ec4, 0x184c0392, 0x18178a55, 0x180ed187 },
|
||||
{ 165, 0x18402ec4, 0x184c0392, 0x18178a55, 0x180ed197 },
|
||||
{ 167, 0x18402ec4, 0x184c03d2, 0x18179855, 0x1815531f },
|
||||
{ 169, 0x18402ec4, 0x184c03d2, 0x18179855, 0x18155327 },
|
||||
{ 171, 0x18402ec4, 0x184c03d6, 0x18179855, 0x18155307 },
|
||||
{ 173, 0x18402ec4, 0x184c03d6, 0x18179855, 0x1815530f },
|
||||
|
||||
/* 802.11 Japan */
|
||||
{ 184, 0x15002ccc, 0x1500491e, 0x1509be55, 0x150c0a0b },
|
||||
|
Loading…
Reference in New Issue
Block a user