summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-29libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse8-17/+99
2008-01-29libertas: fix sparse endianness warnings in scan.cDavid Woodhouse1-6/+5
2008-01-29libertas: make some more functions staticDavid Woodhouse3-11/+11
2008-01-29libertas: endianness fixes for get_channel/set_channelDan Williams1-4/+5
2008-01-29libertas: convert RF_CHANNEL to a direct commandDan Williams5-57/+75
2008-01-29libertas: convert DATA_RATE to a direct commandDan Williams6-56/+83
2008-01-29libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR comm...Dan Williams1-2/+2
2008-01-29libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macrosDavid Woodhouse1-2/+2
2008-01-29libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse6-51/+39
2008-01-29libertas: fix debug output in lbs_cmd_copyback() function.David Woodhouse1-3/+3
2008-01-29libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams8-100/+79
2008-01-29libertas: wait for 'firmware ready' event from firmware after loadingDavid Woodhouse2-5/+22
2008-01-29libertas: move removal of lbs_rtap file to lbs_stop_card()David Woodhouse1-1/+1
2008-01-29libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fixDavid Woodhouse2-2/+4
2008-01-29libertas: convert GET_HW_SPEC to a direct commandDan Williams5-81/+73
2008-01-29libertas: add simple copyback command callbackDan Williams2-1/+35
2008-01-29libertas: clean up direct command handlingDan Williams4-18/+31
2008-01-29libertas: don't run thread while firmware not yet readyDavid Woodhouse1-0/+5
2008-01-29libertas: switch to a waitqueue and timer for handling USB firmware loadDavid Woodhouse2-12/+31
2008-01-29libertas: improve reliability of firmware reloading on USBDavid Woodhouse1-3/+3
2008-01-29libertas: make rtap and normal modes mutually exclusive, clean up open/stopDavid Woodhouse2-84/+50
2008-01-29libertas: clean up is_command_allowed_in_ps()Dan Williams1-15/+9
2008-01-29libertas: remove pre_open_check()David Woodhouse1-32/+0
2008-01-29libertas: make lbs_cmd() usage nicerDan Williams4-9/+22
2008-01-29libertas: clean up lbs_interrupt()David Woodhouse5-17/+17
2008-01-29libertas: add opaque extra argument to cmd callback functionDavid Woodhouse5-9/+16
2008-01-29libertas: fix use-after-free errorHolger Schurig1-6/+8
2008-01-29libertas: kill (IS,SET,UNSET)_MESH_FRAME.David Woodhouse1-4/+0
2008-01-29libertas: kill lbs_upload_tx_packet()David Woodhouse3-26/+16
2008-01-29libertas: fix error cases in lbs_process_rxed_802_11_packet()David Woodhouse1-6/+8
2008-01-29libertas: remove unreachable code from process_rxed_802_11_packet()David Woodhouse1-43/+32
2008-01-29libertas: Move actual transmission to main threadDavid Woodhouse3-61/+71
2008-01-29libertas: refactor the 'should I sleep?' decision in lbs_thread()David Woodhouse1-2/+18
2008-01-29libertas: free successfully transmitted skbs againDavid Woodhouse1-1/+3
2008-01-29libertas: TX packet is radiotap iff it comes from rtap_devDavid Woodhouse1-1/+1
2008-01-29libertas: set dev_addr on rtap deviceDavid Woodhouse1-0/+1
2008-01-29libertas: stop using ieee80211 for radiotap deviceDavid Woodhouse2-23/+15
2008-01-29libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit()David Woodhouse1-48/+2
2008-01-29libertas: clean up lbs_hard_start_xmit()David Woodhouse1-70/+63
2008-01-29libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit()David Woodhouse1-32/+13
2008-01-29libertas: move lbs_hard_start_xmit() into tx.cDavid Woodhouse3-34/+33
2008-01-29libertas: kill SendSinglePacket() function.David Woodhouse1-42/+24
2008-01-29libertas: kill internal tx queue for PS modeDavid Woodhouse4-50/+3
2008-01-29libertas: stop debugfs code looking at cmdpendingqDavid Woodhouse1-2/+1
2008-01-29libertas: cope with device which already has firmware loadedDavid Woodhouse2-14/+23
2008-01-29libertas: use lbs_host_to_card_done() in lbs_tx_timeout()David Woodhouse1-23/+17
2008-01-29libertas: kill struct lbs_adapterDavid Woodhouse19-1204/+1046
2008-01-29libertas: kill TxLockFlagDavid Woodhouse3-10/+25
2008-01-29libertas: fix lbs_rtap attribute in sysfsDavid Woodhouse2-14/+6
2008-01-29libertas: clean up lbs_thread() to make it slightly more readableDavid Woodhouse1-56/+36