summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2012-10-24ath6kl: rework scheduled scanThomas Pedersen7-60/+50
2012-10-24ath6kl: check usb_register() return valueMarina Makienko1-1/+8
2012-10-24ath6kl: Fix potential memory leak in ath6kl_tx_complete()Vasanthakumar Thiagarajan1-11/+11
2012-10-24ath6kl: Fix potential skb double free in ath6kl_wmi_sync_point()Vasanthakumar Thiagarajan2-17/+22
2012-10-24ath6kl: reconfigure RSN capabilities when restarting APThomas Pedersen3-0/+14
2012-10-24ath6kl: restart concurrent vifs on failed connectThomas Pedersen2-6/+13
2012-10-24ath6kl: configure wow filters per-vifThomas Pedersen1-52/+93
2012-10-24ath6kl: fix incorrect use of IEEE80211_NUM_BANDSKalle Valo2-6/+10
2012-10-24ath6kl: add support for changing contry codeKalle Valo5-0/+82
2012-10-24ath6kl: refactor wmi scan commandKalle Valo3-33/+28
2012-10-24ath6kl: move ath6kl_wmi_startscan_cmd()Kalle Valo1-44/+44
2012-10-24ath6kl: support TX error rate notificationThomas Pedersen4-0/+108
2012-10-24ath6kl: Add support for AR6004 hardware version 1.3Bala Shanmugam4-0/+33
2012-10-24ath6kl: Make use of return value from ath6kl_diag_read()Pandiyarajan Pitchaimuthu1-3/+8
2012-10-24ath6kl: use custom MAC address for newly created interfacesAarthi Thiruvengadam2-1/+8
2012-10-24ath6kl: support rssi threshold for sched scanThomas Pedersen4-1/+49
2012-10-20ath9k: perform ANI cycle in idle stateRajkumar Manoharan4-2/+16
2012-10-19carl9170: handle traps from firmware loaderChristian Lamparter2-3/+10
2012-10-19ath_hw: Use common REG_WRITE parameter orderSven Eckelmann1-10/+10
2012-10-19ath/ath9k/ar9003_eeprom.c: Remove semicolon after ifPeter Senna Tschudin1-1/+1
2012-10-19ath9k: Fix BT_OP_SCAN usageSujith Manoharan1-9/+18
2012-10-19ath9k: Use a helper routine for MCI/FTP tuningSujith Manoharan1-12/+21
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel1-1/+1
2012-10-18wireless: use OR operation to set wiphy featuresJohannes Berg1-1/+1
2012-10-08carl9170: fix sleep in softirq contextRonald Wahl2-15/+15
2012-10-08ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun1-1/+2
2012-10-06ath9k: use ieee80211_free_txskbFelix Fietkau3-26/+31
2012-10-06ath9k: improve suspend/resume reliabilityFelix Fietkau4-10/+13
2012-10-06ath9k: fix ASPM initialization on resumeFelix Fietkau1-0/+5
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds53-981/+2643
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-15/+6
2012-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-58/+145
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller27-182/+362
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+8
2012-09-28ath9k: Fix BTCOEX weight initializationSujith Manoharan4-32/+39
2012-09-28ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003Sven Eckelmann1-0/+17
2012-09-28ath9k: Enable MCI for AR9565Bala Shanmugam3-5/+5
2012-09-28ath9k: Fix chainmask selection for AR9462Sujith Manoharan2-0/+6
2012-09-28ath9k: Add a debugfs file to adjust antenna diversitySujith Manoharan2-3/+54
2012-09-28ath9k: Handle errors properly in MCI initializationSujith Manoharan3-17/+23
2012-09-28ath9k: Fix rx filtering issue for older chipsThomas Wagner1-2/+2
2012-09-25ath5k: add missing breaks in ath5k_hw_set_spur_mitigation_filterJohn W. Linville1-0/+2
2012-09-25ath9k_hw: fix BT sleep state on chip wakeupRajkumar Manoharan1-1/+1
2012-09-25ath9k: Disable ASPM only for AR9285Sujith Manoharan1-2/+3
2012-09-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-3/+3
2012-09-24ath5k: disable HW crypto in management frameChun-Yeow Yeoh2-0/+4
2012-09-24carl9170: connect to 11w protected networksChristian Lamparter2-1/+4
2012-09-24ath9k_hw: Enable WLAN RX diversity for AR9565Sujith Manoharan1-1/+1
2012-09-24ath9k: Add a module parameter to enable diversitySujith Manoharan3-0/+17
2012-09-24ath9k_hw: Add a HW callback to set diversitySujith Manoharan6-1/+107