projects
/
linux-2.6
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libertas: make worker thread not freezable
[linux-2.6]
/
drivers
/
net
/
wireless
/
libertas
/
2008-01-28
David Woodhouse
libertas: make worker thread not freezable
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: switch lbs_cmd() to take a _pointer_ to the...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: add lbs_host_sleep_cfg() command function
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: slight cleanup of netif queue stop/wake
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: add missing newlines in debugging statements
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: be more careful about command responses match...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: add debugging output to lbs_mesh_config()
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: disable mesh temporarily while setting eth...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: add missing newline on debug message
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: allow setting channel on mshX device
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: allow get/set SSID on mshX device
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: whitespace cleanup in host.h
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill rx_urb_recall and eth_dev members of...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill references to mesh autostart
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: add lbs_mesh sysfs attribute for enabling...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: fix sparse endianness warnings in scan.c
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: make some more functions static
tree
|
commitdiff
2008-01-28
Dan Williams
libertas: endianness fixes for get_channel/set_channel
tree
|
commitdiff
2008-01-28
Dan Williams
libertas: convert RF_CHANNEL to a direct command
tree
|
commitdiff
2008-01-28
Dan Williams
libertas: convert DATA_RATE to a direct command
tree
|
commitdiff
2008-01-28
Dan Williams
libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACC...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: remove casts from lbs_cmd() and lbs_cmd_with_...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: convert CMD_MESH_ACCESS to a direct command
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: fix debug output in lbs_cmd_copyback() function.
tree
|
commitdiff
2008-01-28
Dan Williams
libertas: rename and re-type bufvirtualaddr to cmdbuf
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: wait for 'firmware ready' event from firmware...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: move removal of lbs_rtap file to lbs_stop_card()
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: switch USB cardp->priv to 'struct lbs_private...
tree
|
commitdiff
2008-01-28
Dan Williams
libertas: convert GET_HW_SPEC to a direct command
tree
|
commitdiff
2008-01-28
Dan Williams
libertas: add simple copyback command callback
tree
|
commitdiff
2008-01-28
Dan Williams
libertas: clean up direct command handling
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: don't run thread while firmware not yet ready
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: switch to a waitqueue and timer for handling...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: improve reliability of firmware reloading...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: make rtap and normal modes mutually exclusive...
tree
|
commitdiff
2008-01-28
Dan Williams
libertas: clean up is_command_allowed_in_ps()
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: remove pre_open_check()
tree
|
commitdiff
2008-01-28
Dan Williams
libertas: make lbs_cmd() usage nicer
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: clean up lbs_interrupt()
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: add opaque extra argument to cmd callback...
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: fix use-after-free error
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill (IS,SET,UNSET)_MESH_FRAME.
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill lbs_upload_tx_packet()
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: fix error cases in lbs_process_rxed_802_11_pa...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: remove unreachable code from process_rxed_802...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Move actual transmission to main thread
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: refactor the 'should I sleep?' decision in...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: free successfully transmitted skbs again
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: TX packet is radiotap iff it comes from rtap_dev
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: set dev_addr on rtap device
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: stop using ieee80211 for radiotap device
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: clean up lbs_hard_start_xmit()
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill lbs_process_tx() by merging it into...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: move lbs_hard_start_xmit() into tx.c
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill SendSinglePacket() function.
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill internal tx queue for PS mode
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: stop debugfs code looking at cmdpendingq
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: cope with device which already has firmware...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: use lbs_host_to_card_done() in lbs_tx_timeout()
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill struct lbs_adapter
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill TxLockFlag
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: fix lbs_rtap attribute in sysfs
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: clean up lbs_thread() to make it slightly...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: switch lbs_cmd() to take a callback function...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: kill adapter->nr_cmd_pending
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Fix up error handling in lbs_setuserscan()
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Don't set IW_ENCODE_NOKEY when returning...
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: endianness fixes
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Switch to using a callback function pointer...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: when usb_submit_usb fails, include the error...
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: implement new scanning logic
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Fix endianness in boot2_version handling.
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Remove SET_BOOT2_VER support from the Big...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Use lbs_cmd() for setting Boot2 version
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: fix data packet size errors
tree
|
commitdiff
2008-01-28
Li Zefan
libertas: don't cast a pointer to pointer of
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Byteswap cmdptr->size in lbs_cmd()
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Zero 'pdata_size' field in cmd_ctrl_node...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Move SET_BOOT2_VER command to if_usb where...
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Don't claim to have checksummed incoming...
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: handy function to call firmware commands
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: make more functions static
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: remove cmd_ctrl_node->status
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: remove cmd_ctrl_node->cmdflags
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Consolidate lbs_host_to_card_done() function.
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Remove cmd_oid from struct cmd_ctrl_node
tree
|
commitdiff
2008-01-28
David Woodhouse
libertas: Fix memory leak of RX skbs
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: less eventcause shifts
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: remove user-specified channel list
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: remove numprobes
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: tweak tx path debugging
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: tweak association debug output
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: rework event subscription
tree
|
commitdiff
2008-01-28
Holger Schurig
libertas: remove arbitrary typedefs
tree
|
commitdiff
2008-01-28
Brajesh Dave
libertas: configurable beacon interval
tree
|
commitdiff
2008-01-28
Brajesh Dave
libertas: separate mesh connectivity from that of the...
tree
|
commitdiff
2008-01-28
Andres Salomon
libertas: nuke useless variable usbdriver_name and...
tree
|
commitdiff
2008-01-28
Andres Salomon
libertas: reset devices upon disconnect rather than...
tree
|
commitdiff
2008-01-28
Andres Salomon
libertas: mark module_init/exit functions as __init...
tree
|
commitdiff
next