]> git.baikalelectronics.ru Git - kernel.git/commit
b43: split upload of init values into 2 functions
authorRafał Miłecki <zajec5@gmail.com>
Sat, 17 May 2014 21:24:53 +0000 (23:24 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 19 May 2014 20:42:14 +0000 (16:42 -0400)
commit47c71d11dacddb26d1aed11174fbffead72a9b69
tree7fda1274435a4d88998877f5da1c79c86aebf322
parent61250cbd9caef4feb1288abf79fbe85fea0e15b4
b43: split upload of init values into 2 functions

There are two groups of init values. The first one has to be uploaded
once per wireless core reset but the second one on every band switch.
To implement band switching in an optimal way allow uploading band
init values only (by using a separated function).

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