Age | Commit message (Expand) | Author | Files | Lines |
2009-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 1 | -2/+0 |
2009-12-22 | libertas: make mesh configurable | Holger Schurig | 1 | -5/+15 |
2009-12-22 | libertas: add access functions for mesh open/connect status | Holger Schurig | 1 | -3/+3 |
2009-12-21 | Libertas: fix buffer overflow in lbs_get_essid() | Daniel Mack | 1 | -2/+0 |
2009-10-27 | libertas: move mic failure event to wext.c | Holger Schurig | 1 | -1/+26 |
2009-10-27 | libertas: move SIOCGIWAP calls to wext.c | Holger Schurig | 1 | -0/+9 |
2009-10-27 | libertas: move lbs_send_iwevcustom_event() to wext.c | Holger Schurig | 1 | -0/+24 |
2009-10-27 | libertas: get current channel out of priv->curbssparams | Holger Schurig | 1 | -5/+5 |
2009-10-27 | libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LEN | Holger Schurig | 1 | -4/+4 |
2009-10-27 | libertas: remove unused 11d code | Holger Schurig | 1 | -48/+10 |
2009-10-27 | libertas: Check return status of command functions | Amitkumar Karwar | 1 | -3/+7 |
2009-10-08 | libertas: Use lbs_is_cmd_allowed() check in command handling routines. | Amitkumar Karwar | 1 | -133/+0 |
2009-10-08 | libertas: Add auto deep sleep support for SD8385/SD8686/SD8688 | Amitkumar Karwar | 1 | -2/+183 |
2009-08-05 | libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10 | Maithili Hinge | 1 | -0/+2 |
2009-07-10 | libertas: remove ps_supported flag, use fwcapinfo | Andrey Yurovsky | 1 | -1/+1 |
2009-03-22 | libertas: convert to internal net_device_stats | Stephen Hemminger | 1 | -1/+1 |
2009-02-26 | libertas: fix misuse of netdev_priv() and dev->ml_priv | Kiran Divekar | 1 | -36/+36 |
2008-11-13 | netdevice: safe convert to netdev_priv() #part-4 | Wang Chen | 1 | -36/+36 |
2008-11-10 | don't use net/ieee80211.h | Johannes Berg | 1 | -1/+0 |
2008-11-01 | wireless: use individual buffers for printing ssid values | John W. Linville | 1 | -1/+2 |
2008-11-01 | wireless: consolidate on a single escape_essid implementation | John W. Linville | 1 | -1/+2 |
2008-10-28 | net: convert print_mac to %pM | Johannes Berg | 1 | -2/+1 |
2008-09-30 | libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups) | Anna Neal | 1 | -0/+12 |
2008-09-25 | libertas: Reduce the WPA key installation time (fixups) | Javier Cardona | 1 | -3/+23 |
2008-09-16 | libertas: correct "limited range of data type" warning | John W. Linville | 1 | -3/+2 |
2008-09-16 | libertas: Reduce the WPA key installation time. | Javier Cardona | 1 | -3/+13 |
2008-09-16 | libertas: convert SNMP_MIB to a direct command | Dan Williams | 1 | -67/+74 |
2008-09-11 | libertas: Improvements on automatic tx power control via SIOCSIWTXPOW. | Anna Neal | 1 | -2/+29 |
2008-08-30 | libertas: convert adhoc operations to direct commands | Dan Williams | 1 | -1/+1 |
2008-08-30 | libertas: convert CMD_802_11_RADIO_CONTROL to a direct command | Dan Williams | 1 | -38/+31 |
2008-08-30 | libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command | Dan Williams | 1 | -1/+3 |
2008-08-30 | libertas: convert CMD_802_11_RF_TX_POWER to a direct command | Dan Williams | 1 | -44/+39 |
2008-06-03 | libertas: rate adaptation configuration via iwconfig. | Javier Cardona | 1 | -9/+18 |
2008-05-22 | libertas: Extend MESH_CONFIG command to access non-volatile configuration | Javier Cardona | 1 | -2/+3 |
2008-04-09 | libertas: remove lbs_get_fwversion() | Holger Schurig | 1 | -17/+0 |
2008-04-09 | libertas: move association code from scan.c into assoc.c | Holger Schurig | 1 | -0/+1 |
2008-04-09 | libertas: move association code from join.c into scan.c | Holger Schurig | 1 | -1/+0 |
2008-03-25 | libertas: remove lots of unused stuff | Holger Schurig | 1 | -1/+1 |
2008-03-25 | libertas: misc power saving adjusts | Holger Schurig | 1 | -17/+7 |
2008-03-25 | libertas: convert GET_LOG to a direct command | Holger Schurig | 1 | -6/+8 |
2008-03-13 | libertas: implement SSID scanning for SIOCSIWSCAN | Holger Schurig | 1 | -0/+3 |
2008-01-29 | libertas: always show firmware release | Holger Schurig | 1 | -11/+5 |
2008-01-29 | libertas: allow for PS mode to be disabled when firmware doesn't support it | David Woodhouse | 1 | -0/+7 |
2008-01-29 | libertas: pass channel argument directly to lbs_mesh_config() | David Woodhouse | 1 | -4/+3 |
2008-01-29 | libertas: allow setting channel on mshX device | David Woodhouse | 1 | -1/+52 |
2008-01-29 | libertas: allow get/set SSID on mshX device | David Woodhouse | 1 | -2/+50 |
2008-01-29 | libertas: convert DATA_RATE to a direct command | Dan Williams | 1 | -6/+3 |
2008-01-29 | libertas: kill struct lbs_adapter | David Woodhouse | 1 | -203/+169 |
2008-01-29 | libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys. | David Woodhouse | 1 | -10/+1 |
2008-01-29 | libertas: remove arbitrary typedefs | Holger Schurig | 1 | -80/+84 |