Age | Commit message (Expand) | Author | Files | Lines |
2008-04-16 | libertas: convert libertas driver to use an event/cmdresp queue | Holger Schurig | 1 | -16/+7 |
2008-04-09 | libertas: move association code from join.c into scan.c | Holger Schurig | 1 | -1/+1 |
2008-04-02 | libertas: convert sleep/wake config direct commands | Holger Schurig | 1 | -9/+8 |
2008-04-02 | libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command | Holger Schurig | 1 | -29/+0 |
2008-04-02 | libertas: convert CMD_802_11_MAC_ADDRESS to a direct command | Holger Schurig | 1 | -17/+0 |
2008-03-27 | libertas: reduce debug output | Holger Schurig | 1 | -2/+2 |
2008-03-27 | libertas: remove CMD_802_11_PWR_CFG | Holger Schurig | 1 | -8/+0 |
2008-03-25 | libertas: remove lots of unused stuff | Holger Schurig | 1 | -25/+4 |
2008-03-25 | libertas: misc power saving adjusts | Holger Schurig | 1 | -9/+9 |
2008-03-25 | libertas: convert GET_LOG to a direct command | Holger Schurig | 1 | -18/+0 |
2008-03-25 | libertas: convert CMD_MAC_CONTROL to a direct command | Holger Schurig | 1 | -1/+0 |
2008-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 1 | -1/+1 |
2008-03-11 | libertas: fix the 'compare command with itself' properly | Sebastian Siewior | 1 | -1/+1 |
2008-03-07 | libertas: convert 802_11_SCAN to a direct command | David Woodhouse | 1 | -4/+0 |
2008-03-07 | libertas: convert KEY_MATERIAL to a direct command | David Woodhouse | 1 | -59/+0 |
2008-03-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -5/+3 |
2008-03-05 | libertas: compare the current command with response | Sebastian Siewior | 1 | -3/+1 |
2008-03-05 | libertas: fix sanity check on sequence number in command response | David Woodhouse | 1 | -2/+2 |
2008-02-29 | libertas: make association debug output nicer | Holger Schurig | 1 | -1/+1 |
2008-02-29 | libertas: trim overly long debug statement | Holger Schurig | 1 | -2/+2 |
2008-01-29 | libertas: convert SUBSCRIBE_EVENT to a direct command | David Woodhouse | 1 | -22/+0 |
2008-01-29 | libertas: convert ENABLE_RSN to a direct command | David Woodhouse | 1 | -21/+0 |
2008-01-29 | libertas: convert SET_WEP to a direct command | David Woodhouse | 1 | -1/+0 |
2008-01-29 | libertas: convert SLEEP_PARAMS to a direct command | David Woodhouse | 1 | -26/+0 |
2008-01-29 | libertas: convert INACTIVITY_TIMEOUT to a direct command | David Woodhouse | 1 | -7/+0 |
2008-01-29 | libertas: convert RADIO_CONTROL to a direct command | David Woodhouse | 1 | -1/+0 |
2008-01-29 | libertas: discard DEFER responses to commands; let the timeout trigger | David Woodhouse | 1 | -0/+10 |
2008-01-29 | libertas: use priv->upld_buf for command responses | David Woodhouse | 1 | -1/+1 |
2008-01-29 | libertas: reduce explicit references to priv->cur_cmd->cmdbuf | David Woodhouse | 1 | -4/+4 |
2008-01-29 | libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM command | David Woodhouse | 1 | -1/+29 |
2008-01-29 | libertas: fix buffer handling of PS_MODE commands and responses | David Woodhouse | 1 | -1/+1 |
2008-01-29 | libertas: handle command timeout in main thread instead of directly in timer | David Woodhouse | 1 | -0/+6 |
2008-01-29 | libertas: kill pdata_buf member of struct cmd_ctrl_node | David Woodhouse | 1 | -13/+13 |
2008-01-29 | libertas: introduce and use lbs_complete_command() for command completion | David Woodhouse | 1 | -7/+3 |
2008-01-29 | libertas: slight cleanup of netif queue stop/wake | David Woodhouse | 1 | -6/+8 |
2008-01-29 | libertas: be more careful about command responses matching cur_cmd | David Woodhouse | 1 | -14/+22 |
2008-01-29 | libertas: convert RF_CHANNEL to a direct command | Dan Williams | 1 | -25/+0 |
2008-01-29 | libertas: convert DATA_RATE to a direct command | Dan Williams | 1 | -23/+0 |
2008-01-29 | libertas: convert CMD_MESH_ACCESS to a direct command | David Woodhouse | 1 | -5/+0 |
2008-01-29 | libertas: rename and re-type bufvirtualaddr to cmdbuf | Dan Williams | 1 | -7/+7 |
2008-01-29 | libertas: convert GET_HW_SPEC to a direct command | Dan Williams | 1 | -67/+0 |
2008-01-29 | libertas: clean up direct command handling | Dan Williams | 1 | -3/+4 |
2008-01-29 | libertas: add opaque extra argument to cmd callback function | David Woodhouse | 1 | -5/+6 |
2008-01-29 | libertas: kill struct lbs_adapter | David Woodhouse | 1 | -178/+158 |
2008-01-29 | libertas: kill adapter->nr_cmd_pending | David Woodhouse | 1 | -5/+0 |
2008-01-29 | libertas: endianness fixes | Holger Schurig | 1 | -1/+1 |
2008-01-29 | libertas: Switch to using a callback function pointer for commands | David Woodhouse | 1 | -15/+8 |
2008-01-29 | libertas: fix data packet size errors | Holger Schurig | 1 | -1/+1 |
2008-01-29 | libertas: handy function to call firmware commands | Holger Schurig | 1 | -6/+17 |
2008-01-29 | libertas: remove cmd_ctrl_node->cmdflags | Holger Schurig | 1 | -7/+0 |