asterisk / dahdi-linux

This is the official dahdi-linux repository. All issues and PR should be raised here.
GNU General Public License v2.0
47 stars 69 forks source link

Build support for kernel 6.1 #18

Closed primis closed 1 year ago

primis commented 1 year ago

As of kernel 6.1, netif_napi_add() no longer contains the weight in function, and defaults to 64 (the value in code). The new function for setting weight is netif_napi_add_weight()