blob: 474f13662c8428bb83386f8bdda140811c1a66e6 [file] [log] [blame]
Johannes Berg571ecf62007-07-27 15:43:22 +02001/*
2 * Copyright 2002-2005, Instant802 Networks, Inc.
3 * Copyright 2005-2006, Devicescape Software, Inc.
4 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
5 * Copyright 2007 Johannes Berg <johannes@sipsolutions.net>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
S.Çağlar Onurab466232008-02-14 17:36:47 +020012#include <linux/jiffies.h>
Johannes Berg571ecf62007-07-27 15:43:22 +020013#include <linux/kernel.h>
14#include <linux/skbuff.h>
15#include <linux/netdevice.h>
16#include <linux/etherdevice.h>
Johannes Bergd4e46a32007-09-14 11:10:24 -040017#include <linux/rcupdate.h>
Johannes Berg571ecf62007-07-27 15:43:22 +020018#include <net/mac80211.h>
19#include <net/ieee80211_radiotap.h>
20
21#include "ieee80211_i.h"
Johannes Berg2c8dccc2008-04-08 15:14:40 -040022#include "led.h"
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +010023#include "mesh.h"
Johannes Berg571ecf62007-07-27 15:43:22 +020024#include "wep.h"
25#include "wpa.h"
26#include "tkip.h"
27#include "wme.h"
28
Ron Rindjunsky71364712007-12-25 17:00:36 +020029u8 ieee80211_sta_manage_reorder_buf(struct ieee80211_hw *hw,
30 struct tid_ampdu_rx *tid_agg_rx,
31 struct sk_buff *skb, u16 mpdu_seq_num,
32 int bar_req);
Johannes Bergb2e77712007-09-26 15:19:39 +020033/*
34 * monitor mode reception
35 *
36 * This function cleans up the SKB, i.e. it removes all the stuff
37 * only useful for monitoring.
38 */
39static struct sk_buff *remove_monitor_info(struct ieee80211_local *local,
40 struct sk_buff *skb,
41 int rtap_len)
42{
43 skb_pull(skb, rtap_len);
44
45 if (local->hw.flags & IEEE80211_HW_RX_INCLUDES_FCS) {
46 if (likely(skb->len > FCS_LEN))
47 skb_trim(skb, skb->len - FCS_LEN);
48 else {
49 /* driver bug */
50 WARN_ON(1);
51 dev_kfree_skb(skb);
52 skb = NULL;
53 }
54 }
55
56 return skb;
57}
58
59static inline int should_drop_frame(struct ieee80211_rx_status *status,
60 struct sk_buff *skb,
61 int present_fcs_len,
62 int radiotap_len)
63{
64 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data;
65
66 if (status->flag & (RX_FLAG_FAILED_FCS_CRC | RX_FLAG_FAILED_PLCP_CRC))
67 return 1;
68 if (unlikely(skb->len < 16 + present_fcs_len + radiotap_len))
69 return 1;
Ron Rindjunsky98f0b0a2007-12-18 17:23:53 +020070 if (((hdr->frame_control & cpu_to_le16(IEEE80211_FCTL_FTYPE)) ==
71 cpu_to_le16(IEEE80211_FTYPE_CTL)) &&
72 ((hdr->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE)) !=
Ron Rindjunsky71364712007-12-25 17:00:36 +020073 cpu_to_le16(IEEE80211_STYPE_PSPOLL)) &&
74 ((hdr->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE)) !=
75 cpu_to_le16(IEEE80211_STYPE_BACK_REQ)))
Johannes Bergb2e77712007-09-26 15:19:39 +020076 return 1;
77 return 0;
78}
79
80/*
81 * This function copies a received frame to all monitor interfaces and
82 * returns a cleaned-up SKB that no longer includes the FCS nor the
83 * radiotap header the driver might have added.
84 */
85static struct sk_buff *
86ieee80211_rx_monitor(struct ieee80211_local *local, struct sk_buff *origskb,
Johannes Berg8318d782008-01-24 19:38:38 +010087 struct ieee80211_rx_status *status,
88 struct ieee80211_rate *rate)
Johannes Bergb2e77712007-09-26 15:19:39 +020089{
90 struct ieee80211_sub_if_data *sdata;
Johannes Bergb2e77712007-09-26 15:19:39 +020091 int needed_headroom = 0;
Johannes Bergc49e5ea2007-12-11 21:33:42 +010092 struct ieee80211_radiotap_header *rthdr;
93 __le64 *rttsft = NULL;
94 struct ieee80211_rtap_fixed_data {
Johannes Bergb2e77712007-09-26 15:19:39 +020095 u8 flags;
96 u8 rate;
97 __le16 chan_freq;
98 __le16 chan_flags;
99 u8 antsignal;
100 u8 padding_for_rxflags;
101 __le16 rx_flags;
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100102 } __attribute__ ((packed)) *rtfixed;
Johannes Bergb2e77712007-09-26 15:19:39 +0200103 struct sk_buff *skb, *skb2;
104 struct net_device *prev_dev = NULL;
105 int present_fcs_len = 0;
106 int rtap_len = 0;
107
108 /*
109 * First, we may need to make a copy of the skb because
110 * (1) we need to modify it for radiotap (if not present), and
111 * (2) the other RX handlers will modify the skb we got.
112 *
113 * We don't need to, of course, if we aren't going to return
114 * the SKB because it has a bad FCS/PLCP checksum.
115 */
116 if (status->flag & RX_FLAG_RADIOTAP)
117 rtap_len = ieee80211_get_radiotap_len(origskb->data);
118 else
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100119 /* room for radiotap header, always present fields and TSFT */
120 needed_headroom = sizeof(*rthdr) + sizeof(*rtfixed) + 8;
Johannes Bergb2e77712007-09-26 15:19:39 +0200121
122 if (local->hw.flags & IEEE80211_HW_RX_INCLUDES_FCS)
123 present_fcs_len = FCS_LEN;
124
125 if (!local->monitors) {
126 if (should_drop_frame(status, origskb, present_fcs_len,
127 rtap_len)) {
128 dev_kfree_skb(origskb);
129 return NULL;
130 }
131
132 return remove_monitor_info(local, origskb, rtap_len);
133 }
134
135 if (should_drop_frame(status, origskb, present_fcs_len, rtap_len)) {
136 /* only need to expand headroom if necessary */
137 skb = origskb;
138 origskb = NULL;
139
140 /*
141 * This shouldn't trigger often because most devices have an
142 * RX header they pull before we get here, and that should
143 * be big enough for our radiotap information. We should
144 * probably export the length to drivers so that we can have
145 * them allocate enough headroom to start with.
146 */
147 if (skb_headroom(skb) < needed_headroom &&
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100148 pskb_expand_head(skb, needed_headroom, 0, GFP_ATOMIC)) {
Johannes Bergb2e77712007-09-26 15:19:39 +0200149 dev_kfree_skb(skb);
150 return NULL;
151 }
152 } else {
153 /*
154 * Need to make a copy and possibly remove radiotap header
155 * and FCS from the original.
156 */
157 skb = skb_copy_expand(origskb, needed_headroom, 0, GFP_ATOMIC);
158
159 origskb = remove_monitor_info(local, origskb, rtap_len);
160
161 if (!skb)
162 return origskb;
163 }
164
165 /* if necessary, prepend radiotap information */
166 if (!(status->flag & RX_FLAG_RADIOTAP)) {
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100167 rtfixed = (void *) skb_push(skb, sizeof(*rtfixed));
168 rtap_len = sizeof(*rthdr) + sizeof(*rtfixed);
169 if (status->flag & RX_FLAG_TSFT) {
170 rttsft = (void *) skb_push(skb, sizeof(*rttsft));
171 rtap_len += 8;
172 }
Johannes Bergb2e77712007-09-26 15:19:39 +0200173 rthdr = (void *) skb_push(skb, sizeof(*rthdr));
174 memset(rthdr, 0, sizeof(*rthdr));
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100175 memset(rtfixed, 0, sizeof(*rtfixed));
176 rthdr->it_present =
Johannes Bergb2e77712007-09-26 15:19:39 +0200177 cpu_to_le32((1 << IEEE80211_RADIOTAP_FLAGS) |
178 (1 << IEEE80211_RADIOTAP_RATE) |
179 (1 << IEEE80211_RADIOTAP_CHANNEL) |
180 (1 << IEEE80211_RADIOTAP_DB_ANTSIGNAL) |
181 (1 << IEEE80211_RADIOTAP_RX_FLAGS));
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100182 rtfixed->flags = 0;
183 if (local->hw.flags & IEEE80211_HW_RX_INCLUDES_FCS)
184 rtfixed->flags |= IEEE80211_RADIOTAP_F_FCS;
185
186 if (rttsft) {
187 *rttsft = cpu_to_le64(status->mactime);
188 rthdr->it_present |=
189 cpu_to_le32(1 << IEEE80211_RADIOTAP_TSFT);
190 }
Johannes Bergb2e77712007-09-26 15:19:39 +0200191
192 /* FIXME: when radiotap gets a 'bad PLCP' flag use it here */
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100193 rtfixed->rx_flags = 0;
Johannes Bergb2e77712007-09-26 15:19:39 +0200194 if (status->flag &
195 (RX_FLAG_FAILED_FCS_CRC | RX_FLAG_FAILED_PLCP_CRC))
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100196 rtfixed->rx_flags |=
Johannes Bergb2e77712007-09-26 15:19:39 +0200197 cpu_to_le16(IEEE80211_RADIOTAP_F_RX_BADFCS);
198
Johannes Berg8318d782008-01-24 19:38:38 +0100199 rtfixed->rate = rate->bitrate / 5;
Johannes Bergb2e77712007-09-26 15:19:39 +0200200
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100201 rtfixed->chan_freq = cpu_to_le16(status->freq);
Johannes Bergb2e77712007-09-26 15:19:39 +0200202
Johannes Berg8318d782008-01-24 19:38:38 +0100203 if (status->band == IEEE80211_BAND_5GHZ)
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100204 rtfixed->chan_flags =
Johannes Bergb2e77712007-09-26 15:19:39 +0200205 cpu_to_le16(IEEE80211_CHAN_OFDM |
206 IEEE80211_CHAN_5GHZ);
207 else
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100208 rtfixed->chan_flags =
Johannes Bergb2e77712007-09-26 15:19:39 +0200209 cpu_to_le16(IEEE80211_CHAN_DYN |
210 IEEE80211_CHAN_2GHZ);
211
Bruno Randolf566bfe52008-05-08 19:15:40 +0200212 rtfixed->antsignal = status->signal;
Johannes Bergc49e5ea2007-12-11 21:33:42 +0100213 rthdr->it_len = cpu_to_le16(rtap_len);
Johannes Bergb2e77712007-09-26 15:19:39 +0200214 }
215
Johannes Bergce3edf6d02007-12-19 01:31:22 +0100216 skb_reset_mac_header(skb);
Johannes Bergb2e77712007-09-26 15:19:39 +0200217 skb->ip_summed = CHECKSUM_UNNECESSARY;
218 skb->pkt_type = PACKET_OTHERHOST;
219 skb->protocol = htons(ETH_P_802_2);
220
221 list_for_each_entry_rcu(sdata, &local->interfaces, list) {
222 if (!netif_running(sdata->dev))
223 continue;
224
Johannes Berg51fb61e2007-12-19 01:31:27 +0100225 if (sdata->vif.type != IEEE80211_IF_TYPE_MNTR)
Johannes Bergb2e77712007-09-26 15:19:39 +0200226 continue;
227
Michael Wu3d30d942008-01-31 19:48:27 +0100228 if (sdata->u.mntr_flags & MONITOR_FLAG_COOK_FRAMES)
229 continue;
230
Johannes Bergb2e77712007-09-26 15:19:39 +0200231 if (prev_dev) {
232 skb2 = skb_clone(skb, GFP_ATOMIC);
233 if (skb2) {
234 skb2->dev = prev_dev;
235 netif_rx(skb2);
236 }
237 }
238
239 prev_dev = sdata->dev;
240 sdata->dev->stats.rx_packets++;
241 sdata->dev->stats.rx_bytes += skb->len;
242 }
243
244 if (prev_dev) {
245 skb->dev = prev_dev;
246 netif_rx(skb);
247 } else
248 dev_kfree_skb(skb);
249
250 return origskb;
251}
252
253
Johannes Berg5cf121c2008-02-25 16:27:43 +0100254static void ieee80211_parse_qos(struct ieee80211_rx_data *rx)
Johannes Berg6e0d1142007-07-27 15:43:22 +0200255{
256 u8 *data = rx->skb->data;
257 int tid;
258
259 /* does the frame have a qos control field? */
260 if (WLAN_FC_IS_QOS_DATA(rx->fc)) {
261 u8 *qc = data + ieee80211_get_hdrlen(rx->fc) - QOS_CONTROL_LEN;
262 /* frame has qos control */
263 tid = qc[0] & QOS_CONTROL_TID_MASK;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +0200264 if (qc[0] & IEEE80211_QOS_CONTROL_A_MSDU_PRESENT)
Johannes Berg5cf121c2008-02-25 16:27:43 +0100265 rx->flags |= IEEE80211_RX_AMSDU;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +0200266 else
Johannes Berg5cf121c2008-02-25 16:27:43 +0100267 rx->flags &= ~IEEE80211_RX_AMSDU;
Johannes Berg6e0d1142007-07-27 15:43:22 +0200268 } else {
269 if (unlikely((rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT)) {
270 /* Separate TID for management frames */
271 tid = NUM_RX_DATA_QUEUES - 1;
272 } else {
273 /* no qos control present */
274 tid = 0; /* 802.1d - Best Effort */
275 }
276 }
Johannes Berg52865dfd2007-07-27 15:43:22 +0200277
Johannes Berg5cf121c2008-02-25 16:27:43 +0100278 rx->queue = tid;
Johannes Berg6e0d1142007-07-27 15:43:22 +0200279 /* Set skb->priority to 1d tag if highest order bit of TID is not set.
280 * For now, set skb->priority to 0 for other cases. */
281 rx->skb->priority = (tid > 7) ? 0 : tid;
Johannes Berg38f37142008-01-29 17:07:43 +0100282}
Johannes Berg6e0d1142007-07-27 15:43:22 +0200283
Johannes Berg5cf121c2008-02-25 16:27:43 +0100284static void ieee80211_verify_ip_alignment(struct ieee80211_rx_data *rx)
Johannes Berg38f37142008-01-29 17:07:43 +0100285{
286#ifdef CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT
287 int hdrlen;
288
289 if (!WLAN_FC_DATA_PRESENT(rx->fc))
290 return;
291
292 /*
293 * Drivers are required to align the payload data in a way that
294 * guarantees that the contained IP header is aligned to a four-
295 * byte boundary. In the case of regular frames, this simply means
296 * aligning the payload to a four-byte boundary (because either
297 * the IP header is directly contained, or IV/RFC1042 headers that
298 * have a length divisible by four are in front of it.
299 *
300 * With A-MSDU frames, however, the payload data address must
301 * yield two modulo four because there are 14-byte 802.3 headers
302 * within the A-MSDU frames that push the IP header further back
303 * to a multiple of four again. Thankfully, the specs were sane
304 * enough this time around to require padding each A-MSDU subframe
305 * to a length that is a multiple of four.
306 *
307 * Padding like atheros hardware adds which is inbetween the 802.11
308 * header and the payload is not supported, the driver is required
309 * to move the 802.11 header further back in that case.
310 */
311 hdrlen = ieee80211_get_hdrlen(rx->fc);
Johannes Berg5cf121c2008-02-25 16:27:43 +0100312 if (rx->flags & IEEE80211_RX_AMSDU)
Johannes Berg38f37142008-01-29 17:07:43 +0100313 hdrlen += ETH_HLEN;
314 WARN_ON_ONCE(((unsigned long)(rx->skb->data + hdrlen)) & 3);
315#endif
Johannes Berg6e0d1142007-07-27 15:43:22 +0200316}
317
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +0200318
Ron Rindjunsky71ebb4a2008-01-21 12:39:12 +0200319static u32 ieee80211_rx_load_stats(struct ieee80211_local *local,
Johannes Berg8318d782008-01-24 19:38:38 +0100320 struct sk_buff *skb,
321 struct ieee80211_rx_status *status,
322 struct ieee80211_rate *rate)
Johannes Berg571ecf62007-07-27 15:43:22 +0200323{
Johannes Berg571ecf62007-07-27 15:43:22 +0200324 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data;
325 u32 load = 0, hdrtime;
Johannes Berg571ecf62007-07-27 15:43:22 +0200326
327 /* Estimate total channel use caused by this frame */
328
Johannes Berg571ecf62007-07-27 15:43:22 +0200329 /* 1 bit at 1 Mbit/s takes 1 usec; in channel_use values,
330 * 1 usec = 1/8 * (1080 / 10) = 13.5 */
331
Johannes Berg8318d782008-01-24 19:38:38 +0100332 if (status->band == IEEE80211_BAND_5GHZ ||
333 (status->band == IEEE80211_BAND_5GHZ &&
334 rate->flags & IEEE80211_RATE_ERP_G))
Johannes Berg571ecf62007-07-27 15:43:22 +0200335 hdrtime = CHAN_UTIL_HDR_SHORT;
336 else
337 hdrtime = CHAN_UTIL_HDR_LONG;
338
339 load = hdrtime;
340 if (!is_multicast_ether_addr(hdr->addr1))
341 load += hdrtime;
342
Johannes Berg8318d782008-01-24 19:38:38 +0100343 /* TODO: optimise again */
344 load += skb->len * CHAN_UTIL_RATE_LCM / rate->bitrate;
Johannes Berg571ecf62007-07-27 15:43:22 +0200345
346 /* Divide channel_use by 8 to avoid wrapping around the counter */
347 load >>= CHAN_UTIL_SHIFT;
Johannes Berg571ecf62007-07-27 15:43:22 +0200348
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +0200349 return load;
Johannes Berg571ecf62007-07-27 15:43:22 +0200350}
351
Johannes Berg571ecf62007-07-27 15:43:22 +0200352/* rx handlers */
353
Johannes Berg9ae54c82008-01-31 19:48:20 +0100354static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +0100355ieee80211_rx_h_if_stats(struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +0200356{
Johannes Berg52865dfd2007-07-27 15:43:22 +0200357 if (rx->sta)
Johannes Berg5cf121c2008-02-25 16:27:43 +0100358 rx->sta->channel_use_raw += rx->load;
359 rx->sdata->channel_use_raw += rx->load;
Johannes Berg9ae54c82008-01-31 19:48:20 +0100360 return RX_CONTINUE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200361}
362
Johannes Berg9ae54c82008-01-31 19:48:20 +0100363static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +0100364ieee80211_rx_h_passive_scan(struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +0200365{
366 struct ieee80211_local *local = rx->local;
367 struct sk_buff *skb = rx->skb;
368
Zhu Yiece8edd2007-11-22 10:53:21 +0800369 if (unlikely(local->sta_hw_scanning))
Johannes Berg5cf121c2008-02-25 16:27:43 +0100370 return ieee80211_sta_rx_scan(rx->dev, skb, rx->status);
Zhu Yiece8edd2007-11-22 10:53:21 +0800371
372 if (unlikely(local->sta_sw_scanning)) {
373 /* drop all the other packets during a software scan anyway */
Johannes Berg5cf121c2008-02-25 16:27:43 +0100374 if (ieee80211_sta_rx_scan(rx->dev, skb, rx->status)
Johannes Berg9ae54c82008-01-31 19:48:20 +0100375 != RX_QUEUED)
Zhu Yiece8edd2007-11-22 10:53:21 +0800376 dev_kfree_skb(skb);
Johannes Berg9ae54c82008-01-31 19:48:20 +0100377 return RX_QUEUED;
Johannes Berg571ecf62007-07-27 15:43:22 +0200378 }
379
Johannes Berg5cf121c2008-02-25 16:27:43 +0100380 if (unlikely(rx->flags & IEEE80211_RX_IN_SCAN)) {
Johannes Berg571ecf62007-07-27 15:43:22 +0200381 /* scanning finished during invoking of handlers */
382 I802_DEBUG_INC(local->rx_handlers_drop_passive_scan);
Johannes Berge4c26ad2008-01-31 19:48:21 +0100383 return RX_DROP_UNUSABLE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200384 }
385
Johannes Berg9ae54c82008-01-31 19:48:20 +0100386 return RX_CONTINUE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200387}
388
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100389static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +0100390ieee80211_rx_mesh_check(struct ieee80211_rx_data *rx)
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100391{
392 int hdrlen = ieee80211_get_hdrlen(rx->fc);
393 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) rx->skb->data;
Johannes Bergd6d1a5a2008-02-25 16:24:38 +0100394
395#define msh_h_get(h, l) ((struct ieee80211s_hdr *) ((u8 *)h + l))
396
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100397 if ((rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA) {
398 if (!((rx->fc & IEEE80211_FCTL_FROMDS) &&
399 (rx->fc & IEEE80211_FCTL_TODS)))
400 return RX_DROP_MONITOR;
401 if (memcmp(hdr->addr4, rx->dev->dev_addr, ETH_ALEN) == 0)
402 return RX_DROP_MONITOR;
403 }
404
405 /* If there is not an established peer link and this is not a peer link
406 * establisment frame, beacon or probe, drop the frame.
407 */
408
Luis Carlos Cobob4e08ea2008-02-29 15:46:08 -0800409 if (!rx->sta || sta_plink_state(rx->sta) != PLINK_ESTAB) {
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100410 struct ieee80211_mgmt *mgmt;
Johannes Bergd6d1a5a2008-02-25 16:24:38 +0100411
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100412 if ((rx->fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_MGMT)
413 return RX_DROP_MONITOR;
414
415 switch (rx->fc & IEEE80211_FCTL_STYPE) {
416 case IEEE80211_STYPE_ACTION:
417 mgmt = (struct ieee80211_mgmt *)hdr;
418 if (mgmt->u.action.category != PLINK_CATEGORY)
419 return RX_DROP_MONITOR;
420 /* fall through on else */
421 case IEEE80211_STYPE_PROBE_REQ:
422 case IEEE80211_STYPE_PROBE_RESP:
423 case IEEE80211_STYPE_BEACON:
424 return RX_CONTINUE;
425 break;
426 default:
427 return RX_DROP_MONITOR;
428 }
429
430 } else if ((rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA &&
Luis Carlos Cobo966a5422008-03-31 15:33:39 -0700431 is_multicast_ether_addr(hdr->addr1) &&
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100432 mesh_rmc_check(hdr->addr4, msh_h_get(hdr, hdrlen), rx->dev))
433 return RX_DROP_MONITOR;
Johannes Berg902acc72008-02-23 15:17:19 +0100434#undef msh_h_get
Johannes Bergd6d1a5a2008-02-25 16:24:38 +0100435
Johannes Berg902acc72008-02-23 15:17:19 +0100436 return RX_CONTINUE;
437}
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100438
439
Johannes Berg9ae54c82008-01-31 19:48:20 +0100440static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +0100441ieee80211_rx_h_check(struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +0200442{
443 struct ieee80211_hdr *hdr;
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100444
Johannes Berg571ecf62007-07-27 15:43:22 +0200445 hdr = (struct ieee80211_hdr *) rx->skb->data;
446
447 /* Drop duplicate 802.11 retransmissions (IEEE 802.11 Chap. 9.2.9) */
448 if (rx->sta && !is_multicast_ether_addr(hdr->addr1)) {
449 if (unlikely(rx->fc & IEEE80211_FCTL_RETRY &&
Johannes Berg5cf121c2008-02-25 16:27:43 +0100450 rx->sta->last_seq_ctrl[rx->queue] ==
Johannes Berg571ecf62007-07-27 15:43:22 +0200451 hdr->seq_ctrl)) {
Johannes Berg5cf121c2008-02-25 16:27:43 +0100452 if (rx->flags & IEEE80211_RX_RA_MATCH) {
Johannes Berg571ecf62007-07-27 15:43:22 +0200453 rx->local->dot11FrameDuplicateCount++;
454 rx->sta->num_duplicates++;
455 }
Johannes Berge4c26ad2008-01-31 19:48:21 +0100456 return RX_DROP_MONITOR;
Johannes Berg571ecf62007-07-27 15:43:22 +0200457 } else
Johannes Berg5cf121c2008-02-25 16:27:43 +0100458 rx->sta->last_seq_ctrl[rx->queue] = hdr->seq_ctrl;
Johannes Berg571ecf62007-07-27 15:43:22 +0200459 }
460
Johannes Berg571ecf62007-07-27 15:43:22 +0200461 if (unlikely(rx->skb->len < 16)) {
462 I802_DEBUG_INC(rx->local->rx_handlers_drop_short);
Johannes Berge4c26ad2008-01-31 19:48:21 +0100463 return RX_DROP_MONITOR;
Johannes Berg571ecf62007-07-27 15:43:22 +0200464 }
465
Johannes Berg571ecf62007-07-27 15:43:22 +0200466 /* Drop disallowed frame classes based on STA auth/assoc state;
467 * IEEE 802.11, Chap 5.5.
468 *
469 * 80211.o does filtering only based on association state, i.e., it
470 * drops Class 3 frames from not associated stations. hostapd sends
471 * deauth/disassoc frames when needed. In addition, hostapd is
472 * responsible for filtering on both auth and assoc states.
473 */
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100474
Johannes Berg902acc72008-02-23 15:17:19 +0100475 if (ieee80211_vif_is_mesh(&rx->sdata->vif))
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100476 return ieee80211_rx_mesh_check(rx);
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100477
Johannes Berg571ecf62007-07-27 15:43:22 +0200478 if (unlikely(((rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA ||
479 ((rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_CTL &&
480 (rx->fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PSPOLL)) &&
Johannes Berg51fb61e2007-12-19 01:31:27 +0100481 rx->sdata->vif.type != IEEE80211_IF_TYPE_IBSS &&
Johannes Berg07346f812008-05-03 01:02:02 +0200482 (!rx->sta || !test_sta_flags(rx->sta, WLAN_STA_ASSOC)))) {
Johannes Berg571ecf62007-07-27 15:43:22 +0200483 if ((!(rx->fc & IEEE80211_FCTL_FROMDS) &&
484 !(rx->fc & IEEE80211_FCTL_TODS) &&
485 (rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA)
Johannes Berg5cf121c2008-02-25 16:27:43 +0100486 || !(rx->flags & IEEE80211_RX_RA_MATCH)) {
Johannes Berg571ecf62007-07-27 15:43:22 +0200487 /* Drop IBSS frames and frames for other hosts
488 * silently. */
Johannes Berge4c26ad2008-01-31 19:48:21 +0100489 return RX_DROP_MONITOR;
Johannes Berg571ecf62007-07-27 15:43:22 +0200490 }
491
Johannes Berge4c26ad2008-01-31 19:48:21 +0100492 return RX_DROP_MONITOR;
Johannes Berg571ecf62007-07-27 15:43:22 +0200493 }
494
Johannes Berg9ae54c82008-01-31 19:48:20 +0100495 return RX_CONTINUE;
Johannes Berg570bd532007-07-27 15:43:22 +0200496}
497
498
Johannes Berg9ae54c82008-01-31 19:48:20 +0100499static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +0100500ieee80211_rx_h_decrypt(struct ieee80211_rx_data *rx)
Johannes Berg570bd532007-07-27 15:43:22 +0200501{
502 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) rx->skb->data;
Johannes Berg3017b802007-08-28 17:01:53 -0400503 int keyidx;
504 int hdrlen;
Johannes Berge4c26ad2008-01-31 19:48:21 +0100505 ieee80211_rx_result result = RX_DROP_UNUSABLE;
Johannes Bergd4e46a32007-09-14 11:10:24 -0400506 struct ieee80211_key *stakey = NULL;
Johannes Berg570bd532007-07-27 15:43:22 +0200507
Johannes Berg3017b802007-08-28 17:01:53 -0400508 /*
509 * Key selection 101
510 *
511 * There are three types of keys:
512 * - GTK (group keys)
513 * - PTK (pairwise keys)
514 * - STK (station-to-station pairwise keys)
515 *
516 * When selecting a key, we have to distinguish between multicast
517 * (including broadcast) and unicast frames, the latter can only
518 * use PTKs and STKs while the former always use GTKs. Unless, of
519 * course, actual WEP keys ("pre-RSNA") are used, then unicast
520 * frames can also use key indizes like GTKs. Hence, if we don't
521 * have a PTK/STK we check the key index for a WEP key.
522 *
Johannes Berg8dc06a12007-08-28 17:01:55 -0400523 * Note that in a regular BSS, multicast frames are sent by the
524 * AP only, associated stations unicast the frame to the AP first
525 * which then multicasts it on their behalf.
526 *
Johannes Berg3017b802007-08-28 17:01:53 -0400527 * There is also a slight problem in IBSS mode: GTKs are negotiated
528 * with each station, that is something we don't currently handle.
Johannes Berg8dc06a12007-08-28 17:01:55 -0400529 * The spec seems to expect that one negotiates the same key with
530 * every station but there's no such requirement; VLANs could be
531 * possible.
Johannes Berg3017b802007-08-28 17:01:53 -0400532 */
Johannes Berg571ecf62007-07-27 15:43:22 +0200533
Johannes Berg3017b802007-08-28 17:01:53 -0400534 if (!(rx->fc & IEEE80211_FCTL_PROTECTED))
Johannes Berg9ae54c82008-01-31 19:48:20 +0100535 return RX_CONTINUE;
Johannes Berg3017b802007-08-28 17:01:53 -0400536
537 /*
Johannes Berg1990af82007-09-26 17:53:15 +0200538 * No point in finding a key and decrypting if the frame is neither
Johannes Berg3017b802007-08-28 17:01:53 -0400539 * addressed to us nor a multicast frame.
540 */
Johannes Berg5cf121c2008-02-25 16:27:43 +0100541 if (!(rx->flags & IEEE80211_RX_RA_MATCH))
Johannes Berg9ae54c82008-01-31 19:48:20 +0100542 return RX_CONTINUE;
Johannes Berg3017b802007-08-28 17:01:53 -0400543
Johannes Bergd4e46a32007-09-14 11:10:24 -0400544 if (rx->sta)
545 stakey = rcu_dereference(rx->sta->key);
546
547 if (!is_multicast_ether_addr(hdr->addr1) && stakey) {
548 rx->key = stakey;
Johannes Berg571ecf62007-07-27 15:43:22 +0200549 } else {
Johannes Berg3017b802007-08-28 17:01:53 -0400550 /*
551 * The device doesn't give us the IV so we won't be
552 * able to look up the key. That's ok though, we
553 * don't need to decrypt the frame, we just won't
554 * be able to keep statistics accurate.
555 * Except for key threshold notifications, should
556 * we somehow allow the driver to tell us which key
557 * the hardware used if this flag is set?
558 */
Johannes Berg5cf121c2008-02-25 16:27:43 +0100559 if ((rx->status->flag & RX_FLAG_DECRYPTED) &&
560 (rx->status->flag & RX_FLAG_IV_STRIPPED))
Johannes Berg9ae54c82008-01-31 19:48:20 +0100561 return RX_CONTINUE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200562
Johannes Berg3017b802007-08-28 17:01:53 -0400563 hdrlen = ieee80211_get_hdrlen(rx->fc);
Johannes Berg571ecf62007-07-27 15:43:22 +0200564
Johannes Berg3017b802007-08-28 17:01:53 -0400565 if (rx->skb->len < 8 + hdrlen)
Johannes Berge4c26ad2008-01-31 19:48:21 +0100566 return RX_DROP_UNUSABLE; /* TODO: count this? */
Johannes Berg571ecf62007-07-27 15:43:22 +0200567
Johannes Berg3017b802007-08-28 17:01:53 -0400568 /*
569 * no need to call ieee80211_wep_get_keyidx,
570 * it verifies a bunch of things we've done already
571 */
572 keyidx = rx->skb->data[hdrlen + 3] >> 6;
573
Johannes Bergd4e46a32007-09-14 11:10:24 -0400574 rx->key = rcu_dereference(rx->sdata->keys[keyidx]);
Johannes Berg3017b802007-08-28 17:01:53 -0400575
576 /*
577 * RSNA-protected unicast frames should always be sent with
578 * pairwise or station-to-station keys, but for WEP we allow
579 * using a key index as well.
580 */
Johannes Berg8f20fc22007-08-28 17:01:54 -0400581 if (rx->key && rx->key->conf.alg != ALG_WEP &&
Johannes Berg3017b802007-08-28 17:01:53 -0400582 !is_multicast_ether_addr(hdr->addr1))
583 rx->key = NULL;
Johannes Berg571ecf62007-07-27 15:43:22 +0200584 }
585
Johannes Berg3017b802007-08-28 17:01:53 -0400586 if (rx->key) {
Johannes Berg571ecf62007-07-27 15:43:22 +0200587 rx->key->tx_rx_count++;
Johannes Berg011bfcc2007-09-17 01:29:25 -0400588 /* TODO: add threshold stuff again */
Johannes Berg1990af82007-09-26 17:53:15 +0200589 } else {
John W. Linville7f3ad892007-11-06 17:12:31 -0500590#ifdef CONFIG_MAC80211_DEBUG
Johannes Berg70f08762007-09-26 17:53:14 +0200591 if (net_ratelimit())
592 printk(KERN_DEBUG "%s: RX protected frame,"
593 " but have no key\n", rx->dev->name);
John W. Linville7f3ad892007-11-06 17:12:31 -0500594#endif /* CONFIG_MAC80211_DEBUG */
Johannes Berge4c26ad2008-01-31 19:48:21 +0100595 return RX_DROP_MONITOR;
Johannes Berg70f08762007-09-26 17:53:14 +0200596 }
597
Johannes Berg1990af82007-09-26 17:53:15 +0200598 /* Check for weak IVs if possible */
599 if (rx->sta && rx->key->conf.alg == ALG_WEP &&
600 ((rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA) &&
Johannes Berg5cf121c2008-02-25 16:27:43 +0100601 (!(rx->status->flag & RX_FLAG_IV_STRIPPED) ||
602 !(rx->status->flag & RX_FLAG_DECRYPTED)) &&
Johannes Berg1990af82007-09-26 17:53:15 +0200603 ieee80211_wep_is_weak_iv(rx->skb, rx->key))
604 rx->sta->wep_weak_iv_count++;
605
Johannes Berg70f08762007-09-26 17:53:14 +0200606 switch (rx->key->conf.alg) {
607 case ALG_WEP:
Mattias Nisslere2f036d2007-10-07 16:35:31 +0200608 result = ieee80211_crypto_wep_decrypt(rx);
609 break;
Johannes Berg70f08762007-09-26 17:53:14 +0200610 case ALG_TKIP:
Mattias Nisslere2f036d2007-10-07 16:35:31 +0200611 result = ieee80211_crypto_tkip_decrypt(rx);
612 break;
Johannes Berg70f08762007-09-26 17:53:14 +0200613 case ALG_CCMP:
Mattias Nisslere2f036d2007-10-07 16:35:31 +0200614 result = ieee80211_crypto_ccmp_decrypt(rx);
615 break;
Johannes Berg70f08762007-09-26 17:53:14 +0200616 }
617
Mattias Nisslere2f036d2007-10-07 16:35:31 +0200618 /* either the frame has been decrypted or will be dropped */
Johannes Berg5cf121c2008-02-25 16:27:43 +0100619 rx->status->flag |= RX_FLAG_DECRYPTED;
Mattias Nisslere2f036d2007-10-07 16:35:31 +0200620
621 return result;
Johannes Berg70f08762007-09-26 17:53:14 +0200622}
623
Johannes Berg571ecf62007-07-27 15:43:22 +0200624static void ap_sta_ps_start(struct net_device *dev, struct sta_info *sta)
625{
626 struct ieee80211_sub_if_data *sdata;
Joe Perches0795af52007-10-03 17:59:30 -0700627 DECLARE_MAC_BUF(mac);
628
Johannes Bergd0709a62008-02-25 16:27:46 +0100629 sdata = sta->sdata;
Johannes Berg571ecf62007-07-27 15:43:22 +0200630
631 if (sdata->bss)
632 atomic_inc(&sdata->bss->num_sta_ps);
Johannes Berg07346f812008-05-03 01:02:02 +0200633 set_and_clear_sta_flags(sta, WLAN_STA_PS, WLAN_STA_PSPOLL);
Johannes Berg571ecf62007-07-27 15:43:22 +0200634#ifdef CONFIG_MAC80211_VERBOSE_PS_DEBUG
Joe Perches0795af52007-10-03 17:59:30 -0700635 printk(KERN_DEBUG "%s: STA %s aid %d enters power save mode\n",
636 dev->name, print_mac(mac, sta->addr), sta->aid);
Johannes Berg571ecf62007-07-27 15:43:22 +0200637#endif /* CONFIG_MAC80211_VERBOSE_PS_DEBUG */
638}
639
640static int ap_sta_ps_end(struct net_device *dev, struct sta_info *sta)
641{
642 struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
643 struct sk_buff *skb;
644 int sent = 0;
645 struct ieee80211_sub_if_data *sdata;
646 struct ieee80211_tx_packet_data *pkt_data;
Joe Perches0795af52007-10-03 17:59:30 -0700647 DECLARE_MAC_BUF(mac);
Johannes Berg571ecf62007-07-27 15:43:22 +0200648
Johannes Bergd0709a62008-02-25 16:27:46 +0100649 sdata = sta->sdata;
Johannes Berg004c8722008-02-20 11:21:35 +0100650
Johannes Berg571ecf62007-07-27 15:43:22 +0200651 if (sdata->bss)
652 atomic_dec(&sdata->bss->num_sta_ps);
Johannes Berg004c8722008-02-20 11:21:35 +0100653
Johannes Berg07346f812008-05-03 01:02:02 +0200654 clear_sta_flags(sta, WLAN_STA_PS | WLAN_STA_PSPOLL);
Johannes Berg004c8722008-02-20 11:21:35 +0100655
656 if (!skb_queue_empty(&sta->ps_tx_buf))
657 sta_info_clear_tim_bit(sta);
658
Johannes Berg571ecf62007-07-27 15:43:22 +0200659#ifdef CONFIG_MAC80211_VERBOSE_PS_DEBUG
Joe Perches0795af52007-10-03 17:59:30 -0700660 printk(KERN_DEBUG "%s: STA %s aid %d exits power save mode\n",
661 dev->name, print_mac(mac, sta->addr), sta->aid);
Johannes Berg571ecf62007-07-27 15:43:22 +0200662#endif /* CONFIG_MAC80211_VERBOSE_PS_DEBUG */
Johannes Berg004c8722008-02-20 11:21:35 +0100663
Johannes Berg571ecf62007-07-27 15:43:22 +0200664 /* Send all buffered frames to the station */
665 while ((skb = skb_dequeue(&sta->tx_filtered)) != NULL) {
666 pkt_data = (struct ieee80211_tx_packet_data *) skb->cb;
667 sent++;
Jiri Slabye8bf9642007-08-28 17:01:54 -0400668 pkt_data->flags |= IEEE80211_TXPD_REQUEUE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200669 dev_queue_xmit(skb);
670 }
671 while ((skb = skb_dequeue(&sta->ps_tx_buf)) != NULL) {
672 pkt_data = (struct ieee80211_tx_packet_data *) skb->cb;
673 local->total_ps_buffered--;
674 sent++;
675#ifdef CONFIG_MAC80211_VERBOSE_PS_DEBUG
Joe Perches0795af52007-10-03 17:59:30 -0700676 printk(KERN_DEBUG "%s: STA %s aid %d send PS frame "
Johannes Berg571ecf62007-07-27 15:43:22 +0200677 "since STA not sleeping anymore\n", dev->name,
Joe Perches0795af52007-10-03 17:59:30 -0700678 print_mac(mac, sta->addr), sta->aid);
Johannes Berg571ecf62007-07-27 15:43:22 +0200679#endif /* CONFIG_MAC80211_VERBOSE_PS_DEBUG */
Jiri Slabye8bf9642007-08-28 17:01:54 -0400680 pkt_data->flags |= IEEE80211_TXPD_REQUEUE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200681 dev_queue_xmit(skb);
682 }
683
684 return sent;
685}
686
Johannes Berg9ae54c82008-01-31 19:48:20 +0100687static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +0100688ieee80211_rx_h_sta_process(struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +0200689{
690 struct sta_info *sta = rx->sta;
691 struct net_device *dev = rx->dev;
692 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) rx->skb->data;
693
694 if (!sta)
Johannes Berg9ae54c82008-01-31 19:48:20 +0100695 return RX_CONTINUE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200696
697 /* Update last_rx only for IBSS packets which are for the current
698 * BSSID to avoid keeping the current IBSS network alive in cases where
699 * other STAs are using different BSSID. */
Johannes Berg51fb61e2007-12-19 01:31:27 +0100700 if (rx->sdata->vif.type == IEEE80211_IF_TYPE_IBSS) {
Ron Rindjunsky71364712007-12-25 17:00:36 +0200701 u8 *bssid = ieee80211_get_bssid(hdr, rx->skb->len,
702 IEEE80211_IF_TYPE_IBSS);
Johannes Berg571ecf62007-07-27 15:43:22 +0200703 if (compare_ether_addr(bssid, rx->sdata->u.sta.bssid) == 0)
704 sta->last_rx = jiffies;
705 } else
706 if (!is_multicast_ether_addr(hdr->addr1) ||
Johannes Berg51fb61e2007-12-19 01:31:27 +0100707 rx->sdata->vif.type == IEEE80211_IF_TYPE_STA) {
Johannes Berg571ecf62007-07-27 15:43:22 +0200708 /* Update last_rx only for unicast frames in order to prevent
709 * the Probe Request frames (the only broadcast frames from a
710 * STA in infrastructure mode) from keeping a connection alive.
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +0100711 * Mesh beacons will update last_rx when if they are found to
712 * match the current local configuration when processed.
Johannes Berg571ecf62007-07-27 15:43:22 +0200713 */
714 sta->last_rx = jiffies;
715 }
716
Johannes Berg5cf121c2008-02-25 16:27:43 +0100717 if (!(rx->flags & IEEE80211_RX_RA_MATCH))
Johannes Berg9ae54c82008-01-31 19:48:20 +0100718 return RX_CONTINUE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200719
720 sta->rx_fragments++;
721 sta->rx_bytes += rx->skb->len;
Johannes Berg5cf121c2008-02-25 16:27:43 +0100722 sta->last_signal = rx->status->signal;
Bruno Randolf566bfe52008-05-08 19:15:40 +0200723 sta->last_qual = rx->status->qual;
Johannes Berg5cf121c2008-02-25 16:27:43 +0100724 sta->last_noise = rx->status->noise;
Johannes Berg571ecf62007-07-27 15:43:22 +0200725
726 if (!(rx->fc & IEEE80211_FCTL_MOREFRAGS)) {
727 /* Change STA power saving mode only in the end of a frame
728 * exchange sequence */
Johannes Berg07346f812008-05-03 01:02:02 +0200729 if (test_sta_flags(sta, WLAN_STA_PS) &&
730 !(rx->fc & IEEE80211_FCTL_PM))
Johannes Berg5cf121c2008-02-25 16:27:43 +0100731 rx->sent_ps_buffered += ap_sta_ps_end(dev, sta);
Johannes Berg07346f812008-05-03 01:02:02 +0200732 else if (!test_sta_flags(sta, WLAN_STA_PS) &&
Johannes Berg571ecf62007-07-27 15:43:22 +0200733 (rx->fc & IEEE80211_FCTL_PM))
734 ap_sta_ps_start(dev, sta);
735 }
736
737 /* Drop data::nullfunc frames silently, since they are used only to
738 * control station power saving mode. */
739 if ((rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA &&
740 (rx->fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_NULLFUNC) {
741 I802_DEBUG_INC(rx->local->rx_handlers_drop_nullfunc);
742 /* Update counter and free packet here to avoid counting this
743 * as a dropped packed. */
744 sta->rx_packets++;
745 dev_kfree_skb(rx->skb);
Johannes Berg9ae54c82008-01-31 19:48:20 +0100746 return RX_QUEUED;
Johannes Berg571ecf62007-07-27 15:43:22 +0200747 }
748
Johannes Berg9ae54c82008-01-31 19:48:20 +0100749 return RX_CONTINUE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200750} /* ieee80211_rx_h_sta_process */
751
Johannes Berg571ecf62007-07-27 15:43:22 +0200752static inline struct ieee80211_fragment_entry *
753ieee80211_reassemble_add(struct ieee80211_sub_if_data *sdata,
754 unsigned int frag, unsigned int seq, int rx_queue,
755 struct sk_buff **skb)
756{
757 struct ieee80211_fragment_entry *entry;
758 int idx;
759
760 idx = sdata->fragment_next;
761 entry = &sdata->fragments[sdata->fragment_next++];
762 if (sdata->fragment_next >= IEEE80211_FRAGMENT_MAX)
763 sdata->fragment_next = 0;
764
765 if (!skb_queue_empty(&entry->skb_list)) {
766#ifdef CONFIG_MAC80211_DEBUG
767 struct ieee80211_hdr *hdr =
768 (struct ieee80211_hdr *) entry->skb_list.next->data;
Joe Perches0795af52007-10-03 17:59:30 -0700769 DECLARE_MAC_BUF(mac);
770 DECLARE_MAC_BUF(mac2);
Johannes Berg571ecf62007-07-27 15:43:22 +0200771 printk(KERN_DEBUG "%s: RX reassembly removed oldest "
772 "fragment entry (idx=%d age=%lu seq=%d last_frag=%d "
Joe Perches0795af52007-10-03 17:59:30 -0700773 "addr1=%s addr2=%s\n",
Johannes Berg571ecf62007-07-27 15:43:22 +0200774 sdata->dev->name, idx,
775 jiffies - entry->first_frag_time, entry->seq,
Joe Perches0795af52007-10-03 17:59:30 -0700776 entry->last_frag, print_mac(mac, hdr->addr1),
777 print_mac(mac2, hdr->addr2));
Johannes Berg571ecf62007-07-27 15:43:22 +0200778#endif /* CONFIG_MAC80211_DEBUG */
779 __skb_queue_purge(&entry->skb_list);
780 }
781
782 __skb_queue_tail(&entry->skb_list, *skb); /* no need for locking */
783 *skb = NULL;
784 entry->first_frag_time = jiffies;
785 entry->seq = seq;
786 entry->rx_queue = rx_queue;
787 entry->last_frag = frag;
788 entry->ccmp = 0;
789 entry->extra_len = 0;
790
791 return entry;
792}
793
794static inline struct ieee80211_fragment_entry *
795ieee80211_reassemble_find(struct ieee80211_sub_if_data *sdata,
796 u16 fc, unsigned int frag, unsigned int seq,
797 int rx_queue, struct ieee80211_hdr *hdr)
798{
799 struct ieee80211_fragment_entry *entry;
800 int i, idx;
801
802 idx = sdata->fragment_next;
803 for (i = 0; i < IEEE80211_FRAGMENT_MAX; i++) {
804 struct ieee80211_hdr *f_hdr;
805 u16 f_fc;
806
807 idx--;
808 if (idx < 0)
809 idx = IEEE80211_FRAGMENT_MAX - 1;
810
811 entry = &sdata->fragments[idx];
812 if (skb_queue_empty(&entry->skb_list) || entry->seq != seq ||
813 entry->rx_queue != rx_queue ||
814 entry->last_frag + 1 != frag)
815 continue;
816
817 f_hdr = (struct ieee80211_hdr *) entry->skb_list.next->data;
818 f_fc = le16_to_cpu(f_hdr->frame_control);
819
820 if ((fc & IEEE80211_FCTL_FTYPE) != (f_fc & IEEE80211_FCTL_FTYPE) ||
821 compare_ether_addr(hdr->addr1, f_hdr->addr1) != 0 ||
822 compare_ether_addr(hdr->addr2, f_hdr->addr2) != 0)
823 continue;
824
S.Çağlar Onurab466232008-02-14 17:36:47 +0200825 if (time_after(jiffies, entry->first_frag_time + 2 * HZ)) {
Johannes Berg571ecf62007-07-27 15:43:22 +0200826 __skb_queue_purge(&entry->skb_list);
827 continue;
828 }
829 return entry;
830 }
831
832 return NULL;
833}
834
Johannes Berg9ae54c82008-01-31 19:48:20 +0100835static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +0100836ieee80211_rx_h_defragment(struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +0200837{
838 struct ieee80211_hdr *hdr;
839 u16 sc;
840 unsigned int frag, seq;
841 struct ieee80211_fragment_entry *entry;
842 struct sk_buff *skb;
Joe Perches0795af52007-10-03 17:59:30 -0700843 DECLARE_MAC_BUF(mac);
Johannes Berg571ecf62007-07-27 15:43:22 +0200844
845 hdr = (struct ieee80211_hdr *) rx->skb->data;
846 sc = le16_to_cpu(hdr->seq_ctrl);
847 frag = sc & IEEE80211_SCTL_FRAG;
848
849 if (likely((!(rx->fc & IEEE80211_FCTL_MOREFRAGS) && frag == 0) ||
850 (rx->skb)->len < 24 ||
851 is_multicast_ether_addr(hdr->addr1))) {
852 /* not fragmented */
853 goto out;
854 }
855 I802_DEBUG_INC(rx->local->rx_handlers_fragments);
856
857 seq = (sc & IEEE80211_SCTL_SEQ) >> 4;
858
859 if (frag == 0) {
860 /* This is the first fragment of a new frame. */
861 entry = ieee80211_reassemble_add(rx->sdata, frag, seq,
Johannes Berg5cf121c2008-02-25 16:27:43 +0100862 rx->queue, &(rx->skb));
Johannes Berg8f20fc22007-08-28 17:01:54 -0400863 if (rx->key && rx->key->conf.alg == ALG_CCMP &&
Johannes Berg571ecf62007-07-27 15:43:22 +0200864 (rx->fc & IEEE80211_FCTL_PROTECTED)) {
865 /* Store CCMP PN so that we can verify that the next
866 * fragment has a sequential PN value. */
867 entry->ccmp = 1;
868 memcpy(entry->last_pn,
Johannes Berg5cf121c2008-02-25 16:27:43 +0100869 rx->key->u.ccmp.rx_pn[rx->queue],
Johannes Berg571ecf62007-07-27 15:43:22 +0200870 CCMP_PN_LEN);
871 }
Johannes Berg9ae54c82008-01-31 19:48:20 +0100872 return RX_QUEUED;
Johannes Berg571ecf62007-07-27 15:43:22 +0200873 }
874
875 /* This is a fragment for a frame that should already be pending in
876 * fragment cache. Add this fragment to the end of the pending entry.
877 */
878 entry = ieee80211_reassemble_find(rx->sdata, rx->fc, frag, seq,
Johannes Berg5cf121c2008-02-25 16:27:43 +0100879 rx->queue, hdr);
Johannes Berg571ecf62007-07-27 15:43:22 +0200880 if (!entry) {
881 I802_DEBUG_INC(rx->local->rx_handlers_drop_defrag);
Johannes Berge4c26ad2008-01-31 19:48:21 +0100882 return RX_DROP_MONITOR;
Johannes Berg571ecf62007-07-27 15:43:22 +0200883 }
884
885 /* Verify that MPDUs within one MSDU have sequential PN values.
886 * (IEEE 802.11i, 8.3.3.4.5) */
887 if (entry->ccmp) {
888 int i;
889 u8 pn[CCMP_PN_LEN], *rpn;
Johannes Berg8f20fc22007-08-28 17:01:54 -0400890 if (!rx->key || rx->key->conf.alg != ALG_CCMP)
Johannes Berge4c26ad2008-01-31 19:48:21 +0100891 return RX_DROP_UNUSABLE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200892 memcpy(pn, entry->last_pn, CCMP_PN_LEN);
893 for (i = CCMP_PN_LEN - 1; i >= 0; i--) {
894 pn[i]++;
895 if (pn[i])
896 break;
897 }
Johannes Berg5cf121c2008-02-25 16:27:43 +0100898 rpn = rx->key->u.ccmp.rx_pn[rx->queue];
Johannes Berg571ecf62007-07-27 15:43:22 +0200899 if (memcmp(pn, rpn, CCMP_PN_LEN) != 0) {
Johannes Berg1a84f3f2007-08-28 17:01:52 -0400900 if (net_ratelimit())
901 printk(KERN_DEBUG "%s: defrag: CCMP PN not "
Joe Perches0795af52007-10-03 17:59:30 -0700902 "sequential A2=%s"
Johannes Berg1a84f3f2007-08-28 17:01:52 -0400903 " PN=%02x%02x%02x%02x%02x%02x "
904 "(expected %02x%02x%02x%02x%02x%02x)\n",
Joe Perches0795af52007-10-03 17:59:30 -0700905 rx->dev->name, print_mac(mac, hdr->addr2),
Johannes Berg1a84f3f2007-08-28 17:01:52 -0400906 rpn[0], rpn[1], rpn[2], rpn[3], rpn[4],
907 rpn[5], pn[0], pn[1], pn[2], pn[3],
908 pn[4], pn[5]);
Johannes Berge4c26ad2008-01-31 19:48:21 +0100909 return RX_DROP_UNUSABLE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200910 }
911 memcpy(entry->last_pn, pn, CCMP_PN_LEN);
912 }
913
914 skb_pull(rx->skb, ieee80211_get_hdrlen(rx->fc));
915 __skb_queue_tail(&entry->skb_list, rx->skb);
916 entry->last_frag = frag;
917 entry->extra_len += rx->skb->len;
918 if (rx->fc & IEEE80211_FCTL_MOREFRAGS) {
919 rx->skb = NULL;
Johannes Berg9ae54c82008-01-31 19:48:20 +0100920 return RX_QUEUED;
Johannes Berg571ecf62007-07-27 15:43:22 +0200921 }
922
923 rx->skb = __skb_dequeue(&entry->skb_list);
924 if (skb_tailroom(rx->skb) < entry->extra_len) {
925 I802_DEBUG_INC(rx->local->rx_expand_skb_head2);
926 if (unlikely(pskb_expand_head(rx->skb, 0, entry->extra_len,
927 GFP_ATOMIC))) {
928 I802_DEBUG_INC(rx->local->rx_handlers_drop_defrag);
929 __skb_queue_purge(&entry->skb_list);
Johannes Berge4c26ad2008-01-31 19:48:21 +0100930 return RX_DROP_UNUSABLE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200931 }
932 }
933 while ((skb = __skb_dequeue(&entry->skb_list))) {
934 memcpy(skb_put(rx->skb, skb->len), skb->data, skb->len);
935 dev_kfree_skb(skb);
936 }
937
938 /* Complete frame has been reassembled - process it now */
Johannes Berg5cf121c2008-02-25 16:27:43 +0100939 rx->flags |= IEEE80211_RX_FRAGMENTED;
Johannes Berg571ecf62007-07-27 15:43:22 +0200940
941 out:
942 if (rx->sta)
943 rx->sta->rx_packets++;
944 if (is_multicast_ether_addr(hdr->addr1))
945 rx->local->dot11MulticastReceivedFrameCount++;
946 else
947 ieee80211_led_rx(rx->local);
Johannes Berg9ae54c82008-01-31 19:48:20 +0100948 return RX_CONTINUE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200949}
950
Johannes Berg9ae54c82008-01-31 19:48:20 +0100951static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +0100952ieee80211_rx_h_ps_poll(struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +0200953{
Ron Rindjunsky98f0b0a2007-12-18 17:23:53 +0200954 struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(rx->dev);
Johannes Berg571ecf62007-07-27 15:43:22 +0200955 struct sk_buff *skb;
956 int no_pending_pkts;
Joe Perches0795af52007-10-03 17:59:30 -0700957 DECLARE_MAC_BUF(mac);
Johannes Berg571ecf62007-07-27 15:43:22 +0200958
959 if (likely(!rx->sta ||
960 (rx->fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_CTL ||
961 (rx->fc & IEEE80211_FCTL_STYPE) != IEEE80211_STYPE_PSPOLL ||
Johannes Berg5cf121c2008-02-25 16:27:43 +0100962 !(rx->flags & IEEE80211_RX_RA_MATCH)))
Johannes Berg9ae54c82008-01-31 19:48:20 +0100963 return RX_CONTINUE;
Johannes Berg571ecf62007-07-27 15:43:22 +0200964
Johannes Berg51fb61e2007-12-19 01:31:27 +0100965 if ((sdata->vif.type != IEEE80211_IF_TYPE_AP) &&
966 (sdata->vif.type != IEEE80211_IF_TYPE_VLAN))
Johannes Berge4c26ad2008-01-31 19:48:21 +0100967 return RX_DROP_UNUSABLE;
Ron Rindjunsky98f0b0a2007-12-18 17:23:53 +0200968
Johannes Berg571ecf62007-07-27 15:43:22 +0200969 skb = skb_dequeue(&rx->sta->tx_filtered);
970 if (!skb) {
971 skb = skb_dequeue(&rx->sta->ps_tx_buf);
972 if (skb)
973 rx->local->total_ps_buffered--;
974 }
975 no_pending_pkts = skb_queue_empty(&rx->sta->tx_filtered) &&
976 skb_queue_empty(&rx->sta->ps_tx_buf);
977
978 if (skb) {
979 struct ieee80211_hdr *hdr =
980 (struct ieee80211_hdr *) skb->data;
981
Johannes Berg4a9a66e2008-02-19 11:31:14 +0100982 /*
983 * Tell TX path to send one frame even though the STA may
984 * still remain is PS mode after this frame exchange.
985 */
Johannes Berg07346f812008-05-03 01:02:02 +0200986 set_sta_flags(rx->sta, WLAN_STA_PSPOLL);
Johannes Berg571ecf62007-07-27 15:43:22 +0200987
988#ifdef CONFIG_MAC80211_VERBOSE_PS_DEBUG
Joe Perches0795af52007-10-03 17:59:30 -0700989 printk(KERN_DEBUG "STA %s aid %d: PS Poll (entries after %d)\n",
990 print_mac(mac, rx->sta->addr), rx->sta->aid,
Johannes Berg571ecf62007-07-27 15:43:22 +0200991 skb_queue_len(&rx->sta->ps_tx_buf));
992#endif /* CONFIG_MAC80211_VERBOSE_PS_DEBUG */
993
994 /* Use MoreData flag to indicate whether there are more
995 * buffered frames for this STA */
Johannes Berg836341a2008-02-20 02:07:21 +0100996 if (no_pending_pkts)
Johannes Berg571ecf62007-07-27 15:43:22 +0200997 hdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_MOREDATA);
Johannes Berg836341a2008-02-20 02:07:21 +0100998 else
Johannes Berg571ecf62007-07-27 15:43:22 +0200999 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_MOREDATA);
1000
1001 dev_queue_xmit(skb);
1002
Johannes Berg004c8722008-02-20 11:21:35 +01001003 if (no_pending_pkts)
1004 sta_info_clear_tim_bit(rx->sta);
Johannes Berg571ecf62007-07-27 15:43:22 +02001005#ifdef CONFIG_MAC80211_VERBOSE_PS_DEBUG
Johannes Berg5cf121c2008-02-25 16:27:43 +01001006 } else if (!rx->sent_ps_buffered) {
Johannes Berg004c8722008-02-20 11:21:35 +01001007 /*
1008 * FIXME: This can be the result of a race condition between
1009 * us expiring a frame and the station polling for it.
1010 * Should we send it a null-func frame indicating we
1011 * have nothing buffered for it?
1012 */
Joe Perches0795af52007-10-03 17:59:30 -07001013 printk(KERN_DEBUG "%s: STA %s sent PS Poll even "
Johannes Berg571ecf62007-07-27 15:43:22 +02001014 "though there is no buffered frames for it\n",
Joe Perches0795af52007-10-03 17:59:30 -07001015 rx->dev->name, print_mac(mac, rx->sta->addr));
Johannes Berg571ecf62007-07-27 15:43:22 +02001016#endif /* CONFIG_MAC80211_VERBOSE_PS_DEBUG */
Johannes Berg571ecf62007-07-27 15:43:22 +02001017 }
1018
Johannes Berg9ae54c82008-01-31 19:48:20 +01001019 /* Free PS Poll skb here instead of returning RX_DROP that would
Johannes Berg571ecf62007-07-27 15:43:22 +02001020 * count as an dropped frame. */
1021 dev_kfree_skb(rx->skb);
1022
Johannes Berg9ae54c82008-01-31 19:48:20 +01001023 return RX_QUEUED;
Johannes Berg571ecf62007-07-27 15:43:22 +02001024}
1025
Johannes Berg9ae54c82008-01-31 19:48:20 +01001026static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +01001027ieee80211_rx_h_remove_qos_control(struct ieee80211_rx_data *rx)
Johannes Berg6e0d1142007-07-27 15:43:22 +02001028{
1029 u16 fc = rx->fc;
1030 u8 *data = rx->skb->data;
1031 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) data;
1032
1033 if (!WLAN_FC_IS_QOS_DATA(fc))
Johannes Berg9ae54c82008-01-31 19:48:20 +01001034 return RX_CONTINUE;
Johannes Berg6e0d1142007-07-27 15:43:22 +02001035
1036 /* remove the qos control field, update frame type and meta-data */
1037 memmove(data + 2, data, ieee80211_get_hdrlen(fc) - 2);
1038 hdr = (struct ieee80211_hdr *) skb_pull(rx->skb, 2);
1039 /* change frame type to non QOS */
1040 rx->fc = fc &= ~IEEE80211_STYPE_QOS_DATA;
1041 hdr->frame_control = cpu_to_le16(fc);
1042
Johannes Berg9ae54c82008-01-31 19:48:20 +01001043 return RX_CONTINUE;
Johannes Berg6e0d1142007-07-27 15:43:22 +02001044}
1045
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001046static int
Johannes Berg5cf121c2008-02-25 16:27:43 +01001047ieee80211_802_1x_port_control(struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +02001048{
Johannes Berg07346f812008-05-03 01:02:02 +02001049 if (unlikely(!rx->sta ||
1050 !test_sta_flags(rx->sta, WLAN_STA_AUTHORIZED))) {
Johannes Berg571ecf62007-07-27 15:43:22 +02001051#ifdef CONFIG_MAC80211_DEBUG
Johannes Berg238814f2008-01-28 17:19:37 +01001052 if (net_ratelimit())
1053 printk(KERN_DEBUG "%s: dropped frame "
1054 "(unauthorized port)\n", rx->dev->name);
Johannes Berg571ecf62007-07-27 15:43:22 +02001055#endif /* CONFIG_MAC80211_DEBUG */
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001056 return -EACCES;
Johannes Berg571ecf62007-07-27 15:43:22 +02001057 }
1058
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001059 return 0;
Johannes Berg571ecf62007-07-27 15:43:22 +02001060}
1061
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001062static int
Johannes Berg5cf121c2008-02-25 16:27:43 +01001063ieee80211_drop_unencrypted(struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +02001064{
Johannes Berg3017b802007-08-28 17:01:53 -04001065 /*
Johannes Berg7848ba72007-09-14 11:10:25 -04001066 * Pass through unencrypted frames if the hardware has
1067 * decrypted them already.
Johannes Berg3017b802007-08-28 17:01:53 -04001068 */
Johannes Berg5cf121c2008-02-25 16:27:43 +01001069 if (rx->status->flag & RX_FLAG_DECRYPTED)
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001070 return 0;
Johannes Berg571ecf62007-07-27 15:43:22 +02001071
1072 /* Drop unencrypted frames if key is set. */
1073 if (unlikely(!(rx->fc & IEEE80211_FCTL_PROTECTED) &&
1074 (rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA &&
1075 (rx->fc & IEEE80211_FCTL_STYPE) != IEEE80211_STYPE_NULLFUNC &&
Johannes Bergb3fc9c62008-04-13 10:12:47 +02001076 (rx->key || rx->sdata->drop_unencrypted)))
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001077 return -EACCES;
Johannes Bergb3fc9c62008-04-13 10:12:47 +02001078
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001079 return 0;
Johannes Berg571ecf62007-07-27 15:43:22 +02001080}
1081
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001082static int
Johannes Berg5cf121c2008-02-25 16:27:43 +01001083ieee80211_data_to_8023(struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +02001084{
1085 struct net_device *dev = rx->dev;
Johannes Berg571ecf62007-07-27 15:43:22 +02001086 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) rx->skb->data;
1087 u16 fc, hdrlen, ethertype;
1088 u8 *payload;
1089 u8 dst[ETH_ALEN];
1090 u8 src[ETH_ALEN];
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001091 struct sk_buff *skb = rx->skb;
Johannes Berg571ecf62007-07-27 15:43:22 +02001092 struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
Joe Perches0795af52007-10-03 17:59:30 -07001093 DECLARE_MAC_BUF(mac);
1094 DECLARE_MAC_BUF(mac2);
1095 DECLARE_MAC_BUF(mac3);
1096 DECLARE_MAC_BUF(mac4);
Johannes Berg571ecf62007-07-27 15:43:22 +02001097
1098 fc = rx->fc;
Johannes Berg571ecf62007-07-27 15:43:22 +02001099
1100 if (unlikely(!WLAN_FC_DATA_PRESENT(fc)))
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001101 return -1;
Johannes Berg571ecf62007-07-27 15:43:22 +02001102
1103 hdrlen = ieee80211_get_hdrlen(fc);
1104
Johannes Berg902acc72008-02-23 15:17:19 +01001105 if (ieee80211_vif_is_mesh(&sdata->vif)) {
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +01001106 int meshhdrlen = ieee80211_get_mesh_hdrlen(
1107 (struct ieee80211s_hdr *) (skb->data + hdrlen));
1108 /* Copy on cb:
1109 * - mesh header: to be used for mesh forwarding
1110 * decision. It will also be used as mesh header template at
1111 * tx.c:ieee80211_subif_start_xmit() if interface
1112 * type is mesh and skb->pkt_type == PACKET_OTHERHOST
1113 * - ta: to be used if a RERR needs to be sent.
1114 */
1115 memcpy(skb->cb, skb->data + hdrlen, meshhdrlen);
1116 memcpy(MESH_PREQ(skb), hdr->addr2, ETH_ALEN);
1117 hdrlen += meshhdrlen;
1118 }
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +01001119
Johannes Berg571ecf62007-07-27 15:43:22 +02001120 /* convert IEEE 802.11 header + possible LLC headers into Ethernet
1121 * header
1122 * IEEE 802.11 address fields:
1123 * ToDS FromDS Addr1 Addr2 Addr3 Addr4
1124 * 0 0 DA SA BSSID n/a
1125 * 0 1 DA BSSID SA n/a
1126 * 1 0 BSSID SA DA n/a
1127 * 1 1 RA TA DA SA
1128 */
1129
1130 switch (fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) {
1131 case IEEE80211_FCTL_TODS:
1132 /* BSSID SA DA */
1133 memcpy(dst, hdr->addr3, ETH_ALEN);
1134 memcpy(src, hdr->addr2, ETH_ALEN);
1135
Johannes Berg51fb61e2007-12-19 01:31:27 +01001136 if (unlikely(sdata->vif.type != IEEE80211_IF_TYPE_AP &&
1137 sdata->vif.type != IEEE80211_IF_TYPE_VLAN)) {
Johannes Berg1a84f3f2007-08-28 17:01:52 -04001138 if (net_ratelimit())
1139 printk(KERN_DEBUG "%s: dropped ToDS frame "
Joe Perches0795af52007-10-03 17:59:30 -07001140 "(BSSID=%s SA=%s DA=%s)\n",
Johannes Berg1a84f3f2007-08-28 17:01:52 -04001141 dev->name,
Joe Perches0795af52007-10-03 17:59:30 -07001142 print_mac(mac, hdr->addr1),
1143 print_mac(mac2, hdr->addr2),
1144 print_mac(mac3, hdr->addr3));
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001145 return -1;
Johannes Berg571ecf62007-07-27 15:43:22 +02001146 }
1147 break;
1148 case (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS):
1149 /* RA TA DA SA */
1150 memcpy(dst, hdr->addr3, ETH_ALEN);
1151 memcpy(src, hdr->addr4, ETH_ALEN);
1152
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +01001153 if (unlikely(sdata->vif.type != IEEE80211_IF_TYPE_WDS &&
1154 sdata->vif.type != IEEE80211_IF_TYPE_MESH_POINT)) {
1155 if (net_ratelimit())
1156 printk(KERN_DEBUG "%s: dropped FromDS&ToDS "
Joe Perches0795af52007-10-03 17:59:30 -07001157 "frame (RA=%s TA=%s DA=%s SA=%s)\n",
Johannes Berg1a84f3f2007-08-28 17:01:52 -04001158 rx->dev->name,
Joe Perches0795af52007-10-03 17:59:30 -07001159 print_mac(mac, hdr->addr1),
1160 print_mac(mac2, hdr->addr2),
1161 print_mac(mac3, hdr->addr3),
1162 print_mac(mac4, hdr->addr4));
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001163 return -1;
Johannes Berg571ecf62007-07-27 15:43:22 +02001164 }
1165 break;
1166 case IEEE80211_FCTL_FROMDS:
1167 /* DA BSSID SA */
1168 memcpy(dst, hdr->addr1, ETH_ALEN);
1169 memcpy(src, hdr->addr3, ETH_ALEN);
1170
Johannes Berg51fb61e2007-12-19 01:31:27 +01001171 if (sdata->vif.type != IEEE80211_IF_TYPE_STA ||
John W. Linvilleb3316152007-08-28 17:01:55 -04001172 (is_multicast_ether_addr(dst) &&
1173 !compare_ether_addr(src, dev->dev_addr)))
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001174 return -1;
Johannes Berg571ecf62007-07-27 15:43:22 +02001175 break;
1176 case 0:
1177 /* DA SA BSSID */
1178 memcpy(dst, hdr->addr1, ETH_ALEN);
1179 memcpy(src, hdr->addr2, ETH_ALEN);
1180
Johannes Berg51fb61e2007-12-19 01:31:27 +01001181 if (sdata->vif.type != IEEE80211_IF_TYPE_IBSS) {
Johannes Berg571ecf62007-07-27 15:43:22 +02001182 if (net_ratelimit()) {
Joe Perches0795af52007-10-03 17:59:30 -07001183 printk(KERN_DEBUG "%s: dropped IBSS frame "
1184 "(DA=%s SA=%s BSSID=%s)\n",
1185 dev->name,
1186 print_mac(mac, hdr->addr1),
1187 print_mac(mac2, hdr->addr2),
1188 print_mac(mac3, hdr->addr3));
Johannes Berg571ecf62007-07-27 15:43:22 +02001189 }
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001190 return -1;
Johannes Berg571ecf62007-07-27 15:43:22 +02001191 }
1192 break;
1193 }
1194
Johannes Berg571ecf62007-07-27 15:43:22 +02001195 if (unlikely(skb->len - hdrlen < 8)) {
1196 if (net_ratelimit()) {
1197 printk(KERN_DEBUG "%s: RX too short data frame "
1198 "payload\n", dev->name);
1199 }
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001200 return -1;
Johannes Berg571ecf62007-07-27 15:43:22 +02001201 }
1202
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001203 payload = skb->data + hdrlen;
Johannes Berg571ecf62007-07-27 15:43:22 +02001204 ethertype = (payload[6] << 8) | payload[7];
1205
1206 if (likely((compare_ether_addr(payload, rfc1042_header) == 0 &&
1207 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
1208 compare_ether_addr(payload, bridge_tunnel_header) == 0)) {
1209 /* remove RFC1042 or Bridge-Tunnel encapsulation and
1210 * replace EtherType */
1211 skb_pull(skb, hdrlen + 6);
1212 memcpy(skb_push(skb, ETH_ALEN), src, ETH_ALEN);
1213 memcpy(skb_push(skb, ETH_ALEN), dst, ETH_ALEN);
1214 } else {
1215 struct ethhdr *ehdr;
1216 __be16 len;
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001217
Johannes Berg571ecf62007-07-27 15:43:22 +02001218 skb_pull(skb, hdrlen);
1219 len = htons(skb->len);
1220 ehdr = (struct ethhdr *) skb_push(skb, sizeof(struct ethhdr));
1221 memcpy(ehdr->h_dest, dst, ETH_ALEN);
1222 memcpy(ehdr->h_source, src, ETH_ALEN);
1223 ehdr->h_proto = len;
1224 }
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001225 return 0;
1226}
Johannes Berg571ecf62007-07-27 15:43:22 +02001227
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001228/*
1229 * requires that rx->skb is a frame with ethernet header
1230 */
Johannes Berg5cf121c2008-02-25 16:27:43 +01001231static bool ieee80211_frame_allowed(struct ieee80211_rx_data *rx)
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001232{
1233 static const u8 pae_group_addr[ETH_ALEN]
1234 = { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x03 };
1235 struct ethhdr *ehdr = (struct ethhdr *) rx->skb->data;
1236
1237 /*
1238 * Allow EAPOL frames to us/the PAE group address regardless
1239 * of whether the frame was encrypted or not.
1240 */
1241 if (ehdr->h_proto == htons(ETH_P_PAE) &&
1242 (compare_ether_addr(ehdr->h_dest, rx->dev->dev_addr) == 0 ||
1243 compare_ether_addr(ehdr->h_dest, pae_group_addr) == 0))
1244 return true;
1245
1246 if (ieee80211_802_1x_port_control(rx) ||
1247 ieee80211_drop_unencrypted(rx))
1248 return false;
1249
1250 return true;
1251}
1252
1253/*
1254 * requires that rx->skb is a frame with ethernet header
1255 */
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001256static void
Johannes Berg5cf121c2008-02-25 16:27:43 +01001257ieee80211_deliver_skb(struct ieee80211_rx_data *rx)
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001258{
1259 struct net_device *dev = rx->dev;
1260 struct ieee80211_local *local = rx->local;
1261 struct sk_buff *skb, *xmit_skb;
1262 struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001263 struct ethhdr *ehdr = (struct ethhdr *) rx->skb->data;
1264 struct sta_info *dsta;
Johannes Berg571ecf62007-07-27 15:43:22 +02001265
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001266 skb = rx->skb;
1267 xmit_skb = NULL;
Johannes Berg571ecf62007-07-27 15:43:22 +02001268
Johannes Berg51fb61e2007-12-19 01:31:27 +01001269 if (local->bridge_packets && (sdata->vif.type == IEEE80211_IF_TYPE_AP ||
1270 sdata->vif.type == IEEE80211_IF_TYPE_VLAN) &&
Johannes Berg5cf121c2008-02-25 16:27:43 +01001271 (rx->flags & IEEE80211_RX_RA_MATCH)) {
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001272 if (is_multicast_ether_addr(ehdr->h_dest)) {
1273 /*
1274 * send multicast frames both to higher layers in
1275 * local net stack and back to the wireless medium
1276 */
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001277 xmit_skb = skb_copy(skb, GFP_ATOMIC);
1278 if (!xmit_skb && net_ratelimit())
Johannes Berg571ecf62007-07-27 15:43:22 +02001279 printk(KERN_DEBUG "%s: failed to clone "
1280 "multicast frame\n", dev->name);
1281 } else {
Johannes Berg571ecf62007-07-27 15:43:22 +02001282 dsta = sta_info_get(local, skb->data);
Johannes Bergd0709a62008-02-25 16:27:46 +01001283 if (dsta && dsta->sdata->dev == dev) {
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001284 /*
1285 * The destination station is associated to
1286 * this AP (in this VLAN), so send the frame
1287 * directly to it and do not pass it to local
1288 * net stack.
Johannes Berg571ecf62007-07-27 15:43:22 +02001289 */
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001290 xmit_skb = skb;
Johannes Berg571ecf62007-07-27 15:43:22 +02001291 skb = NULL;
1292 }
Johannes Berg571ecf62007-07-27 15:43:22 +02001293 }
1294 }
1295
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +01001296 /* Mesh forwarding */
Johannes Berg902acc72008-02-23 15:17:19 +01001297 if (ieee80211_vif_is_mesh(&sdata->vif)) {
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +01001298 u8 *mesh_ttl = &((struct ieee80211s_hdr *)skb->cb)->ttl;
1299 (*mesh_ttl)--;
1300
1301 if (is_multicast_ether_addr(skb->data)) {
1302 if (*mesh_ttl > 0) {
1303 xmit_skb = skb_copy(skb, GFP_ATOMIC);
1304 if (!xmit_skb && net_ratelimit())
1305 printk(KERN_DEBUG "%s: failed to clone "
1306 "multicast frame\n", dev->name);
1307 else
1308 xmit_skb->pkt_type = PACKET_OTHERHOST;
1309 } else
Johannes Berg902acc72008-02-23 15:17:19 +01001310 IEEE80211_IFSTA_MESH_CTR_INC(&sdata->u.sta,
1311 dropped_frames_ttl);
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +01001312 } else if (skb->pkt_type != PACKET_OTHERHOST &&
1313 compare_ether_addr(dev->dev_addr, skb->data) != 0) {
1314 if (*mesh_ttl == 0) {
Johannes Berg902acc72008-02-23 15:17:19 +01001315 IEEE80211_IFSTA_MESH_CTR_INC(&sdata->u.sta,
1316 dropped_frames_ttl);
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +01001317 dev_kfree_skb(skb);
1318 skb = NULL;
1319 } else {
1320 xmit_skb = skb;
1321 xmit_skb->pkt_type = PACKET_OTHERHOST;
1322 if (!(dev->flags & IFF_PROMISC))
1323 skb = NULL;
1324 }
1325 }
1326 }
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +01001327
Johannes Berg571ecf62007-07-27 15:43:22 +02001328 if (skb) {
1329 /* deliver to local stack */
1330 skb->protocol = eth_type_trans(skb, dev);
1331 memset(skb->cb, 0, sizeof(skb->cb));
1332 netif_rx(skb);
1333 }
1334
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001335 if (xmit_skb) {
Johannes Berg571ecf62007-07-27 15:43:22 +02001336 /* send to wireless media */
YOSHIFUJI Hideakif831e902007-12-12 03:54:23 +09001337 xmit_skb->protocol = htons(ETH_P_802_3);
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001338 skb_reset_network_header(xmit_skb);
1339 skb_reset_mac_header(xmit_skb);
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001340 dev_queue_xmit(xmit_skb);
Johannes Berg571ecf62007-07-27 15:43:22 +02001341 }
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001342}
1343
Johannes Berg9ae54c82008-01-31 19:48:20 +01001344static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +01001345ieee80211_rx_h_amsdu(struct ieee80211_rx_data *rx)
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001346{
1347 struct net_device *dev = rx->dev;
1348 struct ieee80211_local *local = rx->local;
1349 u16 fc, ethertype;
1350 u8 *payload;
1351 struct sk_buff *skb = rx->skb, *frame = NULL;
1352 const struct ethhdr *eth;
1353 int remaining, err;
1354 u8 dst[ETH_ALEN];
1355 u8 src[ETH_ALEN];
1356 DECLARE_MAC_BUF(mac);
1357
1358 fc = rx->fc;
1359 if (unlikely((fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_DATA))
Johannes Berg9ae54c82008-01-31 19:48:20 +01001360 return RX_CONTINUE;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001361
1362 if (unlikely(!WLAN_FC_DATA_PRESENT(fc)))
Johannes Berge4c26ad2008-01-31 19:48:21 +01001363 return RX_DROP_MONITOR;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001364
Johannes Berg5cf121c2008-02-25 16:27:43 +01001365 if (!(rx->flags & IEEE80211_RX_AMSDU))
Johannes Berg9ae54c82008-01-31 19:48:20 +01001366 return RX_CONTINUE;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001367
1368 err = ieee80211_data_to_8023(rx);
1369 if (unlikely(err))
Johannes Berge4c26ad2008-01-31 19:48:21 +01001370 return RX_DROP_UNUSABLE;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001371
1372 skb->dev = dev;
1373
1374 dev->stats.rx_packets++;
1375 dev->stats.rx_bytes += skb->len;
1376
1377 /* skip the wrapping header */
1378 eth = (struct ethhdr *) skb_pull(skb, sizeof(struct ethhdr));
1379 if (!eth)
Johannes Berge4c26ad2008-01-31 19:48:21 +01001380 return RX_DROP_UNUSABLE;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001381
1382 while (skb != frame) {
1383 u8 padding;
1384 __be16 len = eth->h_proto;
1385 unsigned int subframe_len = sizeof(struct ethhdr) + ntohs(len);
1386
1387 remaining = skb->len;
1388 memcpy(dst, eth->h_dest, ETH_ALEN);
1389 memcpy(src, eth->h_source, ETH_ALEN);
1390
1391 padding = ((4 - subframe_len) & 0x3);
1392 /* the last MSDU has no padding */
1393 if (subframe_len > remaining) {
1394 printk(KERN_DEBUG "%s: wrong buffer size", dev->name);
Johannes Berge4c26ad2008-01-31 19:48:21 +01001395 return RX_DROP_UNUSABLE;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001396 }
1397
1398 skb_pull(skb, sizeof(struct ethhdr));
1399 /* if last subframe reuse skb */
1400 if (remaining <= subframe_len + padding)
1401 frame = skb;
1402 else {
1403 frame = dev_alloc_skb(local->hw.extra_tx_headroom +
1404 subframe_len);
1405
1406 if (frame == NULL)
Johannes Berge4c26ad2008-01-31 19:48:21 +01001407 return RX_DROP_UNUSABLE;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001408
1409 skb_reserve(frame, local->hw.extra_tx_headroom +
1410 sizeof(struct ethhdr));
1411 memcpy(skb_put(frame, ntohs(len)), skb->data,
1412 ntohs(len));
1413
1414 eth = (struct ethhdr *) skb_pull(skb, ntohs(len) +
1415 padding);
1416 if (!eth) {
1417 printk(KERN_DEBUG "%s: wrong buffer size ",
1418 dev->name);
1419 dev_kfree_skb(frame);
Johannes Berge4c26ad2008-01-31 19:48:21 +01001420 return RX_DROP_UNUSABLE;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001421 }
1422 }
1423
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001424 skb_reset_network_header(frame);
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001425 frame->dev = dev;
1426 frame->priority = skb->priority;
1427 rx->skb = frame;
1428
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001429 payload = frame->data;
1430 ethertype = (payload[6] << 8) | payload[7];
1431
1432 if (likely((compare_ether_addr(payload, rfc1042_header) == 0 &&
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001433 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
1434 compare_ether_addr(payload,
1435 bridge_tunnel_header) == 0)) {
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001436 /* remove RFC1042 or Bridge-Tunnel
1437 * encapsulation and replace EtherType */
1438 skb_pull(frame, 6);
1439 memcpy(skb_push(frame, ETH_ALEN), src, ETH_ALEN);
1440 memcpy(skb_push(frame, ETH_ALEN), dst, ETH_ALEN);
1441 } else {
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001442 memcpy(skb_push(frame, sizeof(__be16)),
1443 &len, sizeof(__be16));
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001444 memcpy(skb_push(frame, ETH_ALEN), src, ETH_ALEN);
1445 memcpy(skb_push(frame, ETH_ALEN), dst, ETH_ALEN);
1446 }
1447
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001448 if (!ieee80211_frame_allowed(rx)) {
1449 if (skb == frame) /* last frame */
Johannes Berge4c26ad2008-01-31 19:48:21 +01001450 return RX_DROP_UNUSABLE;
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001451 dev_kfree_skb(frame);
1452 continue;
1453 }
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001454
1455 ieee80211_deliver_skb(rx);
1456 }
1457
Johannes Berg9ae54c82008-01-31 19:48:20 +01001458 return RX_QUEUED;
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001459}
1460
Johannes Berg9ae54c82008-01-31 19:48:20 +01001461static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +01001462ieee80211_rx_h_data(struct ieee80211_rx_data *rx)
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001463{
1464 struct net_device *dev = rx->dev;
1465 u16 fc;
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001466 int err;
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001467
1468 fc = rx->fc;
1469 if (unlikely((fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_DATA))
Johannes Berg9ae54c82008-01-31 19:48:20 +01001470 return RX_CONTINUE;
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001471
1472 if (unlikely(!WLAN_FC_DATA_PRESENT(fc)))
Johannes Berge4c26ad2008-01-31 19:48:21 +01001473 return RX_DROP_MONITOR;
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001474
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001475 err = ieee80211_data_to_8023(rx);
1476 if (unlikely(err))
Johannes Berge4c26ad2008-01-31 19:48:21 +01001477 return RX_DROP_UNUSABLE;
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001478
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001479 if (!ieee80211_frame_allowed(rx))
Johannes Berge4c26ad2008-01-31 19:48:21 +01001480 return RX_DROP_MONITOR;
Johannes Bergce3edf6d02007-12-19 01:31:22 +01001481
Ron Rindjunsky76ee65b2007-11-22 19:49:12 +02001482 rx->skb->dev = dev;
1483
1484 dev->stats.rx_packets++;
1485 dev->stats.rx_bytes += rx->skb->len;
1486
1487 ieee80211_deliver_skb(rx);
Johannes Berg571ecf62007-07-27 15:43:22 +02001488
Johannes Berg9ae54c82008-01-31 19:48:20 +01001489 return RX_QUEUED;
Johannes Berg571ecf62007-07-27 15:43:22 +02001490}
1491
Johannes Berg9ae54c82008-01-31 19:48:20 +01001492static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +01001493ieee80211_rx_h_ctrl(struct ieee80211_rx_data *rx)
Ron Rindjunsky71364712007-12-25 17:00:36 +02001494{
1495 struct ieee80211_local *local = rx->local;
1496 struct ieee80211_hw *hw = &local->hw;
1497 struct sk_buff *skb = rx->skb;
1498 struct ieee80211_bar *bar = (struct ieee80211_bar *) skb->data;
1499 struct tid_ampdu_rx *tid_agg_rx;
1500 u16 start_seq_num;
1501 u16 tid;
1502
1503 if (likely((rx->fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_CTL))
Johannes Berg9ae54c82008-01-31 19:48:20 +01001504 return RX_CONTINUE;
Ron Rindjunsky71364712007-12-25 17:00:36 +02001505
1506 if ((rx->fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_BACK_REQ) {
1507 if (!rx->sta)
Johannes Berg9ae54c82008-01-31 19:48:20 +01001508 return RX_CONTINUE;
Ron Rindjunsky71364712007-12-25 17:00:36 +02001509 tid = le16_to_cpu(bar->control) >> 12;
Ron Rindjunskycee24a32008-03-26 20:36:03 +02001510 if (rx->sta->ampdu_mlme.tid_state_rx[tid]
1511 != HT_AGG_STATE_OPERATIONAL)
Johannes Berg9ae54c82008-01-31 19:48:20 +01001512 return RX_CONTINUE;
Ron Rindjunskycee24a32008-03-26 20:36:03 +02001513 tid_agg_rx = rx->sta->ampdu_mlme.tid_rx[tid];
Ron Rindjunsky71364712007-12-25 17:00:36 +02001514
1515 start_seq_num = le16_to_cpu(bar->start_seq_num) >> 4;
1516
1517 /* reset session timer */
1518 if (tid_agg_rx->timeout) {
1519 unsigned long expires =
1520 jiffies + (tid_agg_rx->timeout / 1000) * HZ;
1521 mod_timer(&tid_agg_rx->session_timer, expires);
1522 }
1523
1524 /* manage reordering buffer according to requested */
1525 /* sequence number */
1526 rcu_read_lock();
1527 ieee80211_sta_manage_reorder_buf(hw, tid_agg_rx, NULL,
1528 start_seq_num, 1);
1529 rcu_read_unlock();
Johannes Berge4c26ad2008-01-31 19:48:21 +01001530 return RX_DROP_UNUSABLE;
Ron Rindjunsky71364712007-12-25 17:00:36 +02001531 }
1532
Johannes Berg9ae54c82008-01-31 19:48:20 +01001533 return RX_CONTINUE;
Ron Rindjunsky71364712007-12-25 17:00:36 +02001534}
1535
Johannes Berg9ae54c82008-01-31 19:48:20 +01001536static ieee80211_rx_result
Johannes Berg5cf121c2008-02-25 16:27:43 +01001537ieee80211_rx_h_mgmt(struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +02001538{
1539 struct ieee80211_sub_if_data *sdata;
1540
Johannes Berg5cf121c2008-02-25 16:27:43 +01001541 if (!(rx->flags & IEEE80211_RX_RA_MATCH))
Johannes Berge4c26ad2008-01-31 19:48:21 +01001542 return RX_DROP_MONITOR;
Johannes Berg571ecf62007-07-27 15:43:22 +02001543
1544 sdata = IEEE80211_DEV_TO_SUB_IF(rx->dev);
Johannes Berg51fb61e2007-12-19 01:31:27 +01001545 if ((sdata->vif.type == IEEE80211_IF_TYPE_STA ||
Luis Carlos Cobo33b64eb2008-02-23 15:17:10 +01001546 sdata->vif.type == IEEE80211_IF_TYPE_IBSS ||
1547 sdata->vif.type == IEEE80211_IF_TYPE_MESH_POINT) &&
Johannes Bergddd3d2b2007-09-26 17:53:20 +02001548 !(sdata->flags & IEEE80211_SDATA_USERSPACE_MLME))
Johannes Berg5cf121c2008-02-25 16:27:43 +01001549 ieee80211_sta_rx_mgmt(rx->dev, rx->skb, rx->status);
Johannes Bergf9d540e2007-09-28 14:02:09 +02001550 else
Johannes Berge4c26ad2008-01-31 19:48:21 +01001551 return RX_DROP_MONITOR;
Johannes Bergf9d540e2007-09-28 14:02:09 +02001552
Johannes Berg9ae54c82008-01-31 19:48:20 +01001553 return RX_QUEUED;
Johannes Berg571ecf62007-07-27 15:43:22 +02001554}
1555
Johannes Berg571ecf62007-07-27 15:43:22 +02001556static void ieee80211_rx_michael_mic_report(struct net_device *dev,
1557 struct ieee80211_hdr *hdr,
Johannes Berg5cf121c2008-02-25 16:27:43 +01001558 struct ieee80211_rx_data *rx)
Johannes Berg571ecf62007-07-27 15:43:22 +02001559{
1560 int keyidx, hdrlen;
Joe Perches0795af52007-10-03 17:59:30 -07001561 DECLARE_MAC_BUF(mac);
1562 DECLARE_MAC_BUF(mac2);
Johannes Berg571ecf62007-07-27 15:43:22 +02001563
1564 hdrlen = ieee80211_get_hdrlen_from_skb(rx->skb);
1565 if (rx->skb->len >= hdrlen + 4)
1566 keyidx = rx->skb->data[hdrlen + 3] >> 6;
1567 else
1568 keyidx = -1;
1569
Johannes Berg1a84f3f2007-08-28 17:01:52 -04001570 if (net_ratelimit())
1571 printk(KERN_DEBUG "%s: TKIP hwaccel reported Michael MIC "
Joe Perches0795af52007-10-03 17:59:30 -07001572 "failure from %s to %s keyidx=%d\n",
1573 dev->name, print_mac(mac, hdr->addr2),
1574 print_mac(mac2, hdr->addr1), keyidx);
Johannes Berg571ecf62007-07-27 15:43:22 +02001575
Johannes Berg8944b792008-01-31 19:48:26 +01001576 if (!rx->sta) {
Johannes Bergaa0daf02007-09-10 14:15:25 +02001577 /*
1578 * Some hardware seem to generate incorrect Michael MIC
1579 * reports; ignore them to avoid triggering countermeasures.
1580 */
Johannes Berg1a84f3f2007-08-28 17:01:52 -04001581 if (net_ratelimit())
1582 printk(KERN_DEBUG "%s: ignored spurious Michael MIC "
Joe Perches0795af52007-10-03 17:59:30 -07001583 "error for unknown address %s\n",
1584 dev->name, print_mac(mac, hdr->addr2));
Johannes Berg571ecf62007-07-27 15:43:22 +02001585 goto ignore;
1586 }
1587
1588 if (!(rx->fc & IEEE80211_FCTL_PROTECTED)) {
Johannes Berg1a84f3f2007-08-28 17:01:52 -04001589 if (net_ratelimit())
1590 printk(KERN_DEBUG "%s: ignored spurious Michael MIC "
Johannes Bergaa0daf02007-09-10 14:15:25 +02001591 "error for a frame with no PROTECTED flag (src "
Joe Perches0795af52007-10-03 17:59:30 -07001592 "%s)\n", dev->name, print_mac(mac, hdr->addr2));
Johannes Berg571ecf62007-07-27 15:43:22 +02001593 goto ignore;
1594 }
1595
Johannes Berg51fb61e2007-12-19 01:31:27 +01001596 if (rx->sdata->vif.type == IEEE80211_IF_TYPE_AP && keyidx) {
Johannes Bergaa0daf02007-09-10 14:15:25 +02001597 /*
1598 * APs with pairwise keys should never receive Michael MIC
1599 * errors for non-zero keyidx because these are reserved for
1600 * group keys and only the AP is sending real multicast
1601 * frames in the BSS.
1602 */
Johannes Bergeb063c12007-08-28 17:01:53 -04001603 if (net_ratelimit())
1604 printk(KERN_DEBUG "%s: ignored Michael MIC error for "
1605 "a frame with non-zero keyidx (%d)"
Joe Perches0795af52007-10-03 17:59:30 -07001606 " (src %s)\n", dev->name, keyidx,
1607 print_mac(mac, hdr->addr2));
Johannes Bergeb063c12007-08-28 17:01:53 -04001608 goto ignore;
Johannes Berg571ecf62007-07-27 15:43:22 +02001609 }
1610
1611 if ((rx->fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_DATA &&
1612 ((rx->fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_MGMT ||
1613 (rx->fc & IEEE80211_FCTL_STYPE) != IEEE80211_STYPE_AUTH)) {
Johannes Berg1a84f3f2007-08-28 17:01:52 -04001614 if (net_ratelimit())
1615 printk(KERN_DEBUG "%s: ignored spurious Michael MIC "
1616 "error for a frame that cannot be encrypted "
Joe Perches0795af52007-10-03 17:59:30 -07001617 "(fc=0x%04x) (src %s)\n",
1618 dev->name, rx->fc, print_mac(mac, hdr->addr2));
Johannes Berg571ecf62007-07-27 15:43:22 +02001619 goto ignore;
1620 }
1621
Johannes Bergeb063c12007-08-28 17:01:53 -04001622 mac80211_ev_michael_mic_failure(rx->dev, keyidx, hdr);
Johannes Berg571ecf62007-07-27 15:43:22 +02001623 ignore:
1624 dev_kfree_skb(rx->skb);
1625 rx->skb = NULL;
1626}
1627
Johannes Berg5cf121c2008-02-25 16:27:43 +01001628/* TODO: use IEEE80211_RX_FRAGMENTED */
1629static void ieee80211_rx_cooked_monitor(struct ieee80211_rx_data *rx)
Michael Wu3d30d942008-01-31 19:48:27 +01001630{
1631 struct ieee80211_sub_if_data *sdata;
1632 struct ieee80211_local *local = rx->local;
1633 struct ieee80211_rtap_hdr {
1634 struct ieee80211_radiotap_header hdr;
1635 u8 flags;
1636 u8 rate;
1637 __le16 chan_freq;
1638 __le16 chan_flags;
1639 } __attribute__ ((packed)) *rthdr;
1640 struct sk_buff *skb = rx->skb, *skb2;
1641 struct net_device *prev_dev = NULL;
Johannes Berg5cf121c2008-02-25 16:27:43 +01001642 struct ieee80211_rx_status *status = rx->status;
Michael Wu3d30d942008-01-31 19:48:27 +01001643
Johannes Berg5cf121c2008-02-25 16:27:43 +01001644 if (rx->flags & IEEE80211_RX_CMNTR_REPORTED)
Michael Wu3d30d942008-01-31 19:48:27 +01001645 goto out_free_skb;
1646
1647 if (skb_headroom(skb) < sizeof(*rthdr) &&
1648 pskb_expand_head(skb, sizeof(*rthdr), 0, GFP_ATOMIC))
1649 goto out_free_skb;
1650
1651 rthdr = (void *)skb_push(skb, sizeof(*rthdr));
1652 memset(rthdr, 0, sizeof(*rthdr));
1653 rthdr->hdr.it_len = cpu_to_le16(sizeof(*rthdr));
1654 rthdr->hdr.it_present =
1655 cpu_to_le32((1 << IEEE80211_RADIOTAP_FLAGS) |
1656 (1 << IEEE80211_RADIOTAP_RATE) |
1657 (1 << IEEE80211_RADIOTAP_CHANNEL));
1658
Johannes Berg5cf121c2008-02-25 16:27:43 +01001659 rthdr->rate = rx->rate->bitrate / 5;
Michael Wu3d30d942008-01-31 19:48:27 +01001660 rthdr->chan_freq = cpu_to_le16(status->freq);
1661
1662 if (status->band == IEEE80211_BAND_5GHZ)
1663 rthdr->chan_flags = cpu_to_le16(IEEE80211_CHAN_OFDM |
1664 IEEE80211_CHAN_5GHZ);
1665 else
1666 rthdr->chan_flags = cpu_to_le16(IEEE80211_CHAN_DYN |
1667 IEEE80211_CHAN_2GHZ);
1668
1669 skb_set_mac_header(skb, 0);
1670 skb->ip_summed = CHECKSUM_UNNECESSARY;
1671 skb->pkt_type = PACKET_OTHERHOST;
1672 skb->protocol = htons(ETH_P_802_2);
1673
1674 list_for_each_entry_rcu(sdata, &local->interfaces, list) {
1675 if (!netif_running(sdata->dev))
1676 continue;
1677
1678 if (sdata->vif.type != IEEE80211_IF_TYPE_MNTR ||
1679 !(sdata->u.mntr_flags & MONITOR_FLAG_COOK_FRAMES))
1680 continue;
1681
1682 if (prev_dev) {
1683 skb2 = skb_clone(skb, GFP_ATOMIC);
1684 if (skb2) {
1685 skb2->dev = prev_dev;
1686 netif_rx(skb2);
1687 }
1688 }
1689
1690 prev_dev = sdata->dev;
1691 sdata->dev->stats.rx_packets++;
1692 sdata->dev->stats.rx_bytes += skb->len;
1693 }
1694
1695 if (prev_dev) {
1696 skb->dev = prev_dev;
1697 netif_rx(skb);
1698 skb = NULL;
1699 } else
1700 goto out_free_skb;
1701
Johannes Berg5cf121c2008-02-25 16:27:43 +01001702 rx->flags |= IEEE80211_RX_CMNTR_REPORTED;
Michael Wu3d30d942008-01-31 19:48:27 +01001703 return;
1704
1705 out_free_skb:
1706 dev_kfree_skb(skb);
1707}
1708
Johannes Berg5cf121c2008-02-25 16:27:43 +01001709typedef ieee80211_rx_result (*ieee80211_rx_handler)(struct ieee80211_rx_data *);
Johannes Berg58905292008-01-31 19:48:25 +01001710static ieee80211_rx_handler ieee80211_rx_handlers[] =
Johannes Berg571ecf62007-07-27 15:43:22 +02001711{
1712 ieee80211_rx_h_if_stats,
Johannes Berg571ecf62007-07-27 15:43:22 +02001713 ieee80211_rx_h_passive_scan,
1714 ieee80211_rx_h_check,
Johannes Berg4f0d18e2007-09-26 15:19:40 +02001715 ieee80211_rx_h_decrypt,
Johannes Berg70f08762007-09-26 17:53:14 +02001716 ieee80211_rx_h_sta_process,
Johannes Berg571ecf62007-07-27 15:43:22 +02001717 ieee80211_rx_h_defragment,
1718 ieee80211_rx_h_ps_poll,
1719 ieee80211_rx_h_michael_mic_verify,
1720 /* this must be after decryption - so header is counted in MPDU mic
1721 * must be before pae and data, so QOS_DATA format frames
1722 * are not passed to user space by these functions
1723 */
1724 ieee80211_rx_h_remove_qos_control,
Ron Rindjunskyfd4c7f22007-11-26 16:14:33 +02001725 ieee80211_rx_h_amsdu,
Johannes Berg571ecf62007-07-27 15:43:22 +02001726 ieee80211_rx_h_data,
Ron Rindjunsky71364712007-12-25 17:00:36 +02001727 ieee80211_rx_h_ctrl,
Johannes Berg571ecf62007-07-27 15:43:22 +02001728 ieee80211_rx_h_mgmt,
1729 NULL
1730};
1731
Johannes Berg8944b792008-01-31 19:48:26 +01001732static void ieee80211_invoke_rx_handlers(struct ieee80211_sub_if_data *sdata,
Johannes Berg5cf121c2008-02-25 16:27:43 +01001733 struct ieee80211_rx_data *rx,
Johannes Berg8944b792008-01-31 19:48:26 +01001734 struct sk_buff *skb)
Johannes Berg58905292008-01-31 19:48:25 +01001735{
1736 ieee80211_rx_handler *handler;
1737 ieee80211_rx_result res = RX_DROP_MONITOR;
1738
Johannes Berg8944b792008-01-31 19:48:26 +01001739 rx->skb = skb;
1740 rx->sdata = sdata;
1741 rx->dev = sdata->dev;
1742
Johannes Berg58905292008-01-31 19:48:25 +01001743 for (handler = ieee80211_rx_handlers; *handler != NULL; handler++) {
1744 res = (*handler)(rx);
1745
1746 switch (res) {
1747 case RX_CONTINUE:
1748 continue;
1749 case RX_DROP_UNUSABLE:
1750 case RX_DROP_MONITOR:
Johannes Berg8944b792008-01-31 19:48:26 +01001751 I802_DEBUG_INC(sdata->local->rx_handlers_drop);
1752 if (rx->sta)
1753 rx->sta->rx_dropped++;
Johannes Berg58905292008-01-31 19:48:25 +01001754 break;
1755 case RX_QUEUED:
Johannes Berg8944b792008-01-31 19:48:26 +01001756 I802_DEBUG_INC(sdata->local->rx_handlers_queued);
Johannes Berg58905292008-01-31 19:48:25 +01001757 break;
1758 }
1759 break;
1760 }
1761
1762 switch (res) {
Johannes Berg58905292008-01-31 19:48:25 +01001763 case RX_CONTINUE:
Michael Wu3d30d942008-01-31 19:48:27 +01001764 case RX_DROP_MONITOR:
1765 ieee80211_rx_cooked_monitor(rx);
1766 break;
1767 case RX_DROP_UNUSABLE:
Johannes Berg58905292008-01-31 19:48:25 +01001768 dev_kfree_skb(rx->skb);
1769 break;
1770 }
1771}
1772
Johannes Berg571ecf62007-07-27 15:43:22 +02001773/* main receive path */
1774
Johannes Berg23a24de2007-07-27 15:43:22 +02001775static int prepare_for_handlers(struct ieee80211_sub_if_data *sdata,
Johannes Berg5cf121c2008-02-25 16:27:43 +01001776 u8 *bssid, struct ieee80211_rx_data *rx,
Johannes Berg23a24de2007-07-27 15:43:22 +02001777 struct ieee80211_hdr *hdr)
1778{
1779 int multicast = is_multicast_ether_addr(hdr->addr1);
1780
Johannes Berg51fb61e2007-12-19 01:31:27 +01001781 switch (sdata->vif.type) {
Johannes Berg23a24de2007-07-27 15:43:22 +02001782 case IEEE80211_IF_TYPE_STA:
1783 if (!bssid)
1784 return 0;
1785 if (!ieee80211_bssid_match(bssid, sdata->u.sta.bssid)) {
Johannes Berg5cf121c2008-02-25 16:27:43 +01001786 if (!(rx->flags & IEEE80211_RX_IN_SCAN))
Johannes Berg23a24de2007-07-27 15:43:22 +02001787 return 0;
Johannes Berg5cf121c2008-02-25 16:27:43 +01001788 rx->flags &= ~IEEE80211_RX_RA_MATCH;
Johannes Berg23a24de2007-07-27 15:43:22 +02001789 } else if (!multicast &&
1790 compare_ether_addr(sdata->dev->dev_addr,
1791 hdr->addr1) != 0) {
Johannes Berg4150c572007-09-17 01:29:23 -04001792 if (!(sdata->dev->flags & IFF_PROMISC))
Johannes Berg23a24de2007-07-27 15:43:22 +02001793 return 0;
Johannes Berg5cf121c2008-02-25 16:27:43 +01001794 rx->flags &= ~IEEE80211_RX_RA_MATCH;
Johannes Berg23a24de2007-07-27 15:43:22 +02001795 }
1796 break;
1797 case IEEE80211_IF_TYPE_IBSS:
1798 if (!bssid)
1799 return 0;
Bruno Randolf9d9bf772008-02-18 11:21:36 +09001800 if ((rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT &&
1801 (rx->fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_BEACON)
1802 return 1;
1803 else if (!ieee80211_bssid_match(bssid, sdata->u.sta.bssid)) {
Johannes Berg5cf121c2008-02-25 16:27:43 +01001804 if (!(rx->flags & IEEE80211_RX_IN_SCAN))
Johannes Berg23a24de2007-07-27 15:43:22 +02001805 return 0;
Johannes Berg5cf121c2008-02-25 16:27:43 +01001806 rx->flags &= ~IEEE80211_RX_RA_MATCH;
Johannes Berg23a24de2007-07-27 15:43:22 +02001807 } else if (!multicast &&
1808 compare_ether_addr(sdata->dev->dev_addr,
1809 hdr->addr1) != 0) {
Johannes Berg4150c572007-09-17 01:29:23 -04001810 if (!(sdata->dev->flags & IFF_PROMISC))
Johannes Berg23a24de2007-07-27 15:43:22 +02001811 return 0;
Johannes Berg5cf121c2008-02-25 16:27:43 +01001812 rx->flags &= ~IEEE80211_RX_RA_MATCH;
Johannes Berg23a24de2007-07-27 15:43:22 +02001813 } else if (!rx->sta)
1814 rx->sta = ieee80211_ibss_add_sta(sdata->dev, rx->skb,
1815 bssid, hdr->addr2);
1816 break;
Johannes Berg6032f932008-02-23 15:17:07 +01001817 case IEEE80211_IF_TYPE_MESH_POINT:
1818 if (!multicast &&
1819 compare_ether_addr(sdata->dev->dev_addr,
1820 hdr->addr1) != 0) {
1821 if (!(sdata->dev->flags & IFF_PROMISC))
1822 return 0;
1823
Johannes Berg5cf121c2008-02-25 16:27:43 +01001824 rx->flags &= ~IEEE80211_RX_RA_MATCH;
Johannes Berg6032f932008-02-23 15:17:07 +01001825 }
1826 break;
Johannes Bergfb1c1cd2007-09-26 15:19:43 +02001827 case IEEE80211_IF_TYPE_VLAN:
Johannes Berg23a24de2007-07-27 15:43:22 +02001828 case IEEE80211_IF_TYPE_AP:
1829 if (!bssid) {
1830 if (compare_ether_addr(sdata->dev->dev_addr,
1831 hdr->addr1))
1832 return 0;
1833 } else if (!ieee80211_bssid_match(bssid,
1834 sdata->dev->dev_addr)) {
Johannes Berg5cf121c2008-02-25 16:27:43 +01001835 if (!(rx->flags & IEEE80211_RX_IN_SCAN))
Johannes Berg23a24de2007-07-27 15:43:22 +02001836 return 0;
Johannes Berg5cf121c2008-02-25 16:27:43 +01001837 rx->flags &= ~IEEE80211_RX_RA_MATCH;
Johannes Berg23a24de2007-07-27 15:43:22 +02001838 }
Jiri Slabybadffb72007-08-28 17:01:54 -04001839 if (sdata->dev == sdata->local->mdev &&
Johannes Berg5cf121c2008-02-25 16:27:43 +01001840 !(rx->flags & IEEE80211_RX_IN_SCAN))
Johannes Berg23a24de2007-07-27 15:43:22 +02001841 /* do not receive anything via
1842 * master device when not scanning */
1843 return 0;
1844 break;
1845 case IEEE80211_IF_TYPE_WDS:
1846 if (bssid ||
1847 (rx->fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_DATA)
1848 return 0;
1849 if (compare_ether_addr(sdata->u.wds.remote_addr, hdr->addr2))
1850 return 0;
1851 break;
Johannes Bergfb1c1cd2007-09-26 15:19:43 +02001852 case IEEE80211_IF_TYPE_MNTR:
1853 /* take everything */
1854 break;
Johannes Berga2897552007-09-28 14:01:25 +02001855 case IEEE80211_IF_TYPE_INVALID:
Johannes Bergfb1c1cd2007-09-26 15:19:43 +02001856 /* should never get here */
1857 WARN_ON(1);
1858 break;
Johannes Berg23a24de2007-07-27 15:43:22 +02001859 }
1860
1861 return 1;
1862}
1863
Johannes Berg571ecf62007-07-27 15:43:22 +02001864/*
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +02001865 * This is the actual Rx frames handler. as it blongs to Rx path it must
1866 * be called with rcu_read_lock protection.
Johannes Berg571ecf62007-07-27 15:43:22 +02001867 */
Ron Rindjunsky71ebb4a2008-01-21 12:39:12 +02001868static void __ieee80211_rx_handle_packet(struct ieee80211_hw *hw,
1869 struct sk_buff *skb,
1870 struct ieee80211_rx_status *status,
Johannes Berg8318d782008-01-24 19:38:38 +01001871 u32 load,
1872 struct ieee80211_rate *rate)
Johannes Berg571ecf62007-07-27 15:43:22 +02001873{
1874 struct ieee80211_local *local = hw_to_local(hw);
1875 struct ieee80211_sub_if_data *sdata;
Johannes Berg571ecf62007-07-27 15:43:22 +02001876 struct ieee80211_hdr *hdr;
Johannes Berg5cf121c2008-02-25 16:27:43 +01001877 struct ieee80211_rx_data rx;
Johannes Berg571ecf62007-07-27 15:43:22 +02001878 u16 type;
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +02001879 int prepares;
Johannes Berg8e6f00322007-07-27 15:43:22 +02001880 struct ieee80211_sub_if_data *prev = NULL;
1881 struct sk_buff *skb_new;
1882 u8 *bssid;
Johannes Berg571ecf62007-07-27 15:43:22 +02001883
1884 hdr = (struct ieee80211_hdr *) skb->data;
1885 memset(&rx, 0, sizeof(rx));
1886 rx.skb = skb;
1887 rx.local = local;
1888
Johannes Berg5cf121c2008-02-25 16:27:43 +01001889 rx.status = status;
1890 rx.load = load;
1891 rx.rate = rate;
Johannes Bergb2e77712007-09-26 15:19:39 +02001892 rx.fc = le16_to_cpu(hdr->frame_control);
Johannes Berg571ecf62007-07-27 15:43:22 +02001893 type = rx.fc & IEEE80211_FCTL_FTYPE;
Johannes Berg72abd812007-09-17 01:29:22 -04001894
Johannes Bergb2e77712007-09-26 15:19:39 +02001895 if (type == IEEE80211_FTYPE_DATA || type == IEEE80211_FTYPE_MGMT)
Johannes Berg571ecf62007-07-27 15:43:22 +02001896 local->dot11ReceivedFragmentCount++;
Johannes Berg571ecf62007-07-27 15:43:22 +02001897
Johannes Berg8944b792008-01-31 19:48:26 +01001898 rx.sta = sta_info_get(local, hdr->addr2);
1899 if (rx.sta) {
Johannes Bergd0709a62008-02-25 16:27:46 +01001900 rx.sdata = rx.sta->sdata;
1901 rx.dev = rx.sta->sdata->dev;
Johannes Bergb2e77712007-09-26 15:19:39 +02001902 }
Johannes Berg571ecf62007-07-27 15:43:22 +02001903
Johannes Berg571ecf62007-07-27 15:43:22 +02001904 if ((status->flag & RX_FLAG_MMIC_ERROR)) {
Johannes Berg8944b792008-01-31 19:48:26 +01001905 ieee80211_rx_michael_mic_report(local->mdev, hdr, &rx);
Johannes Bergd0709a62008-02-25 16:27:46 +01001906 return;
Johannes Berg571ecf62007-07-27 15:43:22 +02001907 }
1908
Zhu Yiece8edd2007-11-22 10:53:21 +08001909 if (unlikely(local->sta_sw_scanning || local->sta_hw_scanning))
Johannes Berg5cf121c2008-02-25 16:27:43 +01001910 rx.flags |= IEEE80211_RX_IN_SCAN;
Johannes Berg571ecf62007-07-27 15:43:22 +02001911
Johannes Berg38f37142008-01-29 17:07:43 +01001912 ieee80211_parse_qos(&rx);
1913 ieee80211_verify_ip_alignment(&rx);
1914
Johannes Berg571ecf62007-07-27 15:43:22 +02001915 skb = rx.skb;
1916
Johannes Berg79010422007-09-18 17:29:21 -04001917 list_for_each_entry_rcu(sdata, &local->interfaces, list) {
Johannes Berg2a8a9a82007-08-28 17:01:52 -04001918 if (!netif_running(sdata->dev))
1919 continue;
1920
Johannes Berg51fb61e2007-12-19 01:31:27 +01001921 if (sdata->vif.type == IEEE80211_IF_TYPE_MNTR)
Johannes Bergb2e77712007-09-26 15:19:39 +02001922 continue;
1923
Johannes Berg51fb61e2007-12-19 01:31:27 +01001924 bssid = ieee80211_get_bssid(hdr, skb->len, sdata->vif.type);
Johannes Berg5cf121c2008-02-25 16:27:43 +01001925 rx.flags |= IEEE80211_RX_RA_MATCH;
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +02001926 prepares = prepare_for_handlers(sdata, bssid, &rx, hdr);
Johannes Berg23a24de2007-07-27 15:43:22 +02001927
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +02001928 if (!prepares)
Johannes Berg23a24de2007-07-27 15:43:22 +02001929 continue;
Johannes Berg8e6f00322007-07-27 15:43:22 +02001930
Johannes Berg340e11f2007-07-27 15:43:22 +02001931 /*
1932 * frame is destined for this interface, but if it's not
1933 * also for the previous one we handle that after the
1934 * loop to avoid copying the SKB once too much
1935 */
1936
1937 if (!prev) {
1938 prev = sdata;
1939 continue;
Johannes Berg8e6f00322007-07-27 15:43:22 +02001940 }
Johannes Berg340e11f2007-07-27 15:43:22 +02001941
1942 /*
1943 * frame was destined for the previous interface
1944 * so invoke RX handlers for it
1945 */
1946
1947 skb_new = skb_copy(skb, GFP_ATOMIC);
1948 if (!skb_new) {
1949 if (net_ratelimit())
1950 printk(KERN_DEBUG "%s: failed to copy "
1951 "multicast frame for %s",
Johannes Bergdd1cd4c2007-09-18 17:29:20 -04001952 wiphy_name(local->hw.wiphy),
1953 prev->dev->name);
Johannes Berg340e11f2007-07-27 15:43:22 +02001954 continue;
1955 }
Helmut Schaa69f817b2007-12-21 15:16:35 +01001956 rx.fc = le16_to_cpu(hdr->frame_control);
Johannes Berg8944b792008-01-31 19:48:26 +01001957 ieee80211_invoke_rx_handlers(prev, &rx, skb_new);
Johannes Berg8e6f00322007-07-27 15:43:22 +02001958 prev = sdata;
Johannes Berg571ecf62007-07-27 15:43:22 +02001959 }
Johannes Berg8e6f00322007-07-27 15:43:22 +02001960 if (prev) {
Helmut Schaa69f817b2007-12-21 15:16:35 +01001961 rx.fc = le16_to_cpu(hdr->frame_control);
Johannes Berg8944b792008-01-31 19:48:26 +01001962 ieee80211_invoke_rx_handlers(prev, &rx, skb);
Johannes Berg8e6f00322007-07-27 15:43:22 +02001963 } else
1964 dev_kfree_skb(skb);
Johannes Berg571ecf62007-07-27 15:43:22 +02001965}
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +02001966
Ron Rindjunskyb5807812007-12-25 17:00:35 +02001967#define SEQ_MODULO 0x1000
1968#define SEQ_MASK 0xfff
1969
1970static inline int seq_less(u16 sq1, u16 sq2)
1971{
1972 return (((sq1 - sq2) & SEQ_MASK) > (SEQ_MODULO >> 1));
1973}
1974
1975static inline u16 seq_inc(u16 sq)
1976{
1977 return ((sq + 1) & SEQ_MASK);
1978}
1979
1980static inline u16 seq_sub(u16 sq1, u16 sq2)
1981{
1982 return ((sq1 - sq2) & SEQ_MASK);
1983}
1984
1985
Ron Rindjunsky71364712007-12-25 17:00:36 +02001986/*
1987 * As it function blongs to Rx path it must be called with
1988 * the proper rcu_read_lock protection for its flow.
1989 */
Ron Rindjunskyb5807812007-12-25 17:00:35 +02001990u8 ieee80211_sta_manage_reorder_buf(struct ieee80211_hw *hw,
1991 struct tid_ampdu_rx *tid_agg_rx,
1992 struct sk_buff *skb, u16 mpdu_seq_num,
1993 int bar_req)
1994{
1995 struct ieee80211_local *local = hw_to_local(hw);
1996 struct ieee80211_rx_status status;
1997 u16 head_seq_num, buf_size;
1998 int index;
1999 u32 pkt_load;
Johannes Berg8318d782008-01-24 19:38:38 +01002000 struct ieee80211_supported_band *sband;
2001 struct ieee80211_rate *rate;
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002002
2003 buf_size = tid_agg_rx->buf_size;
2004 head_seq_num = tid_agg_rx->head_seq_num;
2005
2006 /* frame with out of date sequence number */
2007 if (seq_less(mpdu_seq_num, head_seq_num)) {
2008 dev_kfree_skb(skb);
2009 return 1;
2010 }
2011
2012 /* if frame sequence number exceeds our buffering window size or
2013 * block Ack Request arrived - release stored frames */
2014 if ((!seq_less(mpdu_seq_num, head_seq_num + buf_size)) || (bar_req)) {
2015 /* new head to the ordering buffer */
2016 if (bar_req)
2017 head_seq_num = mpdu_seq_num;
2018 else
2019 head_seq_num =
2020 seq_inc(seq_sub(mpdu_seq_num, buf_size));
2021 /* release stored frames up to new head to stack */
2022 while (seq_less(tid_agg_rx->head_seq_num, head_seq_num)) {
2023 index = seq_sub(tid_agg_rx->head_seq_num,
2024 tid_agg_rx->ssn)
2025 % tid_agg_rx->buf_size;
2026
2027 if (tid_agg_rx->reorder_buf[index]) {
2028 /* release the reordered frames to stack */
2029 memcpy(&status,
2030 tid_agg_rx->reorder_buf[index]->cb,
2031 sizeof(status));
Johannes Berg8318d782008-01-24 19:38:38 +01002032 sband = local->hw.wiphy->bands[status.band];
2033 rate = &sband->bitrates[status.rate_idx];
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002034 pkt_load = ieee80211_rx_load_stats(local,
2035 tid_agg_rx->reorder_buf[index],
Johannes Berg8318d782008-01-24 19:38:38 +01002036 &status, rate);
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002037 __ieee80211_rx_handle_packet(hw,
2038 tid_agg_rx->reorder_buf[index],
Johannes Berg8318d782008-01-24 19:38:38 +01002039 &status, pkt_load, rate);
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002040 tid_agg_rx->stored_mpdu_num--;
2041 tid_agg_rx->reorder_buf[index] = NULL;
2042 }
2043 tid_agg_rx->head_seq_num =
2044 seq_inc(tid_agg_rx->head_seq_num);
2045 }
2046 if (bar_req)
2047 return 1;
2048 }
2049
2050 /* now the new frame is always in the range of the reordering */
2051 /* buffer window */
2052 index = seq_sub(mpdu_seq_num, tid_agg_rx->ssn)
2053 % tid_agg_rx->buf_size;
2054 /* check if we already stored this frame */
2055 if (tid_agg_rx->reorder_buf[index]) {
2056 dev_kfree_skb(skb);
2057 return 1;
2058 }
2059
2060 /* if arrived mpdu is in the right order and nothing else stored */
2061 /* release it immediately */
2062 if (mpdu_seq_num == tid_agg_rx->head_seq_num &&
2063 tid_agg_rx->stored_mpdu_num == 0) {
2064 tid_agg_rx->head_seq_num =
2065 seq_inc(tid_agg_rx->head_seq_num);
2066 return 0;
2067 }
2068
2069 /* put the frame in the reordering buffer */
2070 tid_agg_rx->reorder_buf[index] = skb;
2071 tid_agg_rx->stored_mpdu_num++;
2072 /* release the buffer until next missing frame */
2073 index = seq_sub(tid_agg_rx->head_seq_num, tid_agg_rx->ssn)
2074 % tid_agg_rx->buf_size;
2075 while (tid_agg_rx->reorder_buf[index]) {
2076 /* release the reordered frame back to stack */
2077 memcpy(&status, tid_agg_rx->reorder_buf[index]->cb,
2078 sizeof(status));
Johannes Berg8318d782008-01-24 19:38:38 +01002079 sband = local->hw.wiphy->bands[status.band];
2080 rate = &sband->bitrates[status.rate_idx];
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002081 pkt_load = ieee80211_rx_load_stats(local,
2082 tid_agg_rx->reorder_buf[index],
Johannes Berg8318d782008-01-24 19:38:38 +01002083 &status, rate);
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002084 __ieee80211_rx_handle_packet(hw, tid_agg_rx->reorder_buf[index],
Johannes Berg8318d782008-01-24 19:38:38 +01002085 &status, pkt_load, rate);
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002086 tid_agg_rx->stored_mpdu_num--;
2087 tid_agg_rx->reorder_buf[index] = NULL;
2088 tid_agg_rx->head_seq_num = seq_inc(tid_agg_rx->head_seq_num);
2089 index = seq_sub(tid_agg_rx->head_seq_num,
2090 tid_agg_rx->ssn) % tid_agg_rx->buf_size;
2091 }
2092 return 1;
2093}
2094
Ron Rindjunsky71ebb4a2008-01-21 12:39:12 +02002095static u8 ieee80211_rx_reorder_ampdu(struct ieee80211_local *local,
2096 struct sk_buff *skb)
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002097{
2098 struct ieee80211_hw *hw = &local->hw;
2099 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data;
2100 struct sta_info *sta;
2101 struct tid_ampdu_rx *tid_agg_rx;
2102 u16 fc, sc;
2103 u16 mpdu_seq_num;
2104 u8 ret = 0, *qc;
2105 int tid;
2106
2107 sta = sta_info_get(local, hdr->addr2);
2108 if (!sta)
2109 return ret;
2110
2111 fc = le16_to_cpu(hdr->frame_control);
2112
2113 /* filter the QoS data rx stream according to
2114 * STA/TID and check if this STA/TID is on aggregation */
2115 if (!WLAN_FC_IS_QOS_DATA(fc))
2116 goto end_reorder;
2117
2118 qc = skb->data + ieee80211_get_hdrlen(fc) - QOS_CONTROL_LEN;
2119 tid = qc[0] & QOS_CONTROL_TID_MASK;
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002120
Ron Rindjunskycee24a32008-03-26 20:36:03 +02002121 if (sta->ampdu_mlme.tid_state_rx[tid] != HT_AGG_STATE_OPERATIONAL)
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002122 goto end_reorder;
2123
Ron Rindjunskycee24a32008-03-26 20:36:03 +02002124 tid_agg_rx = sta->ampdu_mlme.tid_rx[tid];
2125
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002126 /* null data frames are excluded */
Ron Rindjunsky8b6bbe72008-01-23 18:17:13 +02002127 if (unlikely(fc & IEEE80211_STYPE_NULLFUNC))
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002128 goto end_reorder;
2129
2130 /* new un-ordered ampdu frame - process it */
2131
2132 /* reset session timer */
2133 if (tid_agg_rx->timeout) {
2134 unsigned long expires =
2135 jiffies + (tid_agg_rx->timeout / 1000) * HZ;
2136 mod_timer(&tid_agg_rx->session_timer, expires);
2137 }
2138
2139 /* if this mpdu is fragmented - terminate rx aggregation session */
2140 sc = le16_to_cpu(hdr->seq_ctrl);
2141 if (sc & IEEE80211_SCTL_FRAG) {
Johannes Bergd0709a62008-02-25 16:27:46 +01002142 ieee80211_sta_stop_rx_ba_session(sta->sdata->dev, sta->addr,
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002143 tid, 0, WLAN_REASON_QSTA_REQUIRE_SETUP);
2144 ret = 1;
2145 goto end_reorder;
2146 }
2147
2148 /* according to mpdu sequence number deal with reordering buffer */
2149 mpdu_seq_num = (sc & IEEE80211_SCTL_SEQ) >> 4;
2150 ret = ieee80211_sta_manage_reorder_buf(hw, tid_agg_rx, skb,
2151 mpdu_seq_num, 0);
Johannes Bergd0709a62008-02-25 16:27:46 +01002152 end_reorder:
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002153 return ret;
2154}
2155
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +02002156/*
2157 * This is the receive path handler. It is called by a low level driver when an
2158 * 802.11 MPDU is received from the hardware.
2159 */
2160void __ieee80211_rx(struct ieee80211_hw *hw, struct sk_buff *skb,
2161 struct ieee80211_rx_status *status)
2162{
2163 struct ieee80211_local *local = hw_to_local(hw);
2164 u32 pkt_load;
Johannes Berg8318d782008-01-24 19:38:38 +01002165 struct ieee80211_rate *rate = NULL;
2166 struct ieee80211_supported_band *sband;
2167
2168 if (status->band < 0 ||
Adrian Bunk13d8fd22008-04-23 12:51:28 +03002169 status->band >= IEEE80211_NUM_BANDS) {
Johannes Berg8318d782008-01-24 19:38:38 +01002170 WARN_ON(1);
2171 return;
2172 }
2173
2174 sband = local->hw.wiphy->bands[status->band];
2175
2176 if (!sband ||
2177 status->rate_idx < 0 ||
2178 status->rate_idx >= sband->n_bitrates) {
2179 WARN_ON(1);
2180 return;
2181 }
2182
2183 rate = &sband->bitrates[status->rate_idx];
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +02002184
2185 /*
2186 * key references and virtual interfaces are protected using RCU
2187 * and this requires that we are in a read-side RCU section during
2188 * receive processing
2189 */
2190 rcu_read_lock();
2191
2192 /*
2193 * Frames with failed FCS/PLCP checksum are not returned,
2194 * all other frames are returned without radiotap header
2195 * if it was previously present.
2196 * Also, frames with less than 16 bytes are dropped.
2197 */
Johannes Berg8318d782008-01-24 19:38:38 +01002198 skb = ieee80211_rx_monitor(local, skb, status, rate);
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +02002199 if (!skb) {
2200 rcu_read_unlock();
2201 return;
2202 }
2203
Johannes Berg8318d782008-01-24 19:38:38 +01002204 pkt_load = ieee80211_rx_load_stats(local, skb, status, rate);
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002205 local->channel_use_raw += pkt_load;
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +02002206
Ron Rindjunskyb5807812007-12-25 17:00:35 +02002207 if (!ieee80211_rx_reorder_ampdu(local, skb))
Johannes Berg8318d782008-01-24 19:38:38 +01002208 __ieee80211_rx_handle_packet(hw, skb, status, pkt_load, rate);
Ron Rindjunsky6368e4b2007-12-24 13:36:39 +02002209
2210 rcu_read_unlock();
2211}
Johannes Berg571ecf62007-07-27 15:43:22 +02002212EXPORT_SYMBOL(__ieee80211_rx);
2213
2214/* This is a version of the rx handler that can be called from hard irq
2215 * context. Post the skb on the queue and schedule the tasklet */
2216void ieee80211_rx_irqsafe(struct ieee80211_hw *hw, struct sk_buff *skb,
2217 struct ieee80211_rx_status *status)
2218{
2219 struct ieee80211_local *local = hw_to_local(hw);
2220
2221 BUILD_BUG_ON(sizeof(struct ieee80211_rx_status) > sizeof(skb->cb));
2222
2223 skb->dev = local->mdev;
2224 /* copy status into skb->cb for use by tasklet */
2225 memcpy(skb->cb, status, sizeof(*status));
2226 skb->pkt_type = IEEE80211_RX_MSG;
2227 skb_queue_tail(&local->skb_queue, skb);
2228 tasklet_schedule(&local->tasklet);
2229}
2230EXPORT_SYMBOL(ieee80211_rx_irqsafe);