summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/p54
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-06p54: move eeprom code into common libraryChristian Lamparter4-235/+137
2008-09-06p54: enhance firmware parser to reduce memory wasteChristian Lamparter5-27/+69
2008-09-06p54pci: increase ring buffer index counter when skippingChristian Lamparter1-2/+4
2008-09-06cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+3
2008-08-30p54pci: rx tasklet refactoringChristian Lamparter2-84/+168
2008-08-30p54: redo queue numberingChr2-10/+14
2008-08-30p54: take tx_queue's lock in rx_frame_sentChr1-1/+7
2008-08-30p54: fix rssi auto calibrationChristian Lamparter2-52/+111
2008-08-23p54: rename prism54xyz -> p54xyzChristian Lamparter6-47/+47
2008-08-18p54u: reset skb's data/tail pointer on requeueChristian Lamparter1-0/+10
2008-08-18p54: move p54_vdcf_init to the right place.Christian Lamparter1-9/+11