mac80211.h (98f0334263f177dd22ca7c685cde04b47cc57b05) mac80211.h (f684565e0af43586bfc3e005d173f94b0f902a5d)
1/*
2 * mac80211 <-> driver interface
3 *
4 * Copyright 2002-2005, Devicescape Software, Inc.
5 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
6 * Copyright 2007-2010 Johannes Berg <johannes@sipsolutions.net>
7 * Copyright 2013-2014 Intel Mobile Communications GmbH
8 *

--- 4823 unchanged lines hidden (view full) ---

4832 struct ieee80211_sta *sta, void *priv_sta);
4833 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
4834 struct cfg80211_chan_def *chandef,
4835 struct ieee80211_sta *sta, void *priv_sta,
4836 u32 changed);
4837 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
4838 void *priv_sta);
4839
1/*
2 * mac80211 <-> driver interface
3 *
4 * Copyright 2002-2005, Devicescape Software, Inc.
5 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
6 * Copyright 2007-2010 Johannes Berg <johannes@sipsolutions.net>
7 * Copyright 2013-2014 Intel Mobile Communications GmbH
8 *

--- 4823 unchanged lines hidden (view full) ---

4832 struct ieee80211_sta *sta, void *priv_sta);
4833 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
4834 struct cfg80211_chan_def *chandef,
4835 struct ieee80211_sta *sta, void *priv_sta,
4836 u32 changed);
4837 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
4838 void *priv_sta);
4839
4840 void (*tx_status_noskb)(void *priv,
4841 struct ieee80211_supported_band *sband,
4842 struct ieee80211_sta *sta, void *priv_sta,
4843 struct ieee80211_tx_info *info);
4840 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
4841 struct ieee80211_sta *sta, void *priv_sta,
4842 struct sk_buff *skb);
4843 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
4844 struct ieee80211_tx_rate_control *txrc);
4845
4846 void (*add_sta_debugfs)(void *priv, void *priv_sta,
4847 struct dentry *dir);

--- 309 unchanged lines hidden ---
4844 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
4845 struct ieee80211_sta *sta, void *priv_sta,
4846 struct sk_buff *skb);
4847 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
4848 struct ieee80211_tx_rate_control *txrc);
4849
4850 void (*add_sta_debugfs)(void *priv, void *priv_sta,
4851 struct dentry *dir);

--- 309 unchanged lines hidden ---