]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/libertas/scan.h
[PATCH] libertas: clean up scan debug messages
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / libertas / scan.h
index 28decf391531ec1cd8fe96c4dedc944936db01c1..c29c031bef8cf8a9798ee9bf31e9314e0acc0676 100644 (file)
@@ -157,7 +157,6 @@ struct bss_descriptor {
        /* zero-terminated array of supported data rates */
        u8 rates[MAX_RATES + 1];
 
-       __le64 timestamp;       //!< TSF value included in the beacon/probe response
        unsigned long last_scanned;
 
        union ieeetypes_phyparamset phyparamset;
@@ -211,4 +210,6 @@ int libertas_get_scan(struct net_device *dev, struct iw_request_info *info,
 int libertas_set_scan(struct net_device *dev, struct iw_request_info *info,
                         struct iw_param *vwrq, char *extra);
 
+void libertas_scan_worker(struct work_struct *work);
+
 #endif                         /* _WLAN_SCAN_H */