diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-28 08:02:09 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:15 -0400 |
commit | f9d540ee5f7e480339911df8d7389ef4c435ab54 (patch) | |
tree | 89381e4aa0f8ea31662dc21e890c339d715f8271 /net/mac80211/ieee80211_sta.c | |
parent | a28975525016ddcbdaab8225666df1cf2dc9cb2d (diff) |
[MAC80211]: remove management interface
Removes the management interface since it is only required
for hostapd/userspace MLME, will not be in the final tree
at least in this form and hostapd/userspace MLME currently
do not work against this tree anyway.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/ieee80211_sta.c')
-rw-r--r-- | net/mac80211/ieee80211_sta.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c index cf50a7bfb970..bd9d7aa74083 100644 --- a/net/mac80211/ieee80211_sta.c +++ b/net/mac80211/ieee80211_sta.c | |||
@@ -473,8 +473,6 @@ static void ieee80211_sta_tx(struct net_device *dev, struct sk_buff *skb, | |||
473 | pkt_data = (struct ieee80211_tx_packet_data *) skb->cb; | 473 | pkt_data = (struct ieee80211_tx_packet_data *) skb->cb; |
474 | memset(pkt_data, 0, sizeof(struct ieee80211_tx_packet_data)); | 474 | memset(pkt_data, 0, sizeof(struct ieee80211_tx_packet_data)); |
475 | pkt_data->ifindex = sdata->dev->ifindex; | 475 | pkt_data->ifindex = sdata->dev->ifindex; |
476 | if (sdata->type == IEEE80211_IF_TYPE_MGMT) | ||
477 | pkt_data->flags |= IEEE80211_TXPD_MGMT_IFACE; | ||
478 | if (!encrypt) | 476 | if (!encrypt) |
479 | pkt_data->flags |= IEEE80211_TXPD_DO_NOT_ENCRYPT; | 477 | pkt_data->flags |= IEEE80211_TXPD_DO_NOT_ENCRYPT; |
480 | 478 | ||