Skip to content
  • Johannes Berg's avatar
    mac80211: provide sequence numbers · 94778280
    Johannes Berg authored
    
    
    I've come to think that not providing sequence numbers for
    the normal STA mode case was a mistake, at least two drivers
    now had to implement code they wouldn't otherwise need, and
    I believe at76_usb and adm8211 might be broken.
    
    This patch makes mac80211 assign a sequence number to all
    those frames that need one except beacons. That means that
    if a driver only implements modes that do not do beaconing
    it need not worry about the sequence number.
    
    Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    94778280