]> 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)
commitbe76928a790b6aeb8207b0eb4083ca48dd10adb2
tree7fda1274435a4d88998877f5da1c79c86aebf322
parentbf2aa5065274eea5a54d681af0bca830ef5bc32b
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