diff options
Diffstat (limited to 'drivers/net/wireless/ath/wcn36xx/smd.h')
| -rw-r--r-- | drivers/net/wireless/ath/wcn36xx/smd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/wcn36xx/smd.h b/drivers/net/wireless/ath/wcn36xx/smd.h index d93e3fd73831..df80cbbd9d1b 100644 --- a/drivers/net/wireless/ath/wcn36xx/smd.h +++ b/drivers/net/wireless/ath/wcn36xx/smd.h | |||
| @@ -46,8 +46,8 @@ struct wcn36xx_fw_msg_status_rsp { | |||
| 46 | 46 | ||
| 47 | struct wcn36xx_hal_ind_msg { | 47 | struct wcn36xx_hal_ind_msg { |
| 48 | struct list_head list; | 48 | struct list_head list; |
| 49 | u8 *msg; | ||
| 50 | size_t msg_len; | 49 | size_t msg_len; |
| 50 | u8 msg[]; | ||
| 51 | }; | 51 | }; |
| 52 | 52 | ||
| 53 | struct wcn36xx; | 53 | struct wcn36xx; |
| @@ -63,7 +63,7 @@ int wcn36xx_smd_start_scan(struct wcn36xx *wcn); | |||
| 63 | int wcn36xx_smd_end_scan(struct wcn36xx *wcn); | 63 | int wcn36xx_smd_end_scan(struct wcn36xx *wcn); |
| 64 | int wcn36xx_smd_finish_scan(struct wcn36xx *wcn, | 64 | int wcn36xx_smd_finish_scan(struct wcn36xx *wcn, |
| 65 | enum wcn36xx_hal_sys_mode mode); | 65 | enum wcn36xx_hal_sys_mode mode); |
| 66 | int wcn36xx_smd_update_scan_params(struct wcn36xx *wcn); | 66 | int wcn36xx_smd_update_scan_params(struct wcn36xx *wcn, u8 *channels, size_t channel_count); |
| 67 | int wcn36xx_smd_add_sta_self(struct wcn36xx *wcn, struct ieee80211_vif *vif); | 67 | int wcn36xx_smd_add_sta_self(struct wcn36xx *wcn, struct ieee80211_vif *vif); |
| 68 | int wcn36xx_smd_delete_sta_self(struct wcn36xx *wcn, u8 *addr); | 68 | int wcn36xx_smd_delete_sta_self(struct wcn36xx *wcn, u8 *addr); |
| 69 | int wcn36xx_smd_delete_sta(struct wcn36xx *wcn, u8 sta_index); | 69 | int wcn36xx_smd_delete_sta(struct wcn36xx *wcn, u8 sta_index); |
