From: Johannes Berg Date: Wed, 19 May 2010 10:17:12 +0000 (+0200) Subject: cfg80211: make action channel type optional X-Git-Tag: v2.6.36-rc1~571^2~615^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=252aa631f88080920a7083ac5a5844ffc5463629;p=pandora-kernel.git cfg80211: make action channel type optional When sending action frames, we want to verify that we do that on the correct channel. However, checking the channel type in addition can get in the way, since the channel type could change on the fly during an association, and it's not useful to have the channel type anyway since it has no effect on the transmission. Therefore, make it optional to specify so that if wanted, it can still be checked, but is not required. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed