• Felix Fietkau's avatar
    mac80211: add ieee80211_tx_status_ext · 5fe49a9d
    Felix Fietkau authored
    This allows the driver to pass in struct ieee80211_tx_status directly.
    Make ieee80211_tx_status_noskb a wrapper around it.
    
    As with ieee80211_tx_status_noskb, there is no _ni variant of this call,
    because it probably won't be needed.
    
    Even if the driver won't provide any extra status info other than what's
    in struct ieee80211_tx_info already, it can optimize status reporting
    this way by passing in the station pointer.
    Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
    [use C99 initializers]
    Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
    5fe49a9d
mac80211.h 228 KB