Skip to content

Commit 22a05e6

Browse files
MaochenWang1cfriedt
authored andcommitted
drivers: wifi: nxp: update the TX data API
Update the TX data API to support distinguishing if this packet is from net stack or from internal packet forwarding case. Signed-off-by: Maochen Wang <[email protected]>
1 parent 0591865 commit 22a05e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nxp/nxp_wifi_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ static NXP_WIFI_SET_FUNC_ATTR int nxp_wifi_send(const struct device *dev, struct
19451945
#endif
19461946

19471947
/* Enqueue packet for transmission */
1948-
if (nxp_wifi_internal_tx(dev, pkt) != WM_SUCCESS) {
1948+
if (nxp_wifi_internal_tx(dev, pkt, 0) != WM_SUCCESS) {
19491949
goto out;
19501950
}
19511951

0 commit comments

Comments
 (0)