summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* wil6210: fix FW error notificationVladimir Kondratiev2013-03-131-3/+11
* wil6210: report all received mgmt framesVladimir Kondratiev2013-03-131-0/+3
* wil6210: use cfg80211_inform_bss_frame()Vladimir Kondratiev2013-03-131-11/+3Star
* wil6210: refactor connect_workerVladimir Kondratiev2013-03-133-25/+23Star
* wil6210: Fix garbage sent to the FW with wmi_set_ie()Vladimir Kondratiev2013-03-131-1/+1
* wil6210: do not set IE's for beaconVladimir Kondratiev2013-03-131-2/+7
* wil6210: handle WMI_BA_STATUS_EVENTIDVladimir Kondratiev2013-03-131-0/+11
* wil6210: handle linkup/linkdown WMI eventsVladimir Kondratiev2013-03-131-0/+23
* wil6210: Remove local implementation of dynamic hexdumpVladimir Kondratiev2013-03-132-24/+2Star
* wil6210: remove unused including <linux/version.h>Wei Yongjun2013-03-131-1/+0Star
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-03-081-3/+5
|\
| * cfg80211: comprehensively check station changesJohannes Berg2013-03-061-3/+5
* | ath9k: Report rx-crc-errors in ethtool stats.Ben Greear2013-03-061-0/+2
* | ath9k: Report txerr-filtered errors in debugfs.Ben Greear2013-03-062-0/+5
* | ath9k_hw: Fix fixed antenna for AR9462Sujith Manoharan2013-03-061-0/+17
* | ath9k_hw: Update initvals for AR9462Sujith Manoharan2013-03-061-25/+24Star
* | ath9k_hw: Use helper functions to simplify HW resetSujith Manoharan2013-03-061-79/+103
* | ath9k_hw: Remove CHANNEL_CW_INTSujith Manoharan2013-03-063-8/+3Star
* | ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()Dan Carpenter2013-03-061-2/+1Star
* | drivers/net/wireless/ath/wil6210: Makefile, only -Werror when no -W* in EXTRA...Chen Gang2013-03-061-1/+3
* | ath9k: simplify ATH_EP_RNDBob Copeland2013-03-061-1/+1
* | wil6210: convert to use simple_open()Wei Yongjun2013-03-061-11/+3Star
* | ath5k: cleanup channel to eprom_mode functionJiri Slaby2013-03-065-26/+10Star
* | carl9170: fix frame drop and WARN due to minstrel_ht changeChristian Lamparter2013-03-061-41/+28Star
|/
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-213-16/+5Star
|\
| * 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/+0Star
| * wireless: remove conflicting version of print_hex_dump_bytesStephen Rothwell2013-01-181-14/+4Star
* | 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/+58Star
| | * | ath6kl: Parse beacon interval from userspaceMohammed Shafi Shajakhan2012-11-273-3/+28
| | * | ath6kl: trivial cleanup on interface type selectionMohammed Shafi Shajakhan2012-11-271-5/+1Star
| | * | 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/+8Star
| | * | 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/+0Star
| | * | drivers/net/wireless/ath/ath6kl/hif.c: drop if around WARN_ONJulia Lawall2012-11-161-4/+2Star
| | * | 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/+7Star
| |/ / /
| * | | 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