summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-09-14carl9170: PHY/RF and MAC routinesChristian Lamparter2-0/+2409
2010-09-14carl9170: Register maps, tx/rx descriptor formats and eeprom layoutChristian Lamparter6-0/+2436
2010-09-14carl9170: mac80211 glue and command interfaceChristian Lamparter6-0/+3024
2010-09-11iwlwifi: remove code repetitionWey-Yi Guy1-32/+28
2010-09-11iwlwifi: make sure runtime calibration is enabled after associationWey-Yi Guy1-2/+1
2010-09-11iwlwifi: fix and describe iwl_adjust_beacon_intervalJohannes Berg2-4/+25
2010-09-11iwlwifi: improve timing handling with dual-modeJohannes Berg1-1/+13
2010-09-11iwlwifi: avoid sending too many commandsJohannes Berg4-1/+33
2010-09-11iwlwifi: allow configure protection modeWey-Yi Guy1-0/+40
2010-09-11iwlwifi: implement beacon interval changeJohannes Berg1-3/+2
2010-09-11iwlwifi: fix PAN parameters while scanningJohannes Berg1-0/+5
2010-09-11iwlwifi: remember the last uCode sysassert error codeWey-Yi Guy4-6/+4
2010-09-11iwlwifi: fix default LQ table in 5.2 bandTomas Winkler2-20/+8
2010-09-07drivers/net/wireless/iwlwifi/iwl-agn.c: Fix return value from an unsigned fun...Julia Lawall1-1/+1
2010-09-07p54spi: Add error message for eeprom failureMichael Büsch1-0/+2
2010-09-07ath9k_hw: Restore ANI registers to default during partial reset for AR9271Rajkumar Manoharan3-0/+53
2010-09-07ath9k_htc: Enable fastcc for HTC devices.Rajkumar Manoharan1-4/+3
2010-09-07ath9k: Implement an algorithm for Antenna diversity and combiningVasanthakumar Thiagarajan3-0/+604
2010-09-07ath9k_hw: Add functions to get/set antenna diversity configurationVasanthakumar Thiagarajan3-0/+47
2010-09-07ath9k_hw: Add capability flag for Antenna diversity and combining featureVasanthakumar Thiagarajan4-0/+16
2010-09-07airo: make strings constStephen Hemminger1-4/+4
2010-09-07ray_cs: make data constStephen Hemminger1-8/+8
2010-09-03iwlagn: open/close envlope to force move BT state machineWey-Yi Guy3-21/+31
2010-08-31rt2x00: Cleanup rt2x00usb_watchdog_reset_txIvo van Doorn1-26/+40
2010-08-31rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn6-14/+59
2010-08-31rt2x00: Correctly kill beacon queueIvo van Doorn3-3/+27
2010-08-31rt2x00: Set PWR_PIN_CFG during initializationIvo van Doorn1-0/+2
2010-08-31rt2x00: Don't set unicast/BSSID masks when clearning MAC or BSSIDIvo van Doorn1-7/+11
2010-08-31rt2x00: Wakeup hardware before loading firmwareIvo van Doorn2-2/+6
2010-08-31rt2x00: Validate TX status results with current data entryIvo van Doorn1-23/+50
2010-08-31rt2x00: Add rt2800_wait_csr_readyIvo van Doorn3-21/+20
2010-08-31rt2x00: Update rt2800 comments regarding AMPDU and PACKET_ID in TXWIHelmut Schaa1-1/+5
2010-08-31rt2x00: Rename txentry_desc.queue -> txentry_desc.qidHelmut Schaa5-8/+8
2010-08-31ath9k: fix spurious MIC failure reportsFelix Fietkau4-9/+25
2010-08-31wl1251: Fix queue stopping/waking for TX pathDenis 'GNUtoo' Carikli3-13/+24
2010-08-31Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville29-849/+1658
2010-08-27mac80211_hwsim: support runtime iftype changesJohannes Berg1-0/+13
2010-08-27ath9k_htc: Enable ANI in associated state onlyRajkumar Manoharan1-4/+5
2010-08-27wl12xx: remove unneeded lockingJohannes Berg4-8/+0
2010-08-27ath9k: Change the default LED pattern.Vivek Natarajan1-1/+1
2010-08-27ath5k: fix off-by-one in pilot magnitude maskBob Copeland1-1/+1
2010-08-27ath5k: re-order one of the frees on unwindDan Carpenter1-2/+2
2010-08-27iwlwifi: allow using multiple contextsJohannes Berg5-40/+82
2010-08-27iwlwifi: follow main beacon intervalJohannes Berg1-2/+9
2010-08-27iwlagn: always send RXON timingJohannes Berg1-1/+2
2010-08-27iwlwifi: pass context to iwl_send_rxon_timingJohannes Berg4-19/+15
2010-08-27iwlwifi: send PAN parametersJohannes Berg6-0/+96
2010-08-27iwlagn: send beacon before committing associated RXONJohannes Berg1-0/+2
2010-08-27iwlagn: send RXON timing before associatingJohannes Berg2-0/+18
2010-08-27iwlagn: queue frames according to contextJohannes Berg3-23/+51