فهرست منبع

Merge "qca-wifi: Fix Gccv7 compilation warning" into win_wlan_host.1.0

Linux Build Service Account 4 سال پیش
والد
کامیت
7671adaea2
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      dp_wrap/src/dp_wrap_mat.c

+ 5 - 5
dp_wrap/src/dp_wrap_mat.c

@@ -383,11 +383,11 @@ int dp_wrap_mat_tx(struct dp_wrap_vdev *wvdev, wbuf_t buf)
 				if (pktlen < contig_len)
 					return -EINVAL;
 
-					/*replace the HW address with the VMA*/
-					phwaddr = (eth_icmp6_lladdr_t *)
-							((u8 *)(p_icmp6 + 1));
-					break;
-				}
+				/*replace the HW address with the VMA*/
+				phwaddr = (eth_icmp6_lladdr_t *)
+						((u8 *)(p_icmp6 + 1));
+				break;
+			}
 			default:
 				change_packet = 0;
 				break;