|
@@ -602,7 +602,7 @@ int ath6kl_diag_write(struct ath6kl *ar, u32 address, void *data, u32 length);
|
|
|
int ath6kl_diag_read32(struct ath6kl *ar, u32 address, u32 *value);
|
|
|
int ath6kl_diag_read(struct ath6kl *ar, u32 address, void *data, u32 length);
|
|
|
int ath6kl_read_fwlogs(struct ath6kl *ar);
|
|
|
-void ath6kl_init_profile_info(struct ath6kl *ar);
|
|
|
+void ath6kl_init_profile_info(struct ath6kl_vif *vif);
|
|
|
void ath6kl_tx_data_cleanup(struct ath6kl *ar);
|
|
|
void ath6kl_stop_endpoint(struct net_device *dev, bool keep_profile,
|
|
|
bool get_dbglogs);
|
|
@@ -657,7 +657,7 @@ void aggr_recv_addba_req_evt(struct ath6kl_vif *vif, u8 tid, u16 seq_no,
|
|
|
void ath6kl_wakeup_event(void *dev);
|
|
|
void ath6kl_target_failure(struct ath6kl *ar);
|
|
|
|
|
|
-void ath6kl_init_control_info(struct ath6kl *ar);
|
|
|
+void ath6kl_init_control_info(struct ath6kl_vif *vif);
|
|
|
void ath6kl_deinit_if_data(struct ath6kl_vif *vif);
|
|
|
void ath6kl_core_free(struct ath6kl *ar);
|
|
|
#endif /* CORE_H */
|