CHROMIUMOS: nl80211: Fix size of scan flags
authorPaul Stewart <pstew@chromium.org>
Thu, 29 Sep 2011 20:05:16 +0000 (13:05 -0700)
committerOlof Johansson <olof@lixom.net>
Fri, 1 Jun 2012 07:02:14 +0000 (00:02 -0700)
commitf1e99e021be8723addf06f200aa0128339eb5e44
tree1473e7ae93aea340b0eaf43f518bcc6aa6c75b66
parent01410d7059f3d54ff1f9c6c09ad7e9f990c51a04
CHROMIUMOS: nl80211: Fix size of scan flags

Commit "nl80211: add api to abort a scan request on tx" specifies
a U32 for the scan flags parameter, but only sends a U8 when reporting
the scan event.  Fix this discrepancy.

Signed-off-by: Paul Stewart <pstew@chromium.org>
BUG=chromium-os:20999
TEST=Make sure "iw event" continues to work correctly (nobody
depends on the flags parameter to the scan event yet).

Change-Id: I8ecb81ac23ad908fcb6ccb0d606e1d2749120d17
Reviewed-on: http://gerrit.chromium.org/gerrit/8499
Reviewed-by: Sam Leffler <sleffler@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
net/wireless/nl80211.c