diff options
author | Daniel Drake <dsd@gentoo.org> | 2007-07-27 09:43:24 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:47:39 -0400 |
commit | d9430a32886f70c0c16d67c525f6cda2df7906ee (patch) | |
tree | 9d531b23206e62033a6bb9d03ac572ce6ab4c7f1 /net/mac80211/ieee80211_i.h | |
parent | 7e9ed18874f0df84b6651f0636e1cfdac43bc610 (diff) |
[MAC80211]: implement ERP info change notifications
zd1211rw and bcm43xx are interested in being notified when ERP IE conditions
change, so that they can reprogram a register which affects how control frames
are transmitted.
This patch adds an interface similar to the one that can be found in softmac.
Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index b0af6e9f5319..cc9999cd089c 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -788,6 +788,8 @@ struct sta_info * ieee80211_ibss_add_sta(struct net_device *dev, | |||
788 | u8 *addr); | 788 | u8 *addr); |
789 | int ieee80211_sta_deauthenticate(struct net_device *dev, u16 reason); | 789 | int ieee80211_sta_deauthenticate(struct net_device *dev, u16 reason); |
790 | int ieee80211_sta_disassociate(struct net_device *dev, u16 reason); | 790 | int ieee80211_sta_disassociate(struct net_device *dev, u16 reason); |
791 | void ieee80211_erp_info_change_notify(struct net_device *dev, u8 changes); | ||
792 | void ieee80211_reset_erp_info(struct net_device *dev); | ||
791 | 793 | ||
792 | /* ieee80211_iface.c */ | 794 | /* ieee80211_iface.c */ |
793 | int ieee80211_if_add(struct net_device *dev, const char *name, | 795 | int ieee80211_if_add(struct net_device *dev, const char *name, |