Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24697
b: refs/heads/master
c: 8fa252d
h: refs/heads/master
i:
  24695: 64eeb70
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Mar 27, 2006
1 parent 45d4937 commit f503465
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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: 6465ce1bbf7fede82dccec342417105b10793b51
refs/heads/master: 8fa252d099d864f8848a9890f26d1a51a9c7ad32
12 changes: 11 additions & 1 deletion trunk/drivers/net/wireless/bcm43xx/bcm43xx_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
#include "bcm43xx_main.h"
#include "bcm43xx_radio.h"


/* The WIRELESS_EXT version, which is implemented by this driver. */
#define BCM43xx_WX_VERSION 18


/* Define to enable a printk on each wx handler function invocation */
//#define BCM43xx_WX_DEBUG

Expand Down Expand Up @@ -282,7 +287,12 @@ static int bcm43xx_wx_get_rangeparams(struct net_device *net_dev,
range->max_encoding_tokens = WEP_KEYS;

range->we_version_compiled = WIRELESS_EXT;
range->we_version_source = 16;
range->we_version_source = BCM43xx_WX_VERSION;

range->enc_capa = IW_ENC_CAPA_WPA |
IW_ENC_CAPA_WPA2 |
IW_ENC_CAPA_CIPHER_TKIP |
IW_ENC_CAPA_CIPHER_CCMP;

spin_lock_irqsave(&bcm->lock, flags);

Expand Down

0 comments on commit f503465

Please sign in to comment.