| Commit message (Expand) | Author | Age | Files | Lines |
* | libertas: convert SNMP_MIB to a direct command | Dan Williams | 2008-09-15 | 1 | -5/+1 |
* | libertas: convert adhoc operations to direct commands | Dan Williams | 2008-08-29 | 1 | -354/+278 |
* | libertas: convert CMD_802_11_RADIO_CONTROL to a direct command | Dan Williams | 2008-08-29 | 1 | -26/+31 |
* | libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command | Dan Williams | 2008-08-29 | 1 | -35/+26 |
* | libertas: rate adaptation configuration via iwconfig. | Javier Cardona | 2008-06-03 | 1 | -1/+1 |
* | libertas: Extend MESH_CONFIG command to access non-volatile configuration | Javier Cardona | 2008-05-21 | 1 | -2/+4 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -1/+1 |
|\ |
|
| * | libertas: fix mode initialization problem | Holger Schurig | 2008-04-07 | 1 | -1/+1 |
* | | libertas: move lbs_update_channel out of assoc.c | Holger Schurig | 2008-04-08 | 1 | -17/+0 |
* | | libertas: move association code from scan.c into assoc.c | Holger Schurig | 2008-04-08 | 1 | -0/+352 |
* | | libertas: move association code from join.c into scan.c | Holger Schurig | 2008-04-08 | 1 | -4/+858 |
* | | libertas: convert GET_LOG to a direct command | Holger Schurig | 2008-03-25 | 1 | -4/+0 |
* | | libertas: fix scheduling while atomic bug in CMD_MAC_CONTROL | Holger Schurig | 2008-03-25 | 1 | -6/+2 |
* | | libertas: rename packetfilter to mac_control | Holger Schurig | 2008-03-25 | 1 | -4/+4 |
* | | libertas: implement SSID scanning for SIOCSIWSCAN | Holger Schurig | 2008-03-13 | 1 | -2/+2 |
* | | libertas: convert KEY_MATERIAL to a direct command | David Woodhouse | 2008-03-06 | 1 | -10/+2 |
* | | libertas: make lbs_sync_channel() static | Holger Schurig | 2008-02-29 | 1 | -11/+0 |
* | | libertas: make association debug output nicer | Holger Schurig | 2008-02-29 | 1 | -6/+3 |
|/ |
|
* | libertas: fix memory alignment problems on the blackfin | Ihar Hrachyshka | 2008-01-31 | 1 | -2/+4 |
* | libertas: convert ENABLE_RSN to a direct command | David Woodhouse | 2008-01-28 | 1 | -14/+5 |
* | libertas: convert SET_WEP to a direct command | David Woodhouse | 2008-01-28 | 1 | -18/+8 |
* | libertas: fix return from lbs_update_channel() | David Woodhouse | 2008-01-28 | 1 | -6/+10 |
* | libertas: pass channel argument directly to lbs_mesh_config() | David Woodhouse | 2008-01-28 | 1 | -5/+6 |
* | libertas: make lbs_update_channel() function non-static | David Woodhouse | 2008-01-28 | 1 | -4/+4 |
* | libertas: add missing newlines in debugging statements | David Woodhouse | 2008-01-28 | 1 | -5/+5 |
* | libertas: disable mesh temporarily while setting eth channel/assoc | David Woodhouse | 2008-01-28 | 1 | -2/+12 |
* | libertas: add missing newline on debug message | David Woodhouse | 2008-01-28 | 1 | -1/+1 |
* | libertas: convert RF_CHANNEL to a direct command | Dan Williams | 2008-01-28 | 1 | -10/+13 |
* | libertas: kill struct lbs_adapter | David Woodhouse | 2008-01-28 | 1 | -72/+64 |
* | libertas: tweak association debug output | Holger Schurig | 2008-01-28 | 1 | -5/+4 |
* | libertas: remove arbitrary typedefs | Holger Schurig | 2008-01-28 | 1 | -23/+25 |
* | libertas: clean up association debug messages | Holger Schurig | 2008-01-28 | 1 | -72/+64 |
* | libertas: move to uniform lbs_/LBS_ namespace | Holger Schurig | 2008-01-28 | 1 | -60/+60 |
* | [PATCH] libertas: problems setting wpa keys | Dan Williams | 2007-10-10 | 1 | -5/+30 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -8/+11 |
* | [PATCH] libertas: fix misspelling in debug message | Dan Williams | 2007-10-10 | 1 | -1/+1 |
* | [PATCH] libertas: remove adapter->prescan | Holger Schurig | 2007-10-10 | 1 | -4/+2 |
* | [PATCH] libertas: re-uppercase command defines and other constants | Dan Williams | 2007-10-10 | 1 | -34/+34 |
* | [PATCH] libertas: clean up indentation in libertas_association_worker | Dan Williams | 2007-10-10 | 1 | -5/+10 |
* | [PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage | Dan Williams | 2007-10-10 | 1 | -4/+4 |
* | [PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctly | Dan Williams | 2007-06-28 | 1 | -2/+26 |
* | [PATCH] libertas: deauthenticate from AP in channel switch | Luis Carlos Cobo Rus | 2007-06-12 | 1 | -0/+5 |
* | [PATCH] libertas: pull current channel from firmware on mesh autostart | Luis Carlos Cobo Rus | 2007-06-12 | 1 | -0/+8 |
* | [PATCH] libertas: reduce SSID and BSSID mixed-case abuse | Dan Williams | 2007-06-11 | 1 | -7/+7 |
* | [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid | Dan Williams | 2007-06-11 | 1 | -48/+26 |
* | [PATCH] libertas: tweak association debug output | Dan Williams | 2007-06-11 | 1 | -11/+8 |
* | [PATCH] libertas: first pass at fixing up endianness issues | David Woodhouse | 2007-06-11 | 1 | -1/+1 |
* | [PATCH] libertas: Make WPA work through supplicant handshake | Dan Williams | 2007-06-11 | 1 | -10/+10 |
* | [PATCH] libertas: debug print spacing fixes in assoc.c | Dan Williams | 2007-06-11 | 1 | -2/+1 |
* | [PATCH] libertas: honor specific channel requests during association | Dan Williams | 2007-06-11 | 1 | -2/+6 |