aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54
Commit message (Expand)AuthorAgeFilesLines
* p54spi: remove arch specific dependenciesChristian Lamparter2009-01-292-19/+28
* p54usb: fix conflict with recent usb changesChristian Lamparter2009-01-291-6/+8
* p54spi: p54spi driverChristian Lamparter2009-01-296-1/+908
* p54spi: stlc45xx eeprom blobChristian Lamparter2009-01-291-0/+678
* p54: longbow frontend supportChristian Lamparter2009-01-292-53/+160
* p54: prepare the eeprom parser routines for longbowChristian Lamparter2009-01-293-51/+169
* p54: upgrade memrecord to p54_tx_infoChristian Lamparter2009-01-293-17/+21
* p54: refactor p54_alloc_skbChristian Lamparter2009-01-292-41/+35
* p54: return NETDEV_TX_OK in p54_tx and fix sparse warningsChristian Lamparter2009-01-291-3/+3
* p54: power save managementChristian Lamparter2009-01-292-0/+43
* p54: implement FIF_OTHER_BSS filter settingChristian Lamparter2009-01-291-2/+4
* p54: enable rx/tx antenna diversity by eeprom bitsChristian Lamparter2009-01-293-4/+10
* mac80211: clean up set_key callbackJohannes Berg2009-01-291-3/+3
* p54: regulatory domain hintsChristian Lamparter2009-01-292-1/+39
* p54: prevent upload of wrong firmwaresChristian Lamparter2009-01-292-0/+21
* p54usb: utilize usb_reset_device for 3887Christian Lamparter2009-01-292-13/+58
* p54: enable proper frame injectionChristian Lamparter2009-01-291-26/+69
* p54: label queues with their corresponding namesChristian Lamparter2009-01-292-28/+41
* p54usb: fix packet loss with first generation devicesChristian Lamparter2009-01-231-2/+5
* p54usb: fix nasty use after freeChristian Lamparter2009-01-221-21/+13
* p54: more cryptographic accelerator fixesChristian Lamparter2009-01-221-3/+17
* p54: add missing break in eeprom parserChr2009-01-221-2/+2
* p54: fix p54_set_key's return codeChristian Lamparter2009-01-161-1/+1
* p54: set_tim must be atomic.Artur Skawina2009-01-161-1/+1
* p54: fix oops caused by bad eepromsChristian Lamparter2009-01-161-1/+1
* p54: fix "‘ret’ may be used uninitialized" warningJohn W. Linville2009-01-131-1/+1
* p54: fix WARN_ON at line 2247 of net/mac80211/rx.cChristian Lamparter2009-01-121-2/+6
* p54usb: fix random traffic stalls (LM87)Christian Lamparter2009-01-121-0/+1
* p54: crypto offload fixesChristian Lamparter2009-01-121-1/+12
* p54usb: Add USB ID for Thomson Speedtouch 121gMichiel2009-01-121-0/+1
* p54usb: Fix to prevent SKB memory allocation errors with 4K page sizeLarry Finger2009-01-121-0/+11
* p54usb: bring first generation devices back to lifeChristian Lamparter2008-12-191-2/+4
* p54: remove free_on_tx parameterChristian Lamparter2008-12-195-51/+37
* p54: more accurate rssi to dBm conversionChristian Lamparter2008-12-193-26/+68
* p54: update ACK failure statistic counter in real-timeChristian Lamparter2008-12-191-0/+1
* p54: move statistic timer update routine into a workqueueChristian Lamparter2008-12-193-46/+68
* p54: fix oops on faulty devicesChristian Lamparter2008-12-121-3/+16
* p54: enforce strict tx_queue limitsChristian Lamparter2008-12-122-8/+21
* mac80211: integrate sta_notify_ps cmds into sta_notifyChristian Lamparter2008-12-121-14/+4
* p54usb: rewriting rx/tx routines to make use of usb_anchor's facilitiesChristian Lamparter2008-12-122-50/+102
* p54: fix lm87 checksum endiannessJohannes Berg2008-12-051-3/+3
* p54: per-device namesChristian Lamparter2008-12-052-47/+55
* p54: refactoringChristian Lamparter2008-12-052-81/+79
* p54: include support for 2.13.24.0 USB LM87 FirmwaresChristian Lamparter2008-12-052-11/+42
* p54: utilize cryptographic acceleratorChristian Lamparter2008-12-052-13/+168
* p54: revamp station power save management in access point modeChristian Lamparter2008-12-052-26/+49
* p54: fix wmm queue settingsChristian Lamparter2008-11-261-2/+1
* p54: honour bss_info_changed's basic_rates and other settingsChristian Lamparter2008-11-252-5/+27
* p54pci: cache firmware for suspend/resumeChristian Lamparter2008-11-253-25/+35
* p54: minor fixesChristian Lamparter2008-11-252-4/+8