summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54
AgeCommit message (Expand)AuthorFilesLines
2009-03-27p54: Kconfig maintenanceChristian Lamparter1-28/+4
2009-03-27p54: fix SoftLED compile dependenciesChristian Lamparter2-8/+13
2009-03-27wireless/p54: P54_SPI should depend on GENERIC_HARDIRQSGeert Uytterhoeven1-1/+1
2009-03-16p54: completely ignore rx'd frames with bad FCSChristian Lamparter1-7/+2
2009-03-16p54: enable power save supportChristian Lamparter1-0/+2
2009-03-16p54: initial SoftLED supportChristian Lamparter3-13/+143
2009-03-16p54: fix iwconfig txpower offChristian Lamparter1-2/+2
2009-03-16p54pci: convert printk(KERN_* to dev_*Christian Lamparter1-19/+10
2009-03-16p54: unify ieee80211 device registrationChristian Lamparter5-16/+22
2009-03-16p54usb: stop USB core interference in exit pathChristian Lamparter1-0/+1
2009-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+6
2009-03-06p54: fix race condition in memory managementChristian Lamparter1-3/+6
2009-02-27p54: misplaced parenthesesRoel Kluin1-2/+2
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg1-1/+1
2009-01-29p54spi: remove arch specific dependenciesChristian Lamparter2-19/+28
2009-01-29p54usb: fix conflict with recent usb changesChristian Lamparter1-6/+8
2009-01-29p54spi: p54spi driverChristian Lamparter6-1/+908
2009-01-29p54spi: stlc45xx eeprom blobChristian Lamparter1-0/+678
2009-01-29p54: longbow frontend supportChristian Lamparter2-53/+160
2009-01-29p54: prepare the eeprom parser routines for longbowChristian Lamparter3-51/+169
2009-01-29p54: upgrade memrecord to p54_tx_infoChristian Lamparter3-17/+21
2009-01-29p54: refactor p54_alloc_skbChristian Lamparter2-41/+35
2009-01-29p54: return NETDEV_TX_OK in p54_tx and fix sparse warningsChristian Lamparter1-3/+3
2009-01-29p54: power save managementChristian Lamparter2-0/+43
2009-01-29p54: implement FIF_OTHER_BSS filter settingChristian Lamparter1-2/+4
2009-01-29p54: enable rx/tx antenna diversity by eeprom bitsChristian Lamparter3-4/+10
2009-01-29mac80211: clean up set_key callbackJohannes Berg1-3/+3
2009-01-29p54: regulatory domain hintsChristian Lamparter2-1/+39
2009-01-29p54: prevent upload of wrong firmwaresChristian Lamparter2-0/+21
2009-01-29p54usb: utilize usb_reset_device for 3887Christian Lamparter2-13/+58
2009-01-29p54: enable proper frame injectionChristian Lamparter1-26/+69
2009-01-29p54: label queues with their corresponding namesChristian Lamparter2-28/+41
2009-01-23p54usb: fix packet loss with first generation devicesChristian Lamparter1-2/+5
2009-01-22p54usb: fix nasty use after freeChristian Lamparter1-21/+13
2009-01-22p54: more cryptographic accelerator fixesChristian Lamparter1-3/+17
2009-01-22p54: add missing break in eeprom parserChr1-2/+2
2009-01-16p54: fix p54_set_key's return codeChristian Lamparter1-1/+1
2009-01-16p54: set_tim must be atomic.Artur Skawina1-1/+1
2009-01-16p54: fix oops caused by bad eepromsChristian Lamparter1-1/+1
2009-01-13p54: fix "‘ret’ may be used uninitialized" warningJohn W. Linville1-1/+1
2009-01-12p54: fix WARN_ON at line 2247 of net/mac80211/rx.cChristian Lamparter1-2/+6
2009-01-12p54usb: fix random traffic stalls (LM87)Christian Lamparter1-0/+1
2009-01-12p54: crypto offload fixesChristian Lamparter1-1/+12
2009-01-12p54usb: Add USB ID for Thomson Speedtouch 121gMichiel1-0/+1
2009-01-12p54usb: Fix to prevent SKB memory allocation errors with 4K page sizeLarry Finger1-0/+11
2008-12-19p54usb: bring first generation devices back to lifeChristian Lamparter1-2/+4
2008-12-19p54: remove free_on_tx parameterChristian Lamparter5-51/+37
2008-12-19p54: more accurate rssi to dBm conversionChristian Lamparter3-26/+68
2008-12-19p54: update ACK failure statistic counter in real-timeChristian Lamparter1-0/+1
2008-12-19p54: move statistic timer update routine into a workqueueChristian Lamparter3-46/+68