aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12ath9k_hw: fix a sign error in the IQ calibration codeFelix Fietkau1-1/+1
2010-07-12ath9k_hw: fix antenna diversity on AR9285Felix Fietkau5-8/+8
2010-07-12rt2x00: Move driver callback functions into the ops structureIvo van Doorn4-48/+36
2010-07-12rt2x00: Move common firmware loading into rt2800libIvo van Doorn4-211/+179
2010-07-12rt2x00: Add missing TSF sync mode for AP operationHelmut Schaa3-4/+8
2010-07-12rt2x00: Don't initialize beacon interval to 0 on rt2800 devicesHelmut Schaa1-1/+1
2010-07-12rt2x00: Remove set_tim callback from PCI driversHelmut Schaa4-4/+0
2010-07-12rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usbHelmut Schaa4-37/+69
2010-07-12rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa5-10/+70
2010-07-12rt2x00: Implement broad- and multicast bufferingHelmut Schaa1-2/+30
2010-07-12rt2x00: Allow beacon update without scheduling a workHelmut Schaa2-9/+30
2010-07-12rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa11-70/+201
2010-07-12rt2x00: Make rt2800_write_beacon only export to GPLIvo van Doorn1-1/+1
2010-07-12rt2x00: Implement watchdog monitoringIvo van Doorn11-3/+159
2010-07-12rt2x00: Fix vgc_level_reg handlingIvo van Doorn3-8/+16
2010-07-12rt2x00: Disable link tuning while scanningIvo van Doorn9-4/+47
2010-07-12rt2x00: Rename CONFIG_DISABLE_LINK_TUNINGIvo van Doorn9-17/+13
2010-07-12rt2x00: Convert AGC value from descriptor to RSSI (dBm)Ivo van Doorn5-10/+55
2010-07-12rt2x00: Limit txpower by eeprom valuesHelmut Schaa2-53/+120
2010-07-12hostap: fixup strlen() mathDan Carpenter1-1/+1
2010-07-12adm8211: fix memory leakKulikov Vasiliy1-1/+4
2010-07-12prism54: call BUG_ON() earlierDan Carpenter1-1/+1
2010-07-12wl1271: use __packed annotationLuciano Coelho2-5/+5
2010-07-12libertas: Added support for host sleep featureAmitkumar Karwar5-33/+142
2010-07-09iwlagn: fix the bit mask of a FH register in stop Tx DMA flowEmmanuel Grumbach2-8/+6
2010-07-09iwlagn: more generic description for iwlagn devicesWey-Yi Guy1-2/+7
2010-07-09iwlwifi: correct descriptions of advanced ucode errorsJay Sternberg1-6/+30
2010-07-09iwlwifi: enable 6050 series Gen2 devicesShanyu Zhao5-0/+52
2010-07-08wl1271: use per-channel max tx power passed by mac80211 when scanningLuciano Coelho1-1/+1
2010-07-08wl1271: rewritten scanning codeLuciano Coelho5-141/+211
2010-07-08wl1271: moved scan operations to a separate fileLuciano Coelho7-240/+303
2010-07-08wl1271: Update interface to temporarily disable dynamic PSJuuso Oikarinen2-4/+4
2010-07-08wl1271: Fix warning when disconnecting and ad-hoc networkJuuso Oikarinen1-1/+2
2010-07-08wl1271: Disable dynamic PS based on BT co-ext sense eventsJuuso Oikarinen3-2/+18
2010-07-08wl1271: Update hardware ARP filtering configuration handlingJuuso Oikarinen3-54/+19
2010-07-08wl1271: read fem manufacturer value from nvsLuciano Coelho3-17/+3
2010-07-08wl1271: Work around AP's with broken ps-poll functionalityJuuso Oikarinen6-2/+88
2010-07-08wl1271: Use all basic rates for ps-poll, instead of just the slowestJuuso Oikarinen1-1/+1
2010-07-08wl1271: Use the ARP configuration function from mac80211Juuso Oikarinen3-108/+56
2010-07-08wl1271: Add TSF handlingJuuso Oikarinen4-6/+65
2010-07-08wl1271: Remove calibration from join commandJuuso Oikarinen1-104/+0
2010-07-07ath9k: fix a buffer leak in A-MPDU completionFelix Fietkau1-0/+5
2010-07-07ath9k: fix a potential buffer leak in the STA teardown pathFelix Fietkau1-26/+26
2010-07-06wl12xx: Use MODULE_ALIAS macro at correct postion for SPI busAmeya Palande3-1/+2
2010-07-06Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville14-89/+477
2010-07-02iwlwifi: adding enhance sensitivity table entriesWey-Yi Guy4-28/+157
2010-07-02iwlwifi: generic parameter define for _agn deviceWey-Yi Guy4-10/+10
2010-07-02iwlwifi: debugfs file for txfifo command testingWey-Yi Guy1-0/+27
2010-07-02iwlwifi: add support for device tx flush requestWey-Yi Guy8-1/+44
2010-07-02iwlwifi: add mac80211 flush callback supportWey-Yi Guy8-0/+114