]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e328802fd3d44a6cf7467797c41ab91bde2dac0
tree98297ba01dcc4ec36fb176ec8bf2d6d04a38d22c
parentf718233d8df425fe2f38268a8dfeb22344e81066
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