aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/decl.h
diff options
context:
space:
mode:
authorHolger Schurig <hs4233@mail.mn-solutions.de>2008-03-12 16:06:43 +0100
committerJohn W. Linville <linville@tuxdriver.com>2008-03-25 16:41:45 -0400
commitd9e9778c2ac5bac02fc118e9a2954e4c70f88eb6 (patch)
treed2642edca9df92610bbc8cba5b0c2a1036931130 /drivers/net/wireless/libertas/decl.h
parentlibertas: convert CMD_MAC_CONTROL to a direct command (diff)
downloadlinux-dev-d9e9778c2ac5bac02fc118e9a2954e4c70f88eb6.tar.xz
linux-dev-d9e9778c2ac5bac02fc118e9a2954e4c70f88eb6.zip
libertas: rename packetfilter to mac_control
The CMD_MAC_CONTROL can be used for other things than just filtering packets, e.g. to enable and disable WMM. This uses the same term mac_control for the define, the function and the shadow value in struct lbs_private. Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Acked-by: Dan Williams <dcbw@redhat.com> 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/decl.h b/drivers/net/wireless/libertas/decl.h
index 4e22341b4f3d..f0de2a1e918f 100644
--- a/drivers/net/wireless/libertas/decl.h
+++ b/drivers/net/wireless/libertas/decl.h
@@ -17,7 +17,7 @@ struct net_device;
struct cmd_ctrl_node;
struct cmd_ds_command;
-int lbs_set_mac_packet_filter(struct lbs_private *priv);
+int lbs_set_mac_control(struct lbs_private *priv);
void lbs_send_tx_feedback(struct lbs_private *priv);