summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Only initialize the minimum needed fields of PCI TX descriptors.Gertjan van Wingerde2008-05-223-27/+21Star
* rt2x00: Preserve descriptor information after memmove()Ivo van Doorn2008-05-223-47/+62
* rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue fea...Gertjan van Wingerde2008-05-2215-11/+42
* rt2x00: Remove ieee80211_tx_control argument from write_tx_desc()Ivo van Doorn2008-05-228-32/+36
* rt2x00: Fix TX status reportingIvo van Doorn2008-05-227-31/+76
* rt2x00: trim skb_frame_desc to 32 bytesIvo van Doorn2008-05-224-17/+13Star
* bnx2: Update version to 1.7.6.Michael Chan2008-05-171-2/+2
* bnx2: Pre-initialize struct cpu_reg.Benjamin Li2008-05-172-72/+86
* bnx2: Rename RX_COPY_THRESH to BNX2_RX_COPY_THRESH.Benjamin Li2008-05-172-5/+6
* bnx2: Remove the rx_offset field from the bnx2 structure.Benjamin Li2008-05-172-11/+10Star
* bnx2: Add EEH PCI recovery.Wendy Xiong2008-05-171-0/+88
* bnx2: Allow phy reset to be skipped during chip reset.Michael Chan2008-05-171-23/+27
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-05-1551-1763/+2023
|\
| * libertas: remove lbs_get_data_rate()Holger Schurig2008-05-143-44/+1Star
| * b43: use the bitrev helpers rather than rolling a private oneHarvey Harrison2008-05-141-21/+6Star
| * ath5k: Fix loop variable initializationsBob Copeland2008-05-142-2/+6
| * b43: nphy.c remove duplicated includeHuang Weiyi2008-05-141-2/+0Star
| * mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-1420-107/+77Star
| * zd1211rw: initial IBSS supportBruno Randolf2008-05-141-1/+16
| * atmel: use netstats in net_device structurePaulius Zaleckas2008-05-141-28/+18Star
| * arlan: use netstats in net_device structurePaulius Zaleckas2008-05-142-21/+20Star
| * iwl3945: do not delay hardware scan if it is a direct scanBill Moss2008-05-141-3/+4
| * iwlwifi: adding parameter of fw_restartEster Kummer2008-05-144-4/+10
| * iwlwifi: add device sysfs version entryTomas Winkler2008-05-141-0/+20
| * iwlwifi: update levels of debug printsEster Kummer2008-05-141-16/+13Star
| * iwlwifi: move debug_level to sysfs/bus/pci/devicesEster Kummer2008-05-144-24/+17Star
| * airo: use netstats in net_device structurePaulius Zaleckas2008-05-141-28/+29
| * iwlwifi: fix spinlock used before initializedRon Rindjunsky2008-05-142-5/+1Star
| * iwlwifi: remove 4965 prefix from iwl4965_kw and iwl4965_tx_queueRon Rindjunsky2008-05-147-29/+28Star
| * iwlwifi: handle shared memory Rx index accessRon Rindjunsky2008-05-146-5/+17
| * iwlwifi : Set monitor mode for 3945Abhijeet Kolekar2008-05-142-1/+36
| * iwlwifi : Set monitor mode for 4965Abhijeet Kolekar2008-05-143-2/+46
| * iwlwifi: move iwl4965_init_alive_start to iwl-4965.cEmmanuel Grumbach2008-05-143-100/+100
| * iwlwifi: compile iwl-sta into iwlcoreTomas Winkler2008-05-142-2/+7
| * iwlwifi: move NIC init and Tx queues init to iwlcoreRon Rindjunsky2008-05-149-526/+550
| * iwlwifi: create disable SCD Tx FIFOs handlerRon Rindjunsky2008-05-143-14/+50
| * iwlwifi: move iwl4965_set_rxon_ht into iwlcoreTomas Winkler2008-05-145-104/+105
| * iwlwifi: move per driverdebug_level to per deviceEster Kummer2008-05-145-44/+75
| * iwlwifi-5000: add build_addsta_hcmd handler for 5000 HWTomas Winkler2008-05-141-0/+9
| * iwlwifi: generalize iwl4965_send_add_station functionTomas Winkler2008-05-146-63/+127
| * iwlwifi: remove 4965 from rx_packetTomas Winkler2008-05-144-39/+39
| * iwlwifi: debugfs EEPROM dumpTomas Winkler2008-05-142-0/+43
| * iwlwifi: remove 4965 from station_entryTomas Winkler2008-05-145-20/+20
| * iwlwifi: don't override association channel with control channelTomas Winkler2008-05-141-2/+2
| * iwlwifi-5000: rename iwl5000_init_nic to iwl5000_init_configRon Rindjunsky2008-05-141-2/+2
| * iwlwifi: move RX code to iwl-rx.cTomas Winkler2008-05-146-467/+517
| * iwlwifi: map A-MPDU HW queue to mac80211 A-MPDU SW queueRon Rindjunsky2008-05-142-13/+15
| * mac80211: proper STA info lockingJohannes Berg2008-05-141-2/+2
| * b43legacy: replace limit_value macro with clamp_valHarvey Harrison2008-05-144-34/+17Star
| * b43: replace limit_value macro with clamp_valHarvey Harrison2008-05-144-34/+18Star