Age | Commit message (Expand) | Author |
2008-01-28 | libertas: free successfully transmitted skbs again | David Woodhouse |
2008-01-28 | libertas: TX packet is radiotap iff it comes from rtap_dev | David Woodhouse |
2008-01-28 | libertas: set dev_addr on rtap device | David Woodhouse |
2008-01-28 | libertas: stop using ieee80211 for radiotap device | David Woodhouse |
2008-01-28 | libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit() | David Woodhouse |
2008-01-28 | libertas: clean up lbs_hard_start_xmit() | David Woodhouse |
2008-01-28 | libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit() | David Woodhouse |
2008-01-28 | libertas: move lbs_hard_start_xmit() into tx.c | David Woodhouse |
2008-01-28 | libertas: kill SendSinglePacket() function. | David Woodhouse |
2008-01-28 | libertas: kill internal tx queue for PS mode | David Woodhouse |
2008-01-28 | libertas: stop debugfs code looking at cmdpendingq | David Woodhouse |
2008-01-28 | libertas: cope with device which already has firmware loaded | David Woodhouse |
2008-01-28 | libertas: use lbs_host_to_card_done() in lbs_tx_timeout() | David Woodhouse |
2008-01-28 | libertas: kill struct lbs_adapter | David Woodhouse |
2008-01-28 | libertas: kill TxLockFlag | David Woodhouse |
2008-01-28 | libertas: fix lbs_rtap attribute in sysfs | David Woodhouse |
2008-01-28 | libertas: clean up lbs_thread() to make it slightly more readable | David Woodhouse |
2008-01-28 | libertas: switch lbs_cmd() to take a callback function pointer | David Woodhouse |
2008-01-28 | libertas: kill adapter->nr_cmd_pending | David Woodhouse |
2008-01-28 | libertas: Fix up error handling in lbs_setuserscan() | David Woodhouse |
2008-01-28 | libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys. | David Woodhouse |
2008-01-28 | libertas: endianness fixes | Holger Schurig |
2008-01-28 | libertas: Switch to using a callback function pointer for commands | David Woodhouse |
2008-01-28 | libertas: when usb_submit_usb fails, include the error code in the printk | David Woodhouse |
2008-01-28 | libertas: implement new scanning logic | Holger Schurig |
2008-01-28 | libertas: Fix endianness in boot2_version handling. | David Woodhouse |
2008-01-28 | libertas: Remove SET_BOOT2_VER support from the Big Switch Statement. | David Woodhouse |
2008-01-28 | libertas: Use lbs_cmd() for setting Boot2 version | David Woodhouse |
2008-01-28 | libertas: fix data packet size errors | Holger Schurig |
2008-01-28 | libertas: don't cast a pointer to pointer of | Li Zefan |
2008-01-28 | libertas: Byteswap cmdptr->size in lbs_cmd() | David Woodhouse |
2008-01-28 | libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably. | David Woodhouse |
2008-01-28 | libertas: Move SET_BOOT2_VER command to if_usb where it belongs | David Woodhouse |
2008-01-28 | libertas: Don't claim to have checksummed incoming packets. | David Woodhouse |
2008-01-28 | libertas: handy function to call firmware commands | Holger Schurig |
2008-01-28 | libertas: make more functions static | Holger Schurig |
2008-01-28 | libertas: remove cmd_ctrl_node->status | Holger Schurig |
2008-01-28 | libertas: remove cmd_ctrl_node->cmdflags | Holger Schurig |
2008-01-28 | libertas: Consolidate lbs_host_to_card_done() function. | David Woodhouse |
2008-01-28 | libertas: Remove cmd_oid from struct cmd_ctrl_node | David Woodhouse |
2008-01-28 | libertas: Fix memory leak of RX skbs | David Woodhouse |
2008-01-28 | b43: Fix for broken transmission | Michael Buesch |
2008-01-28 | b43: Fix ofdmtab write regression | Michael Buesch |
2008-01-28 | iwlwifi: add missing comments | Tomas Winkler |
2008-01-28 | iwlwifi: fix compliation warnings | Tomas Winkler |
2008-01-28 | iwlwifi: remove HT code from iwl-3945.h | Reinette Chatre |
2008-01-28 | orinoco: always use latest BSS info when caching scan results | Dan Williams |
2008-01-28 | ipg: add __devexit annotation | Adrian Bunk |
2008-01-28 | rt2x00: correct "skb_buff" typo | John W. Linville |
2008-01-28 | ipg: fix checkpatch reported errors | Pekka Enberg |