| .. | .. |
|---|
| 185 | 185 | u8 *cmd_buf, u32 cmd_len, |
|---|
| 186 | 186 | u8 *rsp_buf, u32 rsp_len, |
|---|
| 187 | 187 | u32 timeout); |
|---|
| 188 | | -void ath9k_wmi_event_tasklet(unsigned long data); |
|---|
| 188 | +void ath9k_wmi_event_tasklet(struct tasklet_struct *t); |
|---|
| 189 | 189 | void ath9k_fatal_work(struct work_struct *work); |
|---|
| 190 | 190 | void ath9k_wmi_event_drain(struct ath9k_htc_priv *priv); |
|---|
| 191 | 191 | void ath9k_stop_wmi(struct ath9k_htc_priv *priv); |
|---|
| 192 | | -void ath9k_destoy_wmi(struct ath9k_htc_priv *priv); |
|---|
| 192 | +void ath9k_destroy_wmi(struct ath9k_htc_priv *priv); |
|---|
| 193 | 193 | |
|---|
| 194 | 194 | #define WMI_CMD(_wmi_cmd) \ |
|---|
| 195 | 195 | do { \ |
|---|