diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-12-10 00:49:26 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:06:32 -0500 |
commit | 6f93a8e7e41c2d29749242f983f41e3f6a75b40b (patch) | |
tree | 69f4acfc1ff4b7b5e94b3f8f33d9fc472da922b6 /drivers/net/wireless/libertas/decl.h | |
parent | 7bf02c2985ced746f8b8956dbe4b0384edb41846 (diff) |
libertas: kill lbs_upload_tx_packet()
It replaces two lines of code. And even for those it has to make
inferences about things (i.e. which device) which the caller would have
just known.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/decl.h')
-rw-r--r-- | drivers/net/wireless/libertas/decl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/decl.h b/drivers/net/wireless/libertas/decl.h index fcb5a8512903..e8387c7ec02a 100644 --- a/drivers/net/wireless/libertas/decl.h +++ b/drivers/net/wireless/libertas/decl.h | |||
@@ -46,8 +46,6 @@ void lbs_get_fwversion(struct lbs_private *priv, | |||
46 | char *fwversion, | 46 | char *fwversion, |
47 | int maxlen); | 47 | int maxlen); |
48 | 48 | ||
49 | void lbs_upload_rx_packet(struct lbs_private *priv, struct sk_buff *skb); | ||
50 | |||
51 | /** The proc fs interface */ | 49 | /** The proc fs interface */ |
52 | int lbs_process_rx_command(struct lbs_private *priv); | 50 | int lbs_process_rx_command(struct lbs_private *priv); |
53 | void __lbs_cleanup_and_insert_cmd(struct lbs_private *priv, | 51 | void __lbs_cleanup_and_insert_cmd(struct lbs_private *priv, |