aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-13ath6kl: update Kconfig descriptionsKalle Valo1-7/+23
2014-03-13ath6kl: remove unnecessary line continuationsKalle Valo1-3/+3
2014-03-13ath6kl: remove spaces before semicolonKalle Valo2-3/+3
2014-03-13ath6kl: use braces on both arms of if statementKalle Valo6-27/+44
2014-03-13ath6kl: fix blank lines before and after bracesKalle Valo13-53/+2
2014-03-13ath6kl: fix struct hif_scatter_req list handlingKalle Valo2-3/+3
2014-02-24Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2-5/+5
2014-02-14ath: remove camel case from struct reg_dmn_pair_mappingKalle Valo1-2/+2
2014-02-04cfg80211: fix channel configuration in IBSS joinAntonio Quartulli1-6/+2
2014-02-04nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg1-5/+14
2014-01-18ath6kl: set rx urb count threshold to 1Julien Massot1-2/+2
2014-01-18ath6kl: increase usb rx buffer size to 4096Julien Massot1-1/+1
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2-7/+5
2013-12-05cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic1-3/+3
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+8
2013-12-02cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich1-0/+2
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski1-3/+6
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+1
2013-10-18Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville1-1/+1
2013-10-01ath6kl: fix compilation warning in ath6kl_htc_pipe_conn_serviceVladimir Murzin1-1/+1
2013-09-24ath: Remove extern from function prototypesJoe Perches2-7/+5
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-4/+3
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev1-4/+3
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-3/+7
2013-08-12cfg80211: add wdev to testmode cmdDavid Spinadel2-3/+7
2013-08-07ath6kl: Fix invalid pointer access on fuzz testing with AP modeMohammed Shafi Shajakhan1-0/+3
2013-08-07ath6kl: Fix race in heart beat pollingVasanthakumar Thiagarajan1-0/+3
2013-06-13Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville4-29/+41
2013-06-11ath6kl: make mgmt_tx accept a NULL channelAntonio Quartulli1-10/+17
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg1-9/+15
2013-06-01ath6kl: Unify sg_sz and buf_sz in ath6kl_sdio_alloc_prep_scat_req()Geert Uytterhoeven1-6/+6
2013-06-01ath6kl: Fix a suspend/resume crash in AR6004 USBMohammed Shafi Shajakhan1-0/+18
2013-06-01ath6kl: Rename USB driver's suspend/resume/reset_resumeMohammed Shafi Shajakhan1-9/+9
2013-06-01wireless: ath6kl: re-use native helper to parse MACAndy Shevchenko1-7/+1
2013-06-01ath6kl: Check wmi ready event status before validating abi versionRaja Mani1-7/+7
2013-03-20ath6kl: fix size_t printf warningsKalle Valo1-7/+7
2013-03-18Merge tag 'for-linville-20130318' of git://github.com/kvalo/ath6klJohn W. Linville18-94/+628
2013-03-18ath6kl: Fix a debugfs crash for USB devicesMohammed Shafi Shajakhan1-2/+4
2013-03-18ath: changed kmalloc to kmemdupAndrei Epure1-3/+1
2013-03-18ath6kl: Fix the byte alignment rule to avoid loss of bytes in a TCP segmentMyoungje Kim2-5/+7
2013-03-18ath6kl: remove false check from ath6kl_rx()Kalle Valo1-1/+1
2013-03-18ath6kl: add an extra band check to ath6kl_wmi_beginscan_cmd()Kalle Valo1-0/+3
2013-03-18ath6kl: add tracing support to debug message macrosKalle Valo2-4/+50
2013-03-18ath6kl: add tracing support to log functionsKalle Valo3-0/+41
2013-03-18ath6kl: convert ath6kl_info/err/warn macros to real functionsKalle Valo2-7/+54
2013-03-18ath6kl: adding tracing points for htc_mboxKalle Valo2-1/+76
2013-03-18ath6kl: add tracing point for hif irqsKalle Valo2-0/+23
2013-03-18ath6kl: add tracing points for sdio transfersKalle Valo3-0/+105
2013-03-18ath6kl: add tracing support and tracing points for wmi packetsKalle Valo6-0/+125
2013-03-18ath6kl: cold reset target after host warm bootKalle Valo2-2/+13