summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/p54
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-12p54: fix oops on faulty devicesChristian Lamparter1-3/+16
2008-12-12p54: enforce strict tx_queue limitsChristian Lamparter2-8/+21
2008-12-12mac80211: integrate sta_notify_ps cmds into sta_notifyChristian Lamparter1-14/+4
2008-12-12p54usb: rewriting rx/tx routines to make use of usb_anchor's facilitiesChristian Lamparter2-50/+102
2008-12-05p54: fix lm87 checksum endiannessJohannes Berg1-3/+3
2008-12-05p54: per-device namesChristian Lamparter2-47/+55
2008-12-05p54: refactoringChristian Lamparter2-81/+79
2008-12-05p54: include support for 2.13.24.0 USB LM87 FirmwaresChristian Lamparter2-11/+42
2008-12-05p54: utilize cryptographic acceleratorChristian Lamparter2-13/+168
2008-12-05p54: revamp station power save management in access point modeChristian Lamparter2-26/+49
2008-11-26p54: fix wmm queue settingsChristian Lamparter1-2/+1
2008-11-25p54: honour bss_info_changed's basic_rates and other settingsChristian Lamparter2-5/+27
2008-11-25p54pci: cache firmware for suspend/resumeChristian Lamparter3-25/+35
2008-11-25p54: minor fixesChristian Lamparter2-4/+8
2008-11-25p54: enable Mesh Point supportChristian Lamparter1-3/+8
2008-11-10p54: initialize all deprecated fieldsChr1-6/+9
2008-11-10p54: don't report known but unhandled EEPROM codes as unknownPavel Roskin1-0/+24
2008-11-10p54: eliminate warning for uninitialized variable 'tim_len'John W. Linville1-1/+1
2008-11-10p54: AP & Ad-hoc testingChristian Lamparter2-5/+241
2008-11-10p54: put broadcast frames into the right queuesChristian Lamparter1-15/+67
2008-11-10p54: more definitions form lmac_longbow.h and pda.hChristian Lamparter2-32/+82
2008-11-10p54: introduce new names for device firmwaresChristian Lamparter3-10/+27
2008-10-31p54: integrate parts of lmac_longbow.h and other parts of stlc45xxJohn W. Linville5-105/+316
2008-10-31p54: borrow some setup code from stlc45xxChristian Lamparter3-46/+51
2008-10-31p54: fix memory managementChristian Lamparter4-163/+229
2008-10-31p54: p54: refactor p54_rx_frame_sentChristian Lamparter1-57/+61
2008-10-31p54: refactor statistic timer codeChristian Lamparter1-14/+25
2008-10-31p54: broken out edcf changesChristian Lamparter3-78/+58
2008-10-31p54: implement MRRJohannes Berg1-22/+108
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-13/+13
2008-10-31p54/rtl8187: fix up the seqno patchJohannes Berg1-1/+0
2008-10-31mac80211: provide sequence numbersJohannes Berg2-14/+5