summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-014-9/+16
|\
| * ath9k_hw: improve reset reliability after errorsFelix Fietkau2013-02-271-1/+3
| * ath9k_htc: fix signal strength handling issuesFelix Fietkau2013-02-272-7/+12
| * ath9k: fix RSSI dummy marker valueFelix Fietkau2013-02-271-1/+1
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-213-16/+5
|\ \
| * | drivers/net/wireless/ath/carl9170: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
| * | drivers/net/wireless/ath/ath6kl: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+0
| * | wireless: remove conflicting version of print_hex_dump_bytesStephen Rothwell2013-01-171-14/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1819-143/+230
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2013-02-158-96/+119
| |\ \
| | * | ath6kl: minor optimization using if, else ifMohammed Shafi Shajakhan2012-11-271-5/+5
| | * | ath6kl: Move and rename ath6kl_cleanup_vif functionMohammed Shafi Shajakhan2012-11-274-61/+58
| | * | ath6kl: Parse beacon interval from userspaceMohammed Shafi Shajakhan2012-11-273-3/+28
| | * | ath6kl: trivial cleanup on interface type selectionMohammed Shafi Shajakhan2012-11-271-5/+1
| | * | ath6kl: Fix kernel panic on continuous driver load/unloadMohammed Shafi Shajakhan2012-11-271-0/+16
| | * | ath6kl: remove unnecessary check for NULL skbMohammed Shafi Shajakhan2012-11-273-17/+8
| | * | ath6kl: Use standard way to assign the boolean variableMohammed Shafi Shajakhan2012-11-271-1/+1
| | * | ath6kl: Remove erroneous flag clearingMohammed Shafi Shajakhan2012-11-271-2/+0
| | * | drivers/net/wireless/ath/ath6kl/hif.c: drop if around WARN_ONJulia Lawall2012-11-161-4/+2
| | * | ath6kl: Fix a mismatch in power management debug messageMohammed Shafi Shajakhan2012-11-161-2/+2
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-151-1/+1
| |\ \ \
| | * | | mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2013-02-151-1/+1
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-124-5/+5
| |\| | |
| | * | | cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-114-5/+5
| * | | | ath6kl: provide 64-bit per-station byte countersVladimir Kondratiev2013-02-111-2/+2
| * | | | ath9k: Fix IBSS joiner modeSujith Manoharan2013-02-113-27/+89
| * | | | ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan2013-02-112-11/+7
| |/ / /
| * | | NET: ath5k, check ath5k_eeprom_mode_from_channel retvalJiri Slaby2013-02-082-0/+6
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-081-1/+1
| |\ \ \
| | * | | mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach2013-01-311-1/+1
* | | | | drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-085-33/+9
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-0817-256/+477
|\| | | |
| * | | | ath9k: Remove unused variables in ath_mci_cleanupSven Eckelmann2013-02-011-2/+0
| * | | | ath9k: Fix sparse __CHECK_ENDIAN__ for spectral codeSven Eckelmann2013-02-012-8/+9
| * | | | ath9k: Only remove spectral scan relay file when it was createdSven Eckelmann2013-02-011-1/+1
| * | | | ath9k: Only add fix_rssi_inv_only when spectral code is usedSven Eckelmann2013-02-011-0/+2
| * | | | ath9k: Only process fft samples when ATH9K_DEBUGFS is enabledSven Eckelmann2013-02-011-1/+1
| * | | | ath9k: Select RELAY for ATH9K_DEBUGFSSven Eckelmann2013-02-011-0/+1
| * | | | ath9k: report A-MPDU statusChristian Lamparter2013-02-012-0/+22
| * | | | wil6210: fix wil_vring_init_tx statusVladimir Kondratiev2013-01-301-0/+1
| * | | | wil6210: Never delete Rx chain with firmwareVladimir Kondratiev2013-01-303-26/+1
| * | | | wil6210: checkpatch warningsVladimir Kondratiev2013-01-306-9/+5
| * | | | wil6210: fix checkpatch CamelCase warningsVladimir Kondratiev2013-01-307-82/+82
| * | | | wil6210: Reorder reset preparation sequenceVladimir Kondratiev2013-01-301-4/+4
| * | | | wil6210: Separate common code for mbox regs caching to functionVladimir Kondratiev2013-01-301-10/+11
| * | | | wil6210: Fix "don't scan after connect" logicVladimir Kondratiev2013-01-302-1/+2
| * | | | wil6210: Call skb_orphan() right before Rx indicationVladimir Kondratiev2013-01-301-2/+2
| * | | | wil6210: Fix: Tx stallVladimir Kondratiev2013-01-302-28/+1
| * | | | wil6210: Count Tx statistics on Tx completionVladimir Kondratiev2013-01-301-2/+9