commit | df1404650ccbfeb76a84f301f22316be0d00a864 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Apr 22 14:40:58 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Apr 24 11:14:13 2015 +0200 |
tree | 3c866bf75c99dd402b4e152bdeefaa209f38eb8d | |
parent | ebd82b39bf11b38b0b50919c8d4386706b26bff7 [diff] |
mac80211: remove support for IFF_PROMISC This support is essentially useless as typically networks are encrypted, frames will be filtered by hardware, and rate scaling will be done with the intended recipient in mind. For real monitoring of the network, the monitor mode support should be used instead. Removing it removes a lot of corner cases. Signed-off-by: Johannes Berg <johannes.berg@intel.com>