From: David Woodhouse Date: Sun, 9 Dec 2007 20:04:19 +0000 (-0500) Subject: libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit() X-Git-Tag: v2.6.25-rc1~1162^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198cefb9320ea0aa1be43a93b398435447583081;p=pandora-kernel.git libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit() These wrappers only do two things. Firstly, they set the frame type, which isn't necessary since lbs_hard_start_xmit() gets to see which device it belongs to anyway. Secondly, they return -EOPNOTSUPP if the device is in monitor mode. Which is a strange thing to do and will provide nasty warnings from qdisc_restart(). And lbs_hard_start_xmit() seems to have code to cope with monitor mode anyway. Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed