• J
    mac80211: cleanup reorder buffer handling · a02ae758
    Johannes Berg 提交于
    The reorder buffer handling is written in a quite
    peculiar style (especially comments) and also has
    a quirk where it invokes the entire reorder code
    in ieee80211_sta_manage_reorder_buf() for just a
    handful of lines in it with a special argument.
    
    Split out ieee80211_release_reorder_frames which
    can then be invoked from BAR handling and other
    reordering code, clean up code and comments and
    remove function arguments that are now unused from
    ieee80211_sta_manage_reorder_buf().
    Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
    Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
    a02ae758
rx.c 70.0 KB