mt76: fix build failure on linux kernel 6.6
authorWeijie Gao <hackpascal@gmail.com>
Fri, 1 Mar 2024 07:49:13 +0000 (15:49 +0800)
committerRobert Marko <robimarko@gmail.com>
Mon, 11 Mar 2024 19:17:26 +0000 (20:17 +0100)
commit504cf50eea5a8f56b114cd985e7dc7af6cf64bfa
treefe6440f3be33f5c545726b555be0dd0901c6d569
parenta325c5fa014c534a3daf69f3cec99f0fc7b9b7e9
mt76: fix build failure on linux kernel 6.6

A commit introduced in kernel 6.6 has splitted page_pool.h into
several headers. Thus the included header must be modified for a
successful build.

Ref: a9ca9f9ceff3 (page_pool: split types and declarations from
page_pool.h)

Signed-off-by: Weijie Gao <hackpascal@gmail.com>
package/kernel/mt76/patches/100-fix-build-on-linux-kernel-6.6.patch [new file with mode: 0644]