summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/debug.c
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: fix spelling mistake: "chache" -> "cache"Colin Ian King2018-04-191-1/+1
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-22/+21
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* ath6kl: break stats gathering code into separate methodBen Greear2015-10-291-23/+32
* ath: change logging functions to return voidJoe Perches2014-09-291-20/+8
* ath6kl: fix blank lines before and after bracesKalle Valo2014-03-131-4/+0
* wireless: ath6kl: re-use native helper to parse MACAndy Shevchenko2013-06-011-7/+1
* ath6kl: Fix a debugfs crash for USB devicesMohammed Shafi Shajakhan2013-03-181-2/+4
* ath6kl: add tracing support to debug message macrosKalle Valo2013-03-181-4/+8
* ath6kl: add tracing support to log functionsKalle Valo2013-03-181-0/+3
* ath6kl: convert ath6kl_info/err/warn macros to real functionsKalle Valo2013-03-181-0/+51
* Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-05-161-1/+11
|\
| * ath6kl: unblock fwlog_block_read() on exitThomas Pedersen2012-04-231-0/+1
| * ath6kl: Retain bg scan period value modified by the userRaja Mani2012-04-181-0/+7
| * ath6kl: fix memory leak in ath6kl_fwlog_block_read()Jesper Juhl2012-04-131-1/+3
* | Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-04-121-0/+6
|\ \ | |/
| * ath6kl: Add ARP offload related statistic info in tgt_statsRaja Mani2012-03-201-0/+6
* | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-24/+18
|/
* ath6kl: fix debug.c file modeKalle Valo2012-03-131-0/+0
* ath6kl: replace strict_strtoul() with kstrtoul()Kalle Valo2012-03-131-17/+2
* ath6kl: alignment should match open parenthesisKalle Valo2012-03-071-24/+24
* ath6kl: fix checkpatch error with EPSTAT() macroKalle Valo2012-03-071-3/+7
* ath6kl: Maintain the listen interval per VIF specificRaja Mani2012-03-071-5/+10
* ath6kl: Fix kernel panic while receiving fwlog during bootVasanthakumar Thiagarajan2012-03-061-1/+9
* ath6kl: add padding to firmware log recordsEtay Luz2012-03-011-1/+4
* ath6kl: Update license headerVasanthakumar Thiagarajan2012-02-081-0/+1
* ath6kl: add blocking debugfs file for retrieving firmware logsKalle Valo2012-02-081-1/+103
* ath6kl: store firmware logs in skbuffsKalle Valo2012-02-081-82/+39
* ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' st...Chilam Ng2012-02-021-0/+2
* ath6kl: create ath6kl_core.koKalle Valo2012-01-181-0/+3
* ath6kl: convert ath6kl_dbg() and ath6kl_dbg_dump() into functionsKalle Valo2012-01-181-0/+30
* ath6kl: get rid of AR_DBG_LVL_CHECK()Kalle Valo2012-01-181-19/+16
* ath6kl: Fix listen interval handlingSujith Manoharan2012-01-121-26/+18
* Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2011-12-161-0/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
| |\
| | * drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* | | ath6kl: use a larger buffer for debug outputDan Carpenter2011-11-241-2/+2
|/ /
* | ath6kl: Fix error in writing create_qos debugfsVasanthakumar Thiagarajan2011-11-111-1/+1
* | ath6kl: Implement support for power parameter control from userspaceRishi Panjwani2011-11-111-0/+63
* | ath6kl: Implement support for listen interval from userspaceRishi Panjwani2011-11-111-0/+64
* | ath6kl: add debug messages for credit handlingKalle Valo2011-11-111-17/+16
* | ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_infoKalle Valo2011-11-111-5/+5
* | ath6kl: rename struct htc_endpoint_credit_dist.htc_rsvd to htc_epKalle Valo2011-11-111-4/+2
* | ath6kl: Initialize target wlan values for every vifVasanthakumar Thiagarajan2011-11-111-2/+2
* | ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan2011-11-111-7/+18
* | ath6kl: Take vif information from wmi eventVasanthakumar Thiagarajan2011-11-111-2/+7
* | ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan2011-11-111-2/+2
* | ath6kl: Make net and target stats vif specificVasanthakumar Thiagarajan2011-11-111-3/+5
* | ath6kl: Keep wiphy reference in ath6kl structureVasanthakumar Thiagarajan2011-11-111-1/+1
* | ath6kl: Implement support for background scan control from userspaceRishi Panjwani2011-11-111-0/+36
OpenPOWER on IntegriCloud