Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66367
b: refs/heads/master
c: 8dc06a1
h: refs/heads/master
i:
  66365: e87cfeb
  66363: 6309656
  66359: 51c06ce
  66351: 461bfc7
  66335: 61c7f87
  66303: f1adac2
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Oct 10, 2007
1 parent 5b21aff commit cbae7b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b331615722779b078822988843ddffd4eaec9f83
refs/heads/master: 8dc06a1c6112fef7616d26e0b001455b5d8c3c5e
7 changes: 7 additions & 0 deletions trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,15 @@ ieee80211_rx_h_load_key(struct ieee80211_txrx_data *rx)
* frames can also use key indizes like GTKs. Hence, if we don't
* have a PTK/STK we check the key index for a WEP key.
*
* Note that in a regular BSS, multicast frames are sent by the
* AP only, associated stations unicast the frame to the AP first
* which then multicasts it on their behalf.
*
* There is also a slight problem in IBSS mode: GTKs are negotiated
* with each station, that is something we don't currently handle.
* The spec seems to expect that one negotiates the same key with
* every station but there's no such requirement; VLANs could be
* possible.
*/

if (!(rx->fc & IEEE80211_FCTL_PROTECTED))
Expand Down

0 comments on commit cbae7b9

Please sign in to comment.