summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/p54
AgeCommit message (Expand)AuthorFilesLines
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-26p54: honour bss_info_changed's basic_rates and other settingsChristian Lamparter2-5/+27
2008-11-26p54pci: cache firmware for suspend/resumeChristian Lamparter3-25/+35
2008-11-26p54: minor fixesChristian Lamparter2-4/+8
2008-11-26p54: 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-11-01p54: integrate parts of lmac_longbow.h and other parts of stlc45xxJohn W. Linville5-105/+316
2008-11-01p54: borrow some setup code from stlc45xxChristian Lamparter3-46/+51
2008-11-01p54: fix memory managementChristian Lamparter4-163/+229
2008-11-01p54: p54: refactor p54_rx_frame_sentChristian Lamparter1-57/+61
2008-11-01p54: refactor statistic timer codeChristian Lamparter1-14/+25
2008-11-01p54: broken out edcf changesChristian Lamparter3-78/+58
2008-11-01p54: implement MRRJohannes Berg1-22/+108
2008-11-01mac80211/drivers: rewrite the rate control APIJohannes Berg1-13/+13
2008-11-01p54/rtl8187: fix up the seqno patchJohannes Berg1-1/+0
2008-11-01mac80211: provide sequence numbersJohannes Berg2-14/+5
2008-11-01p54: Move rx_mtu to struct bootrec_descLarry Finger2-2/+3
2008-11-01mac80211: introduce hw config change flagsJohannes Berg1-1/+2
2008-11-01mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg1-2/+1
2008-11-01p54: honour bss_info_changed's short slot time settingsChristian Lamparter2-7/+17
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-68/+69
2008-10-28net: convert print_mac to %pMJohannes Berg3-5/+2
2008-10-28p54: fix build warningsChristian Lamparter1-2/+3
2008-10-28p54: fix misbehavings when firmware can't be foundChristian Lamparter1-66/+66
2008-10-23p54: enable 2.4/5GHz spectrum by eeprom bits.Christian Lamparter1-18/+10
2008-10-15p54usb: Device ID updatesChristian Lamparter1-1/+2
2008-10-15p54: Fix compilation problem on PPCLarry Finger1-1/+0
2008-10-07p54: report appropriate rate and band values for 802.11aChristian Lamparter1-2/+3
2008-09-30p54: Fix sparse warningsLarry Finger3-20/+24
2008-09-16mac80211: use nl80211 interface typesJohannes Berg2-9/+9
2008-09-11p54: 802.11a 5GHz phy supportChristian Lamparter2-20/+111
2008-09-11p54: control output power levelsChristian Lamparter2-1/+3
2008-09-11p54: add lots of useful rx/tx statisticsChristian Lamparter3-5/+105
2008-09-11p54: add more rx filtersChristian Lamparter2-3/+24
2008-09-11p54: 32-bit tsf timestampsChristian Lamparter3-2/+14
2008-09-08p54: better firmware supportChristian Lamparter3-48/+103
2008-09-08p54: set_filter refactoringChristian Lamparter3-29/+28
2008-09-06p54usb: support LM87 firmwaresChristian Lamparter5-20/+73