Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66418
b: refs/heads/master
c: c15a205
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Oct 10, 2007
1 parent 270b578 commit 4d41ab7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7848ba7d7a010ccb265617fc2bc053e2bdf06f48
refs/heads/master: c15a205070fac9fab0d9d4642b9342677b67f933
13 changes: 0 additions & 13 deletions trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -645,19 +645,6 @@ struct ieee80211_ops {
const u8 *local_address, const u8 *address,
struct ieee80211_key_conf *key);

/*
* Set TX key index for default/broadcast keys. This is needed in cases
* where wlan card is doing full WEP/TKIP encapsulation (wep_include_iv
* is not set), in other cases, this function pointer can be set to
* NULL since the IEEE 802.11 module takes care of selecting the key
* index for each TX frame.
*
* TODO: If you use this callback in your driver tell us if you need
* any other information from it to make it easier, like the
* key_conf instead.
*/
int (*set_key_idx)(struct ieee80211_hw *hw, int idx);

/* Enable/disable IEEE 802.1X. This item requests wlan card to pass
* unencrypted EAPOL-Key frames even when encryption is configured.
* If the wlan card does not require such a configuration, this
Expand Down
4 changes: 0 additions & 4 deletions trunk/net/mac80211/key.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,6 @@ void ieee80211_set_default_key(struct ieee80211_sub_if_data *sdata, int idx)

if (sdata->default_key)
ieee80211_debugfs_key_add_default(sdata);

if (sdata->local->ops->set_key_idx)
sdata->local->ops->set_key_idx(
local_to_hw(sdata->local), idx);
}
}

Expand Down

0 comments on commit 4d41ab7

Please sign in to comment.