Age | Commit message (Expand) | Author | Files | Lines |
2012-03-13 | Merge branch 'for-linville' of git://github.com/kvalo/ath6kl | John W. Linville | 25 | -667/+1228 |
2012-03-13 | ath6kl: fix debug.c file mode | Kalle Valo | 1 | -0/+0 |
2012-03-13 | ath6kl: use max_t() in ath6kl_cfg80211_connect() | Kalle Valo | 1 | -2/+2 |
2012-03-13 | ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend() | Kalle Valo | 1 | -4/+5 |
2012-03-13 | ath6kl: replace strict_strtoul() with kstrtoul() | Kalle Valo | 1 | -17/+2 |
2012-03-13 | ath6kl: fix regression in ath6kl_upload_board_file() | Kalle Valo | 1 | -1/+2 |
2012-03-12 | ath9k: fix going to full-sleep on PS idle | Felix Fietkau | 1 | -3/+5 |
2012-03-12 | ath9k: Fix mactime from being clobbered in rx_status | Ashok Nagarajan | 1 | -2/+2 |
2012-03-12 | ath9k: configure bss info at assoc notification | Rajkumar Manoharan | 1 | -1/+1 |
2012-03-12 | ath9k_hw: Fix enabling of MCI and RTT | Mohammed Shafi Shajakhan | 2 | -2/+12 |
2012-03-12 | ath9k: Add wiphy name to log messages. | Ben Greear | 2 | -17/+18 |
2012-03-12 | ath9k: Fix BTCOEX shutdown | Sujith Manoharan | 1 | -1/+2 |
2012-03-12 | ath6kl: Fix merge error in ath6kl_set_ies() | Aarthi Thiruvengadam | 1 | -24/+21 |
2012-03-07 | ath9k: fix signal strength reporting issues | Felix Fietkau | 1 | -5/+7 |
2012-03-07 | ath9k: get rid of double queueing of rx frames on EDMA | Felix Fietkau | 3 | -36/+28 |
2012-03-07 | ath9k: remove rssi/antenna information from recv debug stats | Felix Fietkau | 2 | -38/+0 |
2012-03-07 | ath9k: make MAC sample statistics optional | Felix Fietkau | 4 | -6/+36 |
2012-03-07 | ath9k_hw: use cold instead of warm reset on AR9280 | Felix Fietkau | 1 | -4/+10 |
2012-03-07 | ath6kl: make ath6kl_bmi_[read|write]_hi32() endian safe | Kalle Valo | 1 | -3/+10 |
2012-03-07 | ath6kl: fix too long lines | Kalle Valo | 3 | -26/+27 |
2012-03-07 | ath6kl: document all spinlocks | Kalle Valo | 5 | -0/+36 |
2012-03-07 | ath6kl: fix open paranthesis alignment in ath6kl_cfg80211_connect() | Kalle Valo | 1 | -2/+8 |
2012-03-07 | ath6kl: fix error handling ath6kl_target_config_wlan_params() | Kalle Valo | 1 | -28/+38 |
2012-03-07 | ath6kl: add ath6kl_bmi_read_hi32() | Kalle Valo | 2 | -16/+11 |
2012-03-07 | ath6kl: add ath6kl_bmi_write_hi32() | Kalle Valo | 2 | -76/+32 |
2012-03-07 | ath6kl: remove multiple assignments | Kalle Valo | 1 | -4/+4 |
2012-03-07 | ath6kl: logical continuations should be on the previous line | Kalle Valo | 4 | -15/+16 |
2012-03-07 | ath6kl: alignment should match open parenthesis | Kalle Valo | 11 | -115/+115 |
2012-03-07 | ath6kl: fix checkpatch error with EPSTAT() macro | Kalle Valo | 1 | -3/+7 |
2012-03-07 | ath6kl: fix pointer style | Kalle Valo | 1 | -2/+2 |
2012-03-07 | ath6kl: Set optimal listen intvl,bmiss,scan params while going to wow suspend | Raja Mani | 4 | -1/+90 |
2012-03-07 | ath6kl: Maintain the listen interval per VIF specific | Raja Mani | 5 | -14/+16 |
2012-03-07 | ath6kl: Check wow state before sending control and data pkt | Raja Mani | 4 | -3/+44 |
2012-03-07 | ath6kl: Add provision to define suspend policy in disconnected state. | Raja Mani | 4 | -8/+25 |
2012-03-07 | ath5k: do not re-run AGC calibration periodically | Felix Fietkau | 1 | -25/+9 |
2012-03-07 | ath5k: do not stop queues for full calibration | Felix Fietkau | 1 | -12/+2 |
2012-03-07 | ath5k: allow AP and mesh mode to operate simultaneously | Chun-Yeow Yeoh | 3 | -2/+9 |
2012-03-07 | cfg80211/mac80211: report signal strength for mgmt frames | Johannes Berg | 1 | -2/+4 |
2012-03-06 | ath6kl: Fix kernel panic while receiving fwlog during boot | Vasanthakumar Thiagarajan | 3 | -7/+21 |
2012-03-06 | ath9k: make use of list_for_each_entry_safe | Mohammed Shafi Shajakhan | 1 | -7/+2 |
2012-03-06 | ath9k: completely zero intialize valid_phy_rate_idx | Mohammed Shafi Shajakhan | 2 | -3/+1 |
2012-03-06 | ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx status | Felix Fietkau | 2 | -3/+6 |
2012-03-06 | ath9k_hw: enable interrupts for beacon tx completion events | Felix Fietkau | 1 | -1/+5 |
2012-03-06 | ath9k: do not call ath9k_hw_txprocdesc on AR9003 outside of the tx tasklet | Felix Fietkau | 1 | -1/+2 |
2012-03-06 | Revert "ath9k_hw: Fix false tx hung detection in AR9003 chips" | Felix Fietkau | 2 | -12/+2 |
2012-03-05 | Merge remote branch 'wireless-next/master' into ath6kl-next | Kalle Valo | 55 | -4786/+1734 |
2012-03-05 | ath6kl: Restrict memcpy to bounce buffer only for write request | Raja Mani | 1 | -1/+4 |
2012-03-01 | ath6kl: Fix random system lockup | Raja Mani | 1 | -8/+26 |
2012-03-01 | ath6kl: Collect residue firmware logs | Etay Luz | 1 | -0/+1 |
2012-03-01 | ath6kl: add padding to firmware log records | Etay Luz | 1 | -1/+4 |