Age | Commit message (Expand) | Author | Files | Lines |
2015-10-29 | ath6kl: break stats gathering code into separate method | Ben Greear | 1 | -23/+32 |
2014-09-29 | ath: change logging functions to return void | Joe Perches | 1 | -20/+8 |
2014-03-13 | ath6kl: fix blank lines before and after braces | Kalle Valo | 1 | -4/+0 |
2013-06-01 | wireless: ath6kl: re-use native helper to parse MAC | Andy Shevchenko | 1 | -7/+1 |
2013-03-18 | ath6kl: Fix a debugfs crash for USB devices | Mohammed Shafi Shajakhan | 1 | -2/+4 |
2013-03-18 | ath6kl: add tracing support to debug message macros | Kalle Valo | 1 | -4/+8 |
2013-03-18 | ath6kl: add tracing support to log functions | Kalle Valo | 1 | -0/+3 |
2013-03-18 | ath6kl: convert ath6kl_info/err/warn macros to real functions | Kalle Valo | 1 | -0/+51 |
2012-05-16 | Merge branch 'for-linville' of git://github.com/kvalo/ath6kl | John W. Linville | 1 | -1/+11 |
2012-04-23 | ath6kl: unblock fwlog_block_read() on exit | Thomas Pedersen | 1 | -0/+1 |
2012-04-18 | ath6kl: Retain bg scan period value modified by the user | Raja Mani | 1 | -0/+7 |
2012-04-13 | ath6kl: fix memory leak in ath6kl_fwlog_block_read() | Jesper Juhl | 1 | -1/+3 |
2012-04-12 | Merge branch 'for-linville' of git://github.com/kvalo/ath6kl | John W. Linville | 1 | -0/+6 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -24/+18 |
2012-03-20 | ath6kl: Add ARP offload related statistic info in tgt_stats | Raja Mani | 1 | -0/+6 |
2012-03-13 | ath6kl: fix debug.c file mode | Kalle Valo | 1 | -0/+0 |
2012-03-13 | ath6kl: replace strict_strtoul() with kstrtoul() | Kalle Valo | 1 | -17/+2 |
2012-03-07 | ath6kl: alignment should match open parenthesis | Kalle Valo | 1 | -24/+24 |
2012-03-07 | ath6kl: fix checkpatch error with EPSTAT() macro | Kalle Valo | 1 | -3/+7 |
2012-03-07 | ath6kl: Maintain the listen interval per VIF specific | Raja Mani | 1 | -5/+10 |
2012-03-06 | ath6kl: Fix kernel panic while receiving fwlog during boot | Vasanthakumar Thiagarajan | 1 | -1/+9 |
2012-03-01 | ath6kl: add padding to firmware log records | Etay Luz | 1 | -1/+4 |
2012-02-08 | ath6kl: Update license header | Vasanthakumar Thiagarajan | 1 | -0/+1 |
2012-02-08 | ath6kl: add blocking debugfs file for retrieving firmware logs | Kalle Valo | 1 | -1/+103 |
2012-02-08 | ath6kl: store firmware logs in skbuffs | Kalle Valo | 1 | -82/+39 |
2012-02-02 | ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' st... | Chilam Ng | 1 | -0/+2 |
2012-01-18 | ath6kl: create ath6kl_core.ko | Kalle Valo | 1 | -0/+3 |
2012-01-18 | ath6kl: convert ath6kl_dbg() and ath6kl_dbg_dump() into functions | Kalle Valo | 1 | -0/+30 |
2012-01-18 | ath6kl: get rid of AR_DBG_LVL_CHECK() | Kalle Valo | 1 | -19/+16 |
2012-01-12 | ath6kl: Fix listen interval handling | Sujith Manoharan | 1 | -26/+18 |
2011-12-16 | Merge remote branch 'wireless-next/master' into ath6kl-next | Kalle Valo | 1 | -0/+1 |
2011-11-24 | ath6kl: use a larger buffer for debug output | Dan Carpenter | 1 | -2/+2 |
2011-11-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | John W. Linville | 1 | -0/+1 |
2011-11-11 | ath6kl: Fix error in writing create_qos debugfs | Vasanthakumar Thiagarajan | 1 | -1/+1 |
2011-11-11 | ath6kl: Implement support for power parameter control from userspace | Rishi Panjwani | 1 | -0/+63 |
2011-11-11 | ath6kl: Implement support for listen interval from userspace | Rishi Panjwani | 1 | -0/+64 |
2011-11-11 | ath6kl: add debug messages for credit handling | Kalle Valo | 1 | -17/+16 |
2011-11-11 | ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_info | Kalle Valo | 1 | -5/+5 |
2011-11-11 | ath6kl: rename struct htc_endpoint_credit_dist.htc_rsvd to htc_ep | Kalle Valo | 1 | -4/+2 |
2011-11-11 | ath6kl: Initialize target wlan values for every vif | Vasanthakumar Thiagarajan | 1 | -2/+2 |
2011-11-11 | ath6kl: Maintain virtual interface in a list | Vasanthakumar Thiagarajan | 1 | -7/+18 |
2011-11-11 | ath6kl: Take vif information from wmi event | Vasanthakumar Thiagarajan | 1 | -2/+7 |
2011-11-11 | ath6kl: Maintain firmware interface index in struct ath6kl_vif | Vasanthakumar Thiagarajan | 1 | -2/+2 |
2011-11-11 | ath6kl: Make net and target stats vif specific | Vasanthakumar Thiagarajan | 1 | -3/+5 |
2011-11-11 | ath6kl: Keep wiphy reference in ath6kl structure | Vasanthakumar Thiagarajan | 1 | -1/+1 |
2011-11-11 | ath6kl: Implement support for background scan control from userspace | Rishi Panjwani | 1 | -0/+36 |
2011-11-11 | ath6kl: merge htc debug levels | Kalle Valo | 1 | -2/+3 |
2011-11-11 | ath6kl: Implement support for QOS-enable and QOS-disable from userspace | Rishi Panjwani | 1 | -0/+220 |
2011-11-11 | ath6kl: Fix endpoint_stats debugfs buffer length calculation | Jouni Malinen | 1 | -2/+4 |
2011-11-11 | ath6kl: Add debugfs control for keepalive and disconnection timeout | Jouni Malinen | 1 | -0/+95 |