git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4455556
)
wlcore: define number of supported bands internally
author
Arik Nemtsov
<arik@wizery.com>
Tue, 3 Jul 2012 06:11:03 +0000
(09:11 +0300)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 10 Jul 2012 16:10:14 +0000
(12:10 -0400)
Avoid using the IEEE80211_NUM_BANDS constant for arrays sizes etc, as
this can contain bands unsupported by the driver (e.g. 60Ghz). Use an
internal constant to determine the number of bands.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
No differences found