From: Johannes Berg Date: Wed, 15 Oct 2008 09:54:04 +0000 (+0200) Subject: nl80211: fix monitor flags X-Git-Tag: v2.6.29-rc1~581^2~860 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9542ee12fb57d408f19aac738e8abe8670be7a;p=pandora-kernel.git nl80211: fix monitor flags NLA_NESTED attributes cannot be empty, but we want to be able to specify "no flags" (empty attribute) vs. "no change" (no attribute). Therefore, remove the NLA_NESTED policy so it can work as an empty attribute. I guess I should have used a u32 for these flags instead, but we're stuck with it now. Haven't noticed earlier because of a bug in iw... Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed