index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libertas: fix error cases in lbs_process_rxed_802_11_packet()
David Woodhouse
2008-01-29
1
-6
/
+8
*
libertas: remove unreachable code from process_rxed_802_11_packet()
David Woodhouse
2008-01-29
1
-43
/
+32
*
libertas: Move actual transmission to main thread
David Woodhouse
2008-01-29
3
-61
/
+71
*
libertas: refactor the 'should I sleep?' decision in lbs_thread()
David Woodhouse
2008-01-29
1
-2
/
+18
*
libertas: free successfully transmitted skbs again
David Woodhouse
2008-01-29
1
-1
/
+3
*
libertas: TX packet is radiotap iff it comes from rtap_dev
David Woodhouse
2008-01-29
1
-1
/
+1
*
libertas: set dev_addr on rtap device
David Woodhouse
2008-01-29
1
-0
/
+1
*
libertas: stop using ieee80211 for radiotap device
David Woodhouse
2008-01-29
2
-23
/
+15
*
libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit()
David Woodhouse
2008-01-29
1
-48
/
+2
*
libertas: clean up lbs_hard_start_xmit()
David Woodhouse
2008-01-29
1
-70
/
+63
*
libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit()
David Woodhouse
2008-01-29
1
-32
/
+13
*
libertas: move lbs_hard_start_xmit() into tx.c
David Woodhouse
2008-01-29
3
-34
/
+33
*
libertas: kill SendSinglePacket() function.
David Woodhouse
2008-01-29
1
-42
/
+24
*
libertas: kill internal tx queue for PS mode
David Woodhouse
2008-01-29
4
-50
/
+3
*
libertas: stop debugfs code looking at cmdpendingq
David Woodhouse
2008-01-29
1
-2
/
+1
*
libertas: cope with device which already has firmware loaded
David Woodhouse
2008-01-29
2
-14
/
+23
*
libertas: use lbs_host_to_card_done() in lbs_tx_timeout()
David Woodhouse
2008-01-29
1
-23
/
+17
*
libertas: kill struct lbs_adapter
David Woodhouse
2008-01-29
19
-1204
/
+1046
*
libertas: kill TxLockFlag
David Woodhouse
2008-01-29
3
-10
/
+25
*
libertas: fix lbs_rtap attribute in sysfs
David Woodhouse
2008-01-29
2
-14
/
+6
*
libertas: clean up lbs_thread() to make it slightly more readable
David Woodhouse
2008-01-29
1
-56
/
+36
*
libertas: switch lbs_cmd() to take a callback function pointer
David Woodhouse
2008-01-29
4
-35
/
+7
*
libertas: kill adapter->nr_cmd_pending
David Woodhouse
2008-01-29
5
-14
/
+5
*
libertas: Fix up error handling in lbs_setuserscan()
David Woodhouse
2008-01-29
1
-10
/
+19
*
libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys.
David Woodhouse
2008-01-29
1
-10
/
+1
*
libertas: endianness fixes
Holger Schurig
2008-01-29
6
-23
/
+23
*
libertas: Switch to using a callback function pointer for commands
David Woodhouse
2008-01-29
3
-21
/
+34
*
libertas: when usb_submit_usb fails, include the error code in the printk
David Woodhouse
2008-01-29
1
-2
/
+2
*
libertas: implement new scanning logic
Holger Schurig
2008-01-29
2
-513
/
+361
*
libertas: Fix endianness in boot2_version handling.
David Woodhouse
2008-01-29
1
-1
/
+1
*
libertas: Remove SET_BOOT2_VER support from the Big Switch Statement.
David Woodhouse
2008-01-29
1
-15
/
+0
*
libertas: Use lbs_cmd() for setting Boot2 version
David Woodhouse
2008-01-29
1
-4
/
+16
*
libertas: fix data packet size errors
Holger Schurig
2008-01-29
2
-1
/
+4
*
libertas: don't cast a pointer to pointer of
Li Zefan
2008-01-29
1
-11
/
+11
*
libertas: Byteswap cmdptr->size in lbs_cmd()
David Woodhouse
2008-01-29
1
-1
/
+1
*
libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably.
David Woodhouse
2008-01-29
1
-0
/
+2
*
libertas: Move SET_BOOT2_VER command to if_usb where it belongs
David Woodhouse
2008-01-29
2
-4
/
+5
*
libertas: Don't claim to have checksummed incoming packets.
David Woodhouse
2008-01-29
1
-1
/
+1
*
libertas: handy function to call firmware commands
Holger Schurig
2008-01-29
4
-10
/
+126
*
libertas: make more functions static
Holger Schurig
2008-01-29
2
-8
/
+8
*
libertas: remove cmd_ctrl_node->status
Holger Schurig
2008-01-29
2
-2
/
+0
*
libertas: remove cmd_ctrl_node->cmdflags
Holger Schurig
2008-01-29
2
-8
/
+0
*
libertas: Consolidate lbs_host_to_card_done() function.
David Woodhouse
2008-01-29
5
-31
/
+27
*
libertas: Remove cmd_oid from struct cmd_ctrl_node
David Woodhouse
2008-01-29
3
-9
/
+4
*
libertas: Fix memory leak of RX skbs
David Woodhouse
2008-01-29
1
-1
/
+5
*
libertas: less eventcause shifts
Holger Schurig
2008-01-29
2
-28
/
+35
*
libertas: remove user-specified channel list
Holger Schurig
2008-01-29
4
-122
/
+13
*
libertas: remove numprobes
Holger Schurig
2008-01-29
4
-53
/
+11
*
libertas: tweak tx path debugging
Holger Schurig
2008-01-29
1
-4
/
+4
*
libertas: tweak association debug output
Holger Schurig
2008-01-29
3
-43
/
+28
[next]