OSDN Git Service

Merge Linux 4.4.203 into 10
authorsbwml <984419930@qq.com>
Mon, 25 Nov 2019 22:26:06 +0000 (06:26 +0800)
committersbwml <984419930@qq.com>
Mon, 25 Nov 2019 22:26:06 +0000 (06:26 +0800)
1  2 
Makefile
drivers/net/wireless/ath/ath10k/wmi.h

diff --cc Makefile
Simple merge
@@@ -6335,18 -5967,14 +6335,24 @@@ struct wmi_ch_info_ev_arg 
        __le32 chan_tx_pwr_range;
        __le32 chan_tx_pwr_tp;
        __le32 rx_frame_count;
 +      __le32 my_bss_rx_cycle_count;
 +      __le32 rx_11b_mode_data_duration;
 +      __le32 tx_frame_cnt;
 +      __le32 mac_clk_mhz;
 +};
 +
 +/* From 10.4 firmware, not sure all have the same values. */
 +enum wmi_vdev_start_status {
 +      WMI_VDEV_START_OK = 0,
 +      WMI_VDEV_START_CHAN_INVALID,
  };
  
+ /* From 10.4 firmware, not sure all have the same values. */
+ enum wmi_vdev_start_status {
+       WMI_VDEV_START_OK = 0,
+       WMI_VDEV_START_CHAN_INVALID,
+ };
  struct wmi_vdev_start_ev_arg {
        __le32 vdev_id;
        __le32 req_id;