diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-10-08 15:39:28 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-10-08 15:39:28 -0400 |
commit | e9a68707d736f4f73d7e209885d7b4c5c452b1dc (patch) | |
tree | d9f76964c77c1059483b08436ed060b702b8e25d /drivers/net/wireless/libertas | |
parent | dd53df265b1ee7a1fbbc76bb62c3bec2383bbd44 (diff) | |
parent | 15a6321d1c0f8db561932cd99e1b9897981da71f (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Conflicts:
Documentation/feature-removal-schedule.txt
drivers/net/wireless/ipw2x00/ipw2200.c
Diffstat (limited to 'drivers/net/wireless/libertas')
-rw-r--r-- | drivers/net/wireless/libertas/cfg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/cfg.c b/drivers/net/wireless/libertas/cfg.c index 1bbdb14f7d76..5046a0005034 100644 --- a/drivers/net/wireless/libertas/cfg.c +++ b/drivers/net/wireless/libertas/cfg.c | |||
@@ -1440,7 +1440,7 @@ static int lbs_cfg_set_default_key(struct wiphy *wiphy, | |||
1440 | 1440 | ||
1441 | 1441 | ||
1442 | static int lbs_cfg_add_key(struct wiphy *wiphy, struct net_device *netdev, | 1442 | static int lbs_cfg_add_key(struct wiphy *wiphy, struct net_device *netdev, |
1443 | u8 idx, const u8 *mac_addr, | 1443 | u8 idx, bool pairwise, const u8 *mac_addr, |
1444 | struct key_params *params) | 1444 | struct key_params *params) |
1445 | { | 1445 | { |
1446 | struct lbs_private *priv = wiphy_priv(wiphy); | 1446 | struct lbs_private *priv = wiphy_priv(wiphy); |
@@ -1500,7 +1500,7 @@ static int lbs_cfg_add_key(struct wiphy *wiphy, struct net_device *netdev, | |||
1500 | 1500 | ||
1501 | 1501 | ||
1502 | static int lbs_cfg_del_key(struct wiphy *wiphy, struct net_device *netdev, | 1502 | static int lbs_cfg_del_key(struct wiphy *wiphy, struct net_device *netdev, |
1503 | u8 key_index, const u8 *mac_addr) | 1503 | u8 key_index, bool pairwise, const u8 *mac_addr) |
1504 | { | 1504 | { |
1505 | 1505 | ||
1506 | lbs_deb_enter(LBS_DEB_CFG80211); | 1506 | lbs_deb_enter(LBS_DEB_CFG80211); |