summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* b43: Add more N-PHY init codeMichael Buesch2008-01-292-24/+320
* b43legacy: Remove the PHY spinlockMichael Buesch2008-01-295-48/+28Star
* igb: PCI-Express 82575 Gigabit Ethernet driverAuke Kok2008-01-2917-0/+13638
* bnx2 annotationsAl Viro2008-01-292-13/+11Star
* annotate netxenAl Viro2008-01-294-19/+20
* annotate myri10geAl Viro2008-01-291-5/+9
* annotate cxgb3Al Viro2008-01-294-24/+26
* annotate chelsioAl Viro2008-01-293-6/+7
* [BNX2]: Fix driver phy_flags name space.Michael Chan2008-01-292-82/+84
* [BNX2]: Fix driver software flag namespace.David S. Miller2008-01-292-58/+59
* [BNX2] Update version to 1.7.2.Michael Chan2008-01-291-3/+3
* [BNX2]: Add link-down workaround on 5706 serdes.Michael Chan2008-01-292-16/+90
* [BNX2]: Fix minor bug in bnx2_has_work().Michael Chan2008-01-291-2/+1Star
* [BNX2]: Disable jumbo rx paging on 5709 Ax.Michael Chan2008-01-292-1/+4
* b43/nphy.c: include headers to avoid build breakage on some platformsJohn W. Linville2008-01-291-0/+3
* drivers/net/wireless/rt2x00/rt2x00usb.c: fix uninitialized var warningAndrew Morton2008-01-291-1/+1
* drivers/net/wireless/iwlwifi/iwl-3945.c: fix printk warningAndrew Morton2008-01-291-1/+1
* b43legacy: fix use-after-free rfkill bugStefano Brivio2008-01-291-5/+6
* libertas: pepper main with debug statementHolger Schurig2008-01-291-62/+82
* libertas: don't blindly try meshHolger Schurig2008-01-291-23/+27
* libertas: always show firmware releaseHolger Schurig2008-01-294-20/+25
* libertas: move cardspecific data to driverHolger Schurig2008-01-293-3/+4
* libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' messageHolger Schurig2008-01-291-1/+4
* b43: Add lots of N-PHY lookup tablesMichael Buesch2008-01-292-0/+1236
* iwlwifi: style fixes to usage of << and >> operatorsReinette Chatre2008-01-2911-160/+160
* iwlwifi: remove reference to non-existent documentationReinette Chatre2008-01-291-12/+8Star
* iwlwifi: Update iwlwifi version stamp to 1.2.23Zhu Yi2008-01-292-2/+2
* iwlwifi: 3954 renames iwl3945_rate_scale_priv to iwl3945_rs_staTomas Winkler2008-01-291-102/+104
* iwlwifi: 4965 unify rate scale variable names for station dataTomas Winkler2008-01-291-301/+308
* iwlwifi: move uCode helper functions to iwl-helpers.hTomas Winkler2008-01-293-107/+42Star
* iwlwifi: fix problem when rf_killswitch change during suspend/resumeZhu Yi2008-01-292-167/+90Star
* iwlwifi: delay firmware loading from pci_probe to network interface openZhu Yi2008-01-294-166/+217
* iwlwifi: document scan commandBen Cahill2008-01-292-56/+234
* iwlwifi: remove iwl4965_tx_cmdTomas Winkler2008-01-293-82/+55Star
* iwlwifi: move iwl4965_get_dma_hi_address function to iwl-helpers.hTomas Winkler2008-01-292-7/+7
* iwl4965: Remove redundant code in iwl4965_tx_cmdTomas Winkler2008-01-291-22/+1Star
* b43: Add NPHY channel switch codeMichael Buesch2008-01-295-13/+1182
* b43: Add NPHY radio init codeMichael Buesch2008-01-298-9/+512
* ssb: Add boardflags_hi field to the sprom data structureMichael Buesch2008-01-291-0/+3
* b43: Add Broadcom 2055 radio register definitionsMichael Buesch2008-01-291-0/+210
* WAVELAN - compile-time check for struct sizesHelge Deller2008-01-294-60/+9Star
* b43: Add support for new firmwareMichael Buesch2008-01-295-129/+289
* b43: Fix radio ID register readingMichael Buesch2008-01-291-4/+3Star
* rt2x00: Fix queue_idx initializationIvo van Doorn2008-01-291-4/+9
* rt2x00: Data and desc pointer initializationIvo van Doorn2008-01-293-23/+22Star
* b43: Add N-PHY related initvals firmware filenames.Michael Buesch2008-01-291-0/+12
* b43: Fix tim search buffer overrunMichael Buesch2008-01-291-3/+4
* b43: Put multicast frames on the mcast queueMichael Buesch2008-01-293-42/+92
* b43: Fix template upload locking.Michael Buesch2008-01-291-7/+8
* b43: Fix upload of beacon packets to the hardwareMichael Buesch2008-01-292-80/+151