summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-08-22orinoco: Invoke firmware download in main driverDavid Kilroy10-156/+346
2008-08-22orinoco: Extend hermes_dld routines for Agere firmwareDavid Kilroy2-0/+290
2008-08-22orinoco: Make firmware download logic more genericDavid Kilroy3-72/+182
2008-08-22orinoco: Move firmware download functionality into new moduleDavid Kilroy4-274/+385
2008-08-22orinoco: Add function to execute Hermes initialisation commands synchronouslyDavid Kilroy2-37/+60
2008-08-22orinoco: Move EXPORT_SYMBOL declarations next to exported functionDavid Kilroy1-10/+7
2008-08-22orinoco: Specify all three parameters to every Hermes command.David Kilroy1-6/+7
2008-08-22orinoco: Update scan translationDavid Kilroy1-25/+46
2008-08-22orinoco: Add ESSID specific scanning for Agere fwDavid Kilroy1-1/+19
2008-08-22p54: rename prism54xyz -> p54xyzChristian Lamparter6-47/+47
2008-08-22rt2x00: Add module parameter to disable HW cryptoIvo van Doorn2-2/+18
2008-08-22rt2x00: Move lna_gain calculation to config() callbackIvo van Doorn3-31/+63
2008-08-22ath5k: set short preamble flag for rxBruno Randolf1-5/+3
2008-08-22rt2x00: Release rt2x00 2.2.0Ivo van Doorn1-1/+1
2008-08-22rt2x00: Gather channel information in structureIvo van Doorn13-162/+176
2008-08-22rt2x00: Implement HW encryption (rt73usb)Ivo van Doorn3-8/+285
2008-08-22rt2x00: Implement HW encryption (rt61pci)Ivo van Doorn3-8/+270
2008-08-22rt2x00: Implement HW encryptionIvo van Doorn11-30/+686
2008-08-22wireless: replace __FUNCTION__ with __func__Harvey Harrison9-25/+25
2008-08-22libertas_tf: config and makefileLuis Carlos Cobo3-0/+21
2008-08-22libertas_tf: usb specific functionsLuis Carlos Cobo2-0/+864
2008-08-22libertas_tf: command helper functions for libertas_tfLuis Carlos Cobo1-0/+669
2008-08-22libertas_tf: main.c, data paths and mac80211 handlersLuis Carlos Cobo1-0/+666
2008-08-22libertas_tf: header fileLuis Carlos Cobo1-0/+514
2008-08-22ath5k: explicitly check skb->lenHarvey Harrison1-1/+2
2008-08-22iwlwifi: use le16 frame control directly, use QOS symbolic constant maskHarvey Harrison2-5/+5
2008-08-22b43legacy: use le16 frame control directly, avoid byteswappingHarvey Harrison1-3/+1
2008-08-22iwlwifi: add level for debugging host commandEsti Kummer3-13/+39
2008-08-22iwlwifi: kill struct iwl4965_lq_mngrTomas Winkler2-16/+0
2008-08-22iwl-4965: test below 0 on unsigned num_tbsroel kluin1-1/+1
2008-08-22iwlwifi: use generic mac80211 radiotap headersBruno Randolf6-208/+27
2008-08-22ath5k: rates cleanupBruno Randolf4-329/+171
2008-08-22Ath5k: unify resetsJiri Slaby1-82/+42
2008-08-22rt2x00mac: In error case stop netdev queue, free skb and return NETDEV_TX_OKDaniel Wagner1-23/+20
2008-08-22ath5k: add Mesh Point supportAndrey Yurovsky2-1/+4
2008-08-22libertas: add sysfs hooks to update boot2 and persistent firmwareBrian Cavagnolo1-0/+65
2008-08-22libertas: support boot commands to write persistent firmware and bootloaderBrian Cavagnolo4-25/+119
2008-08-22rtl818x: merge tx/rx descriptor flagsHerton Ronaldo Krzesinski5-59/+57
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell2-0/+23
2008-08-20rtc: rtc-ds1374: fix 'no irq' case handlingAnton Vorontsov1-5/+5
2008-08-20Video/Framebuffer: add fuctional power management support to Blackfin BF54x L...Michael Hennerich1-3/+12
2008-08-20drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leakAndrew Morton1-5/+3
2008-08-20pm2fb: free cmap memory on module removeKrzysztof Helt1-0/+1
2008-08-20rtc: fix double lock on UIE emulationAtsushi Nemoto1-1/+4
2008-08-20brd: fix name argument of unregister_blkdev()Akinobu Mita1-1/+1
2008-08-20nbd: fix memory leak of nbd_dev arraySven Wegener1-4/+6
2008-08-20Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~...Mike Frysinger1-0/+8
2008-08-20Blackfin RTC Driver: BF561 not have on-chip RTCGraf Yang1-1/+1
2008-08-20Blackfin RTC Driver: do all initialization before we register the rtc and mak...Mike Frysinger1-2/+1
2008-08-20Blackfin RTC Driver: move irq request/free out of open/release and into probe...Mike Frysinger1-31/+20