mac80211: update to 6.6.15
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / ath11k / 0022-wifi-ath11k-remove-unnecessary-void-conversions.patch
index cbd664dad58d3c9f57e5bc15a593acf577b763c6..81c1ca16b3203636012893b62039748444ec8dd3 100644 (file)
@@ -44,7 +44,7 @@ Link: https://lore.kernel.org/r/20230919045150.524304-1-yunchuan@nfschina.com
  
        switch (tag) {
        case HTT_PPDU_STATS_TAG_COMMON:
-@@ -4486,8 +4486,7 @@ int ath11k_dp_rx_monitor_link_desc_retur
+@@ -4492,8 +4492,7 @@ int ath11k_dp_rx_monitor_link_desc_retur
        src_srng_desc = ath11k_hal_srng_src_get_next_entry(ar->ab, hal_srng);
  
        if (src_srng_desc) {
@@ -54,7 +54,7 @@ Link: https://lore.kernel.org/r/20230919045150.524304-1-yunchuan@nfschina.com
  
                *src_desc = *((struct ath11k_buffer_addr *)p_last_buf_addr_info);
        } else {
-@@ -4506,8 +4505,7 @@ void ath11k_dp_rx_mon_next_link_desc_get
+@@ -4512,8 +4511,7 @@ void ath11k_dp_rx_mon_next_link_desc_get
                                         u8 *rbm,
                                         void **pp_buf_addr_info)
  {
@@ -64,7 +64,7 @@ Link: https://lore.kernel.org/r/20230919045150.524304-1-yunchuan@nfschina.com
        struct ath11k_buffer_addr *buf_addr_info;
  
        buf_addr_info = (struct ath11k_buffer_addr *)&msdu_link->buf_addr_info;
-@@ -4548,7 +4546,7 @@ static void ath11k_hal_rx_msdu_list_get(
+@@ -4554,7 +4552,7 @@ static void ath11k_hal_rx_msdu_list_get(
        u32 first = FIELD_PREP(RX_MSDU_DESC_INFO0_FIRST_MSDU_IN_MPDU, 1);
        u8  tmp  = 0;
  
@@ -73,7 +73,7 @@ Link: https://lore.kernel.org/r/20230919045150.524304-1-yunchuan@nfschina.com
        msdu_details = &msdu_link->msdu_link[0];
  
        for (i = 0; i < HAL_RX_NUM_MSDU_DESC; i++) {
-@@ -4645,8 +4643,7 @@ ath11k_dp_rx_mon_mpdu_pop(struct ath11k
+@@ -4651,8 +4649,7 @@ ath11k_dp_rx_mon_mpdu_pop(struct ath11k
        bool is_frag, is_first_msdu;
        bool drop_mpdu = false;
        struct ath11k_skb_rxcb *rxcb;