]> git.baikalelectronics.ru Git - kernel.git/commit
b43: disable 5 GHz on G-PHY
authorRafał Miłecki <zajec5@gmail.com>
Sat, 31 May 2014 17:40:45 +0000 (19:40 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Jun 2014 15:23:33 +0000 (11:23 -0400)
commitca75cc83c4dd41d0b04b27ac6d5cd33294c21608
tree00dd3092afdc07cb8f380d6bb8fcb24ca3d83871
parent29230ba12c9ebdc4bb6e22babcaec9dfa3d76ff4
b43: disable 5 GHz on G-PHY

This fixes regression introduced by adding some G-PHY devices to the
list of dual band devices. There is simply no support for 5 GHz on
G-PHY devices in b43. It results in:
WARNING: CPU: 0 PID: 79 at drivers/net/wireless/b43/phy_g.c:75 b43_gphy_channel_switch+0x125/0x130 [b43]()
b43-phy1 ERROR: PHY init: Channel switch to default failed

Regression was introduced by the following commit:

commit c0f9608bfe6760af721cf474316a389c09a8291c
Author: Rafał Miłecki <zajec5@gmail.com>
Date:   Mon May 19 23:18:55 2014 +0200

    b43: add more devices to the bands database

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c