From: Rafał Miłecki Date: Wed, 21 May 2014 06:44:20 +0000 (+0200) Subject: b43: fix list of 5 GHz channels for 802.11n cards X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~122^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91211739b29e74c367ee459a80fe8812d956fb3d;p=pandora-kernel.git b43: fix list of 5 GHz channels for 802.11n cards Broadcom hardware uses a bit tricky hw_value-s for 5 GHz channels, values 184-228 are used for 4920-5140 MHz center frequencies. Normally you expect channels 7-16 (e.g. 5060 MHz is channel 12, not 212). We never meant to register hw_value 228 with freq 6140 MHz (5000 + 228 * 5). Signed-off-by: Rafał Miłecki Signed-off-by: John W. Linville --- Reading git-diff-tree failed