summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-16ath9k: shorten the calibration interval during strong interferenceFelix Fietkau2-2/+8
2010-08-16ath9k: use AP beacon miss as a trigger for fast recalibrationFelix Fietkau4-4/+65
2010-08-16ath9k_hw: apply the noise floor validation to the median instead of singleFelix Fietkau1-19/+32
2010-08-16ath9k: add a separate debug level for stuck beaconsFelix Fietkau2-3/+5
2010-08-16iwlwifi: track IBSS manager statusJohannes Berg6-2/+25
2010-08-16iwlwifi: make iwl_set_hw_params static to _agnWey-Yi Guy3-20/+18
2010-08-16iwlagn: log pci revision idWey-Yi Guy1-0/+1
2010-08-16iwlwifi: make iwl_hw_detect static to _agnWey-Yi Guy3-9/+7
2010-08-16libertas_tf: if_usb.c: Some more formatting fixesThomas Klute1-18/+31
2010-08-16libertas_tf: if_usb.c: Whitespace cleanupThomas Klute1-4/+4
2010-08-16iwlwifi: make scan workqueue functions staticStanislaw Gruszka3-16/+6
2010-08-16libertas: better association request debuggingDan Williams1-8/+29
2010-08-16libertas: better scan response debuggingDan Williams1-4/+20
2010-08-16ath9k: add fastcc to debug print for channel changeLuis R. Rodriguez1-2/+3
2010-08-16rt2x00: do not shortcut rt2x00lib_config_antennaJohn W. Linville1-8/+0
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1488-48245/+135780
2010-08-16b43: move hwrng registration driver to wireless core initializationJohn W. Linville1-2/+7
2010-08-16iwm3200wifi: remove comparison to WIFI_IF_NTFY_MAX in iwm_ntf_wifi_if_wrapperJohn W. Linville1-5/+2
2010-08-16ipw2100: avoid warning from pointer cast in call to IPW_DEBUG_TXJohn W. Linville1-2/+2
2010-08-16iwlwifi: disable aspm by defaultJohn W. Linville2-0/+8
2010-08-16rtl8187: consolidate MSR writes in rtl8187_bss_info_changedJohn W. Linville1-5/+4
2010-08-16rtl8180: use RTL818X_MSR_ADHOC for IBSS connectionJohn W. Linville1-6/+9
2010-08-16rtl8180: use NAPI for bottom-half processingJohn W. Linville1-59/+69
2010-08-16zd1211rw: update fw version info in wiphy structJohn W. Linville1-0/+5
2010-08-16rt2x00: update fw version info in wiphy structJohn W. Linville1-0/+3
2010-08-16p54: update fw version info in wiphy structJohn W. Linville1-1/+5
2010-08-16b43legacy: update hw/fw version info in wiphy structJohn W. Linville1-0/+5
2010-08-16b43: update hw/fw version info in wiphy structJohn W. Linville1-0/+5
2010-08-13ath5k: disable ASPM L0s for all cardsMaxim Levitsky1-0/+21
2010-08-13ath9k_htc: load proper firmware for device ID 7015Rajkumar Manoharan5-7/+11
2010-08-13wl1251: fix trigger scan timeout usageYuri Kululin1-1/+1
2010-08-13ath9k_htc: Fix disconnect issue in HT40 mode.Vivek Natarajan1-1/+2
2010-08-11ath9k_htc: fix panic on packet injection using airbase-ng tool.Rajkumar Manoharan1-5/+10
2010-08-11ipw2100: register pm_qos request before registering pci driverJohn W. Linville1-2/+3
2010-08-09iwlagn: fix rts cts protectionJohannes Berg11-133/+87
2010-08-09libertas: fix build break by including linux/sched.hJohn W. Linville1-0/+1
2010-08-09Revert "p54pci: Add PCI ID for SMC2802W"John W. Linville1-2/+0
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher8-0/+18
2010-08-08ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIGJohn Fastabend1-4/+10
2010-08-07netxen: protect tx timeout recovery by rtnl lockAmit Kumar Salecha1-8/+7
2010-08-07isdn: gigaset: use after freeDan Carpenter1-2/+4
2010-08-07isdn: gigaset: add missing unlockDan Carpenter1-0/+1
2010-08-07solos-pci: Fix race condition in tasklet RX handlingDavid Woodhouse1-1/+6
2010-08-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller32-273/+836
2010-08-06iwlwifi: fix locking assertionsJohannes Berg4-6/+6
2010-08-06iwlwifi: fix TX tracerJohannes Berg1-1/+1
2010-08-05isdn: fix information leakDan Carpenter1-5/+5
2010-08-05usbnet: remove noisy and hardly useful printkChristian Samsel1-1/+0
2010-08-05rtl8180: avoid potential NULL deref in rtl8180_beacon_workJohn W. Linville1-0/+2
2010-08-05libertas: scan before assocation if no BSSID was givenDan Williams3-33/+121