summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: fix size_t printf warningsKalle Valo2013-03-201-7/+7
* Merge tag 'for-linville-20130318' of git://github.com/kvalo/ath6klJohn W. Linville2013-03-1818-94/+628
|\
| * ath6kl: Fix a debugfs crash for USB devicesMohammed Shafi Shajakhan2013-03-181-2/+4
| * ath: changed kmalloc to kmemdupAndrei Epure2013-03-181-3/+1Star
| * ath6kl: Fix the byte alignment rule to avoid loss of bytes in a TCP segmentMyoungje Kim2013-03-182-5/+7
| * ath6kl: remove false check from ath6kl_rx()Kalle Valo2013-03-181-1/+1
| * ath6kl: add an extra band check to ath6kl_wmi_beginscan_cmd()Kalle Valo2013-03-181-0/+3
| * ath6kl: add tracing support to debug message macrosKalle Valo2013-03-182-4/+50
| * ath6kl: add tracing support to log functionsKalle Valo2013-03-183-0/+41
| * ath6kl: convert ath6kl_info/err/warn macros to real functionsKalle Valo2013-03-182-7/+54
| * ath6kl: adding tracing points for htc_mboxKalle Valo2013-03-182-1/+76
| * ath6kl: add tracing point for hif irqsKalle Valo2013-03-182-0/+23
| * ath6kl: add tracing points for sdio transfersKalle Valo2013-03-183-0/+105
| * ath6kl: add tracing support and tracing points for wmi packetsKalle Valo2013-03-186-0/+125
| * ath6kl: cold reset target after host warm bootKalle Valo2013-03-182-2/+13
| * ath6kl: fix usb related error handling and warningsKalle Valo2013-03-183-21/+33
| * ath6kl: cleanup ath6kl_reset_device()Kalle Valo2013-03-184-39/+10Star
| * ath6kl: print firmware capabilitiesKalle Valo2013-03-181-0/+73
| * ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()Dan Carpenter2013-03-091-2/+1Star
| * ath6kl: Remove NETDEV_REGISTERED flagMohammed Shafi Shajakhan2013-03-052-2/+0Star
| * ath6kl: Return error from ath6kl_bmi_done()Mohammed Shafi Shajakhan2013-03-052-6/+6
| * ath6kl: Protect ath6kl_cfg80211_vif_cleanup using rtnl_locksMohammed Shafi Shajakhan2013-03-051-0/+2
| * ath6kl: Cosmetic change in checking for free vif slotMohammed Shafi Shajakhan2013-03-051-2/+2
* | 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
* | | ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()Dan Carpenter2013-03-061-2/+1Star
|/ /
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-1/+0Star
|\ \ | |/ |/|
| * drivers/net/wireless/ath/ath6kl: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+0Star
* | 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-122-3/+3
|\ \ \
| * | | cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-112-3/+3
* | | | ath6kl: provide 64-bit per-station byte countersVladimir Kondratiev2013-02-111-2/+2
|/ / /
* | / wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-141-11/+5Star
| |/ |/|
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-262-16/+16
|\ \
| * | nl80211/cfg80211: support VHT channel configurationJohannes Berg2012-11-261-6/+4Star
| * | cfg80211: pass a channel definition structJohannes Berg2012-11-261-8/+14
| * | cfg80211: remove remain-on-channel channel typeJohannes Berg2012-11-262-8/+4Star
* | | Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-11-1618-285/+990
|\ \ \ | | |/ | |/|
| * | ath6kl: support NL80211_USER_REG_HINT_CELL_BASE eventsKalle Valo2012-11-161-3/+12
| * | ath6kl: Add a hardware flag for SDIO CRC error workaroundMohammed Shafi Shajakhan2012-10-242-4/+4