diff options
author | David Kilroy <kilroyd@googlemail.com> | 2009-08-05 22:23:31 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-14 15:12:44 +0200 |
commit | 2b2603515e26466685895e93cae59bc061389f11 (patch) | |
tree | 913d4d324c1fa19f65bb7b4bc17fedbde9867904 /drivers/net/wireless/orinoco/hw.h | |
parent | orinoco: move disassociation to hw.c (diff) | |
download | linux-2b2603515e26466685895e93cae59bc061389f11.tar.xz linux-2b2603515e26466685895e93cae59bc061389f11.zip |
orinoco: add function to retrieve current bssid
We will need this from the cfg80211 disassociate call.
Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/orinoco/hw.h')
-rw-r--r-- | drivers/net/wireless/orinoco/hw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/orinoco/hw.h b/drivers/net/wireless/orinoco/hw.h index b096786a93db..8df6e8752be6 100644 --- a/drivers/net/wireless/orinoco/hw.h +++ b/drivers/net/wireless/orinoco/hw.h @@ -53,5 +53,7 @@ int orinoco_hw_trigger_scan(struct orinoco_private *priv, const struct cfg80211_ssid *ssid); int orinoco_hw_disassociate(struct orinoco_private *priv, u8 *addr, u16 reason_code); +int orinoco_hw_get_current_bssid(struct orinoco_private *priv, + u8 *addr); #endif /* _ORINOCO_HW_H_ */ |