• J
    mac80211: remove support for IFF_PROMISC · df140465
    Johannes Berg 提交于
    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: NJohannes Berg <johannes.berg@intel.com>
    df140465
rx.c 102.0 KB