backports: add spatch to handle IFF_NO_QUEUE
authorJohannes Berg <johannes.berg@intel.com>
Wed, 9 Sep 2015 09:27:55 +0000 (11:27 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 21 Sep 2015 21:32:53 +0000 (23:32 +0200)
commit121bebae6d22b9d9bc52b1e2d70f3ed9d6d6e2fb
treeffa8967a22c0e7fb76206c083dd8da3cf9238208
parentdaa652a9c09ed3c924d4dcf037fbbf995371d330
backports: add spatch to handle IFF_NO_QUEUE

This flag doesn't exist on newer kernels, but replaced the tx_queue_len
assignment, so can't just be backported to have no effect. Instead, add
a semantic patch that puts back the tx_queue_len=0 assignment on older
kernel versions.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
patches/collateral-evolutions/network/0062-iff-no-queue.cocci [new file with mode: 0644]