Age | Commit message (Expand) | Author | Files | Lines |
2012-07-10 | net/wireless: remove macro defined twice with same value | Oskar Schirmer | 1 | -1/+0 |
2011-04-28 | libertas: use kernel-doc notation, fix comment style | Randy Dunlap | 1 | -13/+20 |
2011-03-10 | ieee80211: add IEEE80211_COUNTRY_STRING_LEN definition | Bing Zhao | 1 | -1/+1 |
2010-07-27 | libertas: convert PS_MODE to a direct command | Dan Williams | 1 | -23/+27 |
2010-07-27 | libertas: convert CMD_FWT_ACCESS to a direct command | Dan Williams | 1 | -1/+2 |
2010-07-27 | libertas: convert Mesh Blinding Table access to a direct command | Dan Williams | 1 | -1/+2 |
2010-07-27 | libertas: convert register access to direct commands | Dan Williams | 1 | -18/+6 |
2010-07-27 | libertas: convert LED_GPIO_CTRL to a direct command | Dan Williams | 1 | -3/+2 |
2010-07-27 | libertas: remove Beacon Control | Dan Williams | 1 | -1/+2 |
2010-07-27 | libertas: remove unused Automatic Frequency Control command | Dan Williams | 1 | -1/+3 |
2010-07-27 | libertas: remove unused indirect TPC_CFG command leftovers | Dan Williams | 1 | -1/+0 |
2010-07-27 | libertas: convert 11D_DOMAIN_INFO to a direct command | Dan Williams | 1 | -16/+5 |
2010-07-27 | libertas: clean up RSSI command | Dan Williams | 1 | -13/+11 |
2010-07-27 | libertas: clean up MONITOR_MODE command | Dan Williams | 1 | -1/+3 |
2010-07-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | John W. Linville | 1 | -60/+60 |
2010-07-14 | libertas: convert new uses of __attribute__ ((packed)) to __packed | John W. Linville | 1 | -3/+3 |
2010-07-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -1/+27 |
2010-06-23 | Libertas: Added 11d support using cfg80211 | Kiran Divekar | 1 | -1/+27 |
2010-06-03 | drivers/net: use __packed annotation | Eric Dumazet | 1 | -60/+60 |
2009-10-27 | libertas: remove "struct cmd_ds_gen" | Holger Schurig | 1 | -13/+0 |
2009-10-27 | libertas: remove handling for CMD_GET_TSF | Holger Schurig | 1 | -1/+0 |
2009-10-27 | libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LEN | Holger Schurig | 1 | -2/+2 |
2009-10-27 | libertas: remove unused 11d.h as well, priv->countryinfo | Holger Schurig | 1 | -4/+2 |
2009-10-27 | libertas: remove unused lbs_cmd_802_11_inactivity_timeout() | Holger Schurig | 1 | -10/+0 |
2009-10-27 | libertas: harmonize cmd.h | Holger Schurig | 1 | -15/+0 |
2009-10-27 | libertas: cleanup host.h and hostcmd.h | Holger Schurig | 1 | -152/+849 |
2009-10-08 | libertas: Add auto deep sleep support for SD8385/SD8686/SD8688 | Amitkumar Karwar | 1 | -0/+1 |
2009-05-22 | libertas: implement function init/shutdown commands for SD8688 | Bing Zhao | 1 | -0/+2 |
2009-04-23 | libertas: support mesh for various firmware versions | Bing Zhao | 1 | -1/+2 |
2009-01-30 | libertas: Update libertas core with GSPI constants | Colin McCabe | 1 | -0/+1 |
2008-12-12 | libertas: Create sysfs entry for changing the mesh probe response limit | Anna Neal | 1 | -0/+1 |
2008-11-21 | libertas: Fine grained configuration of wake-on-lan. | Anna Neal | 1 | -0/+8 |
2008-09-16 | libertas: convert SNMP_MIB to a direct command | Dan Williams | 1 | -11/+13 |
2008-09-11 | libertas: Improvements on automatic tx power control via SIOCSIWTXPOW. | Anna Neal | 1 | -0/+1 |
2008-08-30 | libertas: convert CMD_802_11_RADIO_CONTROL to a direct command | Dan Williams | 1 | -12/+3 |
2008-08-30 | libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command | Dan Williams | 1 | -1/+0 |
2008-08-30 | libertas: convert CMD_802_11_RF_TX_POWER to a direct command | Dan Williams | 1 | -10/+0 |
2008-05-22 | libertas: Extend MESH_CONFIG command to access non-volatile configuration | Javier Cardona | 1 | -0/+17 |
2008-03-27 | libertas: remove CMD_802_11_PWR_CFG | Holger Schurig | 1 | -1/+0 |
2008-03-25 | libertas: remove some unused commands | Holger Schurig | 1 | -3/+0 |
2008-01-29 | libertas: allow for PS mode to be disabled when firmware doesn't support it | David Woodhouse | 1 | -0/+5 |
2008-01-29 | libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM command | David Woodhouse | 1 | -0/+1 |
2008-01-29 | libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitions | David Woodhouse | 1 | -0/+2 |
2008-01-29 | libertas: add lbs_host_sleep_cfg() command function | David Woodhouse | 1 | -0/+2 |
2008-01-29 | libertas: whitespace cleanup in host.h | David Woodhouse | 1 | -202/+178 |
2008-01-29 | libertas: add lbs_mesh sysfs attribute for enabling mesh | David Woodhouse | 1 | -0/+1 |
2008-01-29 | libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR comm... | Dan Williams | 1 | -2/+2 |
2008-01-29 | libertas: wait for 'firmware ready' event from firmware after loading | David Woodhouse | 1 | -0/+1 |
2008-01-29 | libertas: less eventcause shifts | Holger Schurig | 1 | -22/+30 |
2008-01-29 | libertas: rework event subscription | Holger Schurig | 1 | -0/+8 |