|
|
@@ -616,13 +616,21 @@ enum {
|
|
|
#include "ks_wlan.h"
|
|
|
|
|
|
/* function prototype */
|
|
|
-extern int hostif_data_request(struct ks_wlan_private *priv,
|
|
|
- struct sk_buff *packet);
|
|
|
-extern void hostif_receive(struct ks_wlan_private *priv, unsigned char *p,
|
|
|
- unsigned int size);
|
|
|
-extern void hostif_sme_enqueue(struct ks_wlan_private *priv, uint16_t event);
|
|
|
-extern int hostif_init(struct ks_wlan_private *priv);
|
|
|
-extern void hostif_exit(struct ks_wlan_private *priv);
|
|
|
+int hostif_data_request(struct ks_wlan_private *priv,
|
|
|
+ struct sk_buff *packet);
|
|
|
+void hostif_receive(struct ks_wlan_private *priv, unsigned char *p,
|
|
|
+ unsigned int size);
|
|
|
+void hostif_sme_enqueue(struct ks_wlan_private *priv, uint16_t event);
|
|
|
+int hostif_init(struct ks_wlan_private *priv);
|
|
|
+void hostif_exit(struct ks_wlan_private *priv);
|
|
|
+int ks_wlan_hw_tx(struct ks_wlan_private *priv, void *p,
|
|
|
+ unsigned long size,
|
|
|
+ void (*complete_handler) (void *arg1, void *arg2),
|
|
|
+ void *arg1, void *arg2);
|
|
|
+void send_packet_complete(void *, void *);
|
|
|
+
|
|
|
+void ks_wlan_hw_wakeup_request(struct ks_wlan_private *priv);
|
|
|
+int ks_wlan_hw_power_save(struct ks_wlan_private *priv);
|
|
|
|
|
|
static
|
|
|
inline int hif_align_size(int size)
|