iwlwifi: mvm: fix scan offloading flag definition
authorEliad Peller <eliad@wizery.com>
Sun, 10 Nov 2013 10:59:46 +0000 (12:59 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 9 Dec 2013 20:29:45 +0000 (22:29 +0200)
commitde33fb5e80a62a3dfb50ab4d498db9b978c6c07f
tree98297ba01dcc4ec36fb176ec8bf2d6d04a38d22c
parent086f7368d4120ff0de376af9b7f9beaec8bf4b4d
iwlwifi: mvm: fix scan offloading flag definition

Bit 0 in the scan offloading flags asks the filter
to pass all the results (instead of filtering them,
by default), rather than the other way around (like
it is defined and used today).

Fix the flag name appropriately, and fix its user.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h
drivers/net/wireless/iwlwifi/mvm/scan.c