summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-16/+5
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-143/+230
2013-02-15Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville8-96/+119
2013-02-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-1/+1
2013-02-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville4-5/+5
2013-02-11ath6kl: provide 64-bit per-station byte countersVladimir Kondratiev1-2/+2
2013-02-11ath9k: Fix IBSS joiner modeSujith Manoharan3-27/+89
2013-02-11ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan2-11/+7
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg4-5/+5
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches5-33/+9
2013-02-08NET: ath5k, check ath5k_eeprom_mode_from_channel retvalJiri Slaby2-0/+6
2013-02-08Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville17-256/+477
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+3
2013-02-01ath9k: Remove unused variables in ath_mci_cleanupSven Eckelmann1-2/+0
2013-02-01ath9k: Fix sparse __CHECK_ENDIAN__ for spectral codeSven Eckelmann2-8/+9
2013-02-01ath9k: Only remove spectral scan relay file when it was createdSven Eckelmann1-1/+1
2013-02-01ath9k: Only add fix_rssi_inv_only when spectral code is usedSven Eckelmann1-0/+2
2013-02-01ath9k: Only process fft samples when ATH9K_DEBUGFS is enabledSven Eckelmann1-1/+1
2013-02-01ath9k: Select RELAY for ATH9K_DEBUGFSSven Eckelmann1-0/+1
2013-02-01ath9k: report A-MPDU statusChristian Lamparter2-0/+22
2013-01-31mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach1-1/+1
2013-01-30wil6210: fix wil_vring_init_tx statusVladimir Kondratiev1-0/+1
2013-01-30wil6210: Never delete Rx chain with firmwareVladimir Kondratiev3-26/+1
2013-01-30wil6210: checkpatch warningsVladimir Kondratiev6-9/+5
2013-01-30wil6210: fix checkpatch CamelCase warningsVladimir Kondratiev7-82/+82
2013-01-30wil6210: Reorder reset preparation sequenceVladimir Kondratiev1-4/+4
2013-01-30wil6210: Separate common code for mbox regs caching to functionVladimir Kondratiev1-10/+11
2013-01-30wil6210: Fix "don't scan after connect" logicVladimir Kondratiev2-1/+2
2013-01-30wil6210: Call skb_orphan() right before Rx indicationVladimir Kondratiev1-2/+2
2013-01-30wil6210: Fix: Tx stallVladimir Kondratiev2-28/+1
2013-01-30wil6210: Count Tx statistics on Tx completionVladimir Kondratiev1-2/+9
2013-01-30wil6210: Refactor rx init/finiVladimir Kondratiev3-52/+77
2013-01-30wil6210: remove raw wil_dbg() callsVladimir Kondratiev5-24/+25
2013-01-30wil6210: rearrange IRQ debug printingVladimir Kondratiev1-2/+2
2013-01-30wil6210: Detect FW errorVladimir Kondratiev2-5/+25
2013-01-30ath9k: Update spectral scan output dataSven Eckelmann3-11/+15
2013-01-30ath9k: reorder error codes for spectralSimon Wunderlich1-4/+4
2013-01-30ath9k: drop spectral packets after processing themSimon Wunderlich3-15/+25
2013-01-30ath9k: add debug parameters for spectral scanSimon Wunderlich4-17/+200
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville47-850/+1930
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville29-83/+6241
2013-01-22ath9k_hw: remove a useless WARN_ONFelix Fietkau1-3/+0
2013-01-22ath9k_hw: reduce struct ar5416AniState sizeFelix Fietkau2-14/+6
2013-01-22ath9k_hw: remove ath9k_hw_ani_setup and its variablesFelix Fietkau4-25/+1
2013-01-22ath9k_hw: make the initval parameter to ath9k_hw_write_array constFelix Fietkau2-2/+2
2013-01-22ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau1-37/+32
2013-01-22ath9k: clean up processing of pending tx frames on resetFelix Fietkau4-59/+32
2013-01-22ath9k: stop rx after txFelix Fietkau1-2/+2