Skip to content
  • Johannes Berg's avatar
    mac80211: remove RX_FLAG_RADIOTAP · 0869aea0
    Johannes Berg authored
    
    
    While there may be a case for a driver adding its
    own bits of radiotap information, none currently
    does. Also, drivers would have to copy the code
    to generate the radiotap bits that now mac80211
    generates. If some driver in the future needs to
    add some driver-specific information I'd expect
    that to be in a radiotap vendor namespace and we
    can add a different way of passing such data up
    and having mac80211 include it.
    
    Additionally, rename IEEE80211_CONF_RADIOTAP to
    IEEE80211_CONF_MONITOR since it's still used by
    b43(legacy) to obtain per-frame timestamps.
    
    The purpose of this patch is to simplify the RX
    code in mac80211 to make it easier to add paged
    skb support.
    
    Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    0869aea0