The defines introduced in patch: mac80211: tx-info skb->cb did not match the names wich were mentioned in the comment above the defines. Signed-off-by: Ivo van Doorn <IvDoorn@xxxxxxxxx> --- include/net/mac80211.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 1441105..684b42b 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -235,10 +235,10 @@ struct ieee80211_bss_conf { * is handed to a driver. * @IEEE80211_TX_CTL_INJECTED: Frame was injected (NOT for driver use!) * - * @IEEE80211_TX_STATUS_TX_FILTERED: The frame was not transmitted + * @IEEE80211_TX_STAT_TX_FILTERED: The frame was not transmitted * because the destination STA was in powersave mode. - * @IEEE80211_TX_STATUS_ACK: Frame was acknowledged - * @IEEE80211_TX_STATUS_AMPDU: The frame was aggregated, so status + * @IEEE80211_TX_STAT_ACK: Frame was acknowledged + * @IEEE80211_TX_STAT_AMPDU: The frame was aggregated, so status * is for the whole aggregation. */ enum mac80211_tx_control_flags { -- 1.5.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html