/* app IE */
 } __packed;
 
-struct wmi_bcn_tmpl_cmd {
-       /* unique id identifying the VDEV, generated by the caller */
-       __le32 vdev_id;
-       /* TIM IE offset from the beginning of the template. */
-       __le32 tim_ie_offset;
-       /* beacon probe capabilities and IEs */
-       struct wmi_bcn_prb_info bcn_prb_info;
-       /* beacon buffer length */
-       __le32 buf_len;
-       /* variable length data */
-       u8 data[1];
-} __packed;
-
-struct wmi_prb_tmpl_cmd {
-       /* unique id identifying the VDEV, generated by the caller */
-       __le32 vdev_id;
-       /* beacon probe capabilities and IEs */
-       struct wmi_bcn_prb_info bcn_prb_info;
-       /* beacon buffer length */
-       __le32 buf_len;
-       /* Variable length data */
-       u8 data[1];
-} __packed;
-
 enum wmi_sta_ps_mode {
        /* enable power save for the given STA VDEV */
        WMI_STA_PS_MODE_DISABLED = 0,