summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-08-14ath9k: Cleanup function return typesSujith5-25/+11
2009-08-14ath9k: Remove unneeded assignment of protocol fieldSujith1-1/+0
2009-08-14wl1271: add wl1271 to Kconfig and the MakefileLuciano Coelho2-0/+18
2009-08-14wl1271: add wl1271 driver filesLuciano Coelho23-0/+9431
2009-08-14orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy4-62/+139
2009-08-14orinoco: add function to retrieve current bssidDavid Kilroy3-3/+15
2009-08-14orinoco: move disassociation to hw.cDavid Kilroy3-13/+30
2009-08-14orinoco: pass orinoco_set_tkip_key the sequence lengthsDavid Kilroy3-14/+21
2009-08-14orinoco: use local types for auth alg and sequence lengthDavid Kilroy4-25/+33
2009-08-14orinoco: prefer_port3 can be a single bitDavid Kilroy1-1/+1
2009-08-14b43: Fix fallout from the IEEE80211_IF_TYPE to NL80211_IFTYPE change.Gábor Stefanik1-1/+1
2009-08-14b43: remove wrong probe_resp_plcp writegregor kowski1-114/+0
2009-08-14b43: Typo fixes & minor cleanupGábor Stefanik2-2/+2
2009-08-14b43: Add LP 2063 radio initGábor Stefanik3-56/+386
2009-08-14zd1211rw: make it clear we don't use leds.h LED stuffLuis R. Rodriguez3-8/+8
2009-08-14ath9k: use new FIF_PSPOLL configure filterLuis R. Rodriguez1-2/+1
2009-08-14ath5k: fix missing output in monitor mode after ifconfig upJoerg Albert1-20/+15
2009-08-13bnx2x: update version to 1.52.1Eilon Greenstein1-2/+2
2009-08-13bnx2x: Whitespaces and commentsEilon Greenstein4-115/+121
2009-08-13bnx2x: Removing unused definitionsEilon Greenstein1-811/+0
2009-08-13bnx2x: Beautify bnx2x_dump.hEilon Greenstein1-441/+449
2009-08-13bnx2x: Re-factor the initialization codeEilon Greenstein5-464/+495
2009-08-13bnx2x: Using PCI_DEVICE macroEilon Greenstein1-6/+3
2009-08-13bnx2x: Adding explicit castingEilon Greenstein1-3/+3
2009-08-13bnx2x: Using macro for phy addressEilon Greenstein3-89/+39
2009-08-13bnx2x: Re-arrange the link structures for better alignmentEilon Greenstein2-15/+22
2009-08-13bnx2x: Missing smp_wmb for statistics state machineEilon Greenstein1-0/+3
2009-08-13bnx2x: Remove SGMII configuration when not requiredEilon Greenstein1-3/+10
2009-08-13bnx2x: Keep only one HW path activeEilon Greenstein1-3/+4
2009-08-13bnx2x: Check unzip return codeEilon Greenstein1-1/+3
2009-08-13bnx2x: Remove the init_dmae field from bpEilon Greenstein2-48/+47
2009-08-13bnx2x: Updating regdump_len at drvinfoEilon Greenstein1-36/+33
2009-08-13bnx2x: Move printing of version from probe to the initEilon Greenstein1-4/+2
2009-08-13bnx2x: Combine get_pcie_width and get_pcie_speedEilon Greenstein1-18/+16
2009-08-13bnx2x: Stop loading if error condition detectedEilon Greenstein2-0/+9
2009-08-13bnx2x: Calling pci_set_drvdata earlierEilon Greenstein1-2/+2
2009-08-13bnx2x: Configurable pause schemeEilon Greenstein2-4/+12
2009-08-13bnx2x: Adding Likely directiveEilon Greenstein1-1/+2
2009-08-13bnx2x: Prefetch the page containing the BD descriptorEilon Greenstein1-0/+7
2009-08-13bnx2x: Reporting host statistics to management FWEilon Greenstein2-53/+176
2009-08-13bnx2x: Removing old PHY FW upgrade codeEilon Greenstein2-429/+0
2009-08-13bnx2x: Supporting PHY FW upgradeEilon Greenstein3-30/+67
2009-08-13bnx2x: MDC/MDIO CL45 IOCTLsEilon Greenstein3-37/+88
2009-08-13bnx2x: Adding XAUI CL73 autoneg supportEilon Greenstein2-30/+180
2009-08-13bnx2x: BCM8727 FW loadEilon Greenstein1-7/+9
2009-08-13bnx2x: get_ext_phy_fw_version returns NULL if not applicableEilon Greenstein1-2/+4
2009-08-13bnx2x: Reading the FW version of the BCM8481 PHYEilon Greenstein1-5/+113
2009-08-13bnx2x: BCM8481 LED4 instead of LASIEilon Greenstein2-62/+468
2009-08-13bnx2x: Advertize flow control normally in MF modeEilon Greenstein1-3/+1
2009-08-13bnx2x: Supporting Device Control ChannelEilon Greenstein3-97/+268