From: Arend van Spriel Date: Mon, 12 May 2014 08:47:33 +0000 (+0200) Subject: brcmfmac: remove usage of cfg80211_get_chandef_type() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~122^2^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9a56878a7db16f9749030385b00604189a8bc7e;p=pandora-kernel.git brcmfmac: remove usage of cfg80211_get_chandef_type() In the .start_ap callback cfg80211_get_chandef_type() was used to provide debug log info. However, this causes a warning when the chandef contains VHT channel with 80MHz bandwidth. Avoid the warning by just printing the channel and bandwidth instead. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed