* [PATCH] libertas: fixup cfg.h
@ 2009-11-26 13:57 Holger Schurig
0 siblings, 0 replies; only message in thread
From: Holger Schurig @ 2009-11-26 13:57 UTC (permalink / raw)
To: linux-wireless, John Linville, Dan Williams
a) no need to include "dev.h"
b) declaration of lbs_send_specific_ssid_scan() and lbs_scan_networks()
came in by accident from an experimental patch
Signed-off-by: Holger Schurig <holgerschurig@gmail.com>
--- linux-wl.orig/drivers/net/wireless/libertas/cfg.h
+++ linux-wl/drivers/net/wireless/libertas/cfg.h
@@ -1,15 +1,11 @@
#ifndef __LBS_CFG80211_H__
#define __LBS_CFG80211_H__
-#include "dev.h"
+struct device;
+struct lbs_private;
struct wireless_dev *lbs_cfg_alloc(struct device *dev);
int lbs_cfg_register(struct lbs_private *priv);
void lbs_cfg_free(struct lbs_private *priv);
-int lbs_send_specific_ssid_scan(struct lbs_private *priv, u8 *ssid,
- u8 ssid_len);
-int lbs_scan_networks(struct lbs_private *priv, int full_scan);
-
-
#endif
--
http://www.holgerschurig.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-26 13:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-26 13:57 [PATCH] libertas: fixup cfg.h Holger Schurig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.