aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger7-33/+46
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger1-6/+1
2007-10-10[LIBERTAS]: fix oops on the blackfin architectureVladimir Davydov1-3/+5
2007-10-10[LIBERTAS]: fix oops on the blackfin architectureVladimir Davydov1-2/+4
2007-10-10[LIBERTAS]: fix interrupts in CF driverRyan Mallon1-14/+19
2007-10-10[LIBERTAS]: set dnld_sent correctly for CF partsRyan Mallon1-1/+2
2007-10-10[B43LEGACY]: Change the hardware radio enable logic and cleanup codeLarry Finger4-34/+25
2007-10-10[B43LEGACY]: Support for turning the radio off from software.Larry Finger4-19/+61
2007-10-10[B43]: Support for turning the radio off from software.Michael Buesch3-13/+63
2007-10-10[B43]: Remove the "radio hw enabled" message on startup.Michael Buesch1-3/+3
2007-10-10[B43]: Change loglevel of radio-enable message.Michael Buesch3-29/+26
2007-10-10[B43]: Don't lock irq_lock in debugfs txpower adjustMichael Buesch1-14/+5
2007-10-10[P54PCI]: terminate pci tableAndrew Morton1-0/+1
2007-10-10[ZD1211RD]: add USB id for Telegent TG54USB WLAN adapterUlrich Kunitz1-0/+1
2007-10-10[BCM43XX]: Change radio hardware switch status printk from debug to regularLarry Finger2-3/+3
2007-10-10[ZD1211RW]: Don't needlessly initialize variable to NULL in zd_chipJesper Juhl1-1/+1
2007-10-10[IWLWIFI]: remove per-file CFLAGS for IWL defineZhu Yi7-6/+12
2007-10-10[B43]: Fix sparse warnings.Michael Buesch8-34/+50
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-40/+32
2007-10-10[P54]: add mac80211-based driver for prism54 softmac hardwareMichael Wu10-0/+3697
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches46-581/+685
2007-10-10[RT2x00]: add driver for Ralink wireless hardwareIvo van Doorn29-0/+21135
2007-10-10[IWLWIFI]: add iwlwifi wireless driversZhu Yi27-0/+34824
2007-10-10[B43LEGACY]: add mac80211-based driver for legacy BCM43xx devicesLarry Finger25-0/+14841
2007-10-10[B43]: add mac80211-based driver for modern BCM43xx devicesMichael Buesch27-0/+16690
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng11-36/+34
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle22-29/+0
2007-10-10[PATCH] libertas: remove unused adhoc_rates_b definitionJohn W. Linville1-3/+0
2007-10-10[PATCH] libertas: printk warning fixesAndrew Morton1-2/+2
2007-10-10[PATCH] net: Kill some unneeded allocation return value casts in libertasJesper Juhl2-3/+2
2007-10-10[PATCH] libertas: advertise 11g ad-hoc ratesBrajesh Dave1-2/+2
2007-10-10[PATCH] libertas: region code values specified as 8bitMarek VaĊĦut1-1/+5
2007-10-10[PATCH] libertas: properly end commands on hardware failurePierre Ossman1-0/+2
2007-10-10[PATCH] libertas: send reset command directly instead of calling libertas_reset_deviceDan Williams1-2/+4
2007-10-10[PATCH] libertas: don't stomp on interface-specific private dataDan Williams1-3/+3
2007-10-10[PATCH] libertas: reorganize and simplify init sequenceDan Williams6-501/+334
2007-10-10[PATCH] libertas: fix inadvertant removal of bits from commit 831441862956fffa17b9801db37e6ea1650b0f69Dan Williams1-0/+1
2007-10-10[PATCH] drivers/net/wireless/wl3501_cs.c: remove redundant memsetMariusz Kozlowski1-1/+0
2007-10-10[PATCH] zd1211rw: Add ID for ZyXEL M-202 XtremeMIMODaniel Drake1-0/+1
2007-10-10[PATCH] zd1211rw: consistent handling of ZD1211 specific ratesUlrich Kunitz4-132/+126
2007-10-10[PATCH] zd1211rw: Add ID for Sitecom WL-162Daniel Drake1-0/+1
2007-10-10[PATCH] zd1211rw: removed noisy debug messagesUlrich Kunitz1-18/+0
2007-10-10Clean up duplicate includes in drivers/net/Jesper Juhl2-2/+0
2007-10-10[PATCH] libertas: bump driver versionDan Williams1-1/+1
2007-10-10[PATCH] libertas: fix sparse-reported problemsDan Williams6-27/+23
2007-10-10[PATCH] libertas: better descriptions for association errorsDan Williams1-4/+49
2007-10-10[PATCH] libertas: ignore spurious mesh autostart eventsDan Williams1-0/+5
2007-10-10[PATCH] libertas: fix misspelling in debug messageDan Williams1-1/+1
2007-10-10[PATCH] libertas: pass boot2 version to firmwareLuis Carlos Cobo6-0/+29
2007-10-10[PATCH] libertas: push WEXT scan requests to a work queueDan Williams5-65/+91