compat-wireless: no trans_start on netdev_queue
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 22 Dec 2011 20:47:30 +0000 (21:47 +0100)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Fri, 23 Dec 2011 15:07:04 +0000 (07:07 -0800)
commitf92d4a46fd3a3aee29d2c88598c317d8fa0c0868
treebac75f1d3f702cea1a28bd3b1ffdb74176b47ccb
parented376aacb037d31f53960bec501604435b2fa5f1
compat-wireless: no trans_start on netdev_queue

struct netdev_queue does not have the attribute trans_start in kernel <
2.6.31. trans_start on struct net_device does the same on older kernels.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/47-no_trans_start_on_netdev_queue.patch [new file with mode: 0644]