From: Luis R. Rodriguez Date: Thu, 8 Jan 2009 01:43:37 +0000 (-0800) Subject: cfg80211: Fix parsed country IE info for 5 GHz X-Git-Tag: v2.6.29-rc3~23^2~47^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02e68a3da0fbdb178cdec54b7db48edeefd1691d;p=pandora-kernel.git cfg80211: Fix parsed country IE info for 5 GHz The country IE number of channels on 5 GHz specifies the number of 5 GHz channels, not the number of sequential channel numbers. For example, if in a country IEs if the first channel given is 36 and the number of channels passed is 4 then the individual channel numbers defined for the 5 GHz PHY by these parameters are: 36, 40, 44, 48 not: 36, 37, 38, 39 See: http://tinyurl.com/11d-clarification Signed-off-by: Luis R. Rodriguez Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed