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)
commit0f68423f63446e7db46487e99c2c2e2382485218
tree7fda1274435a4d88998877f5da1c79c86aebf322
parent83dc3638063346af5a842195b856835f66b8a96d
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