| Commit message (Expand) | Author | Age | Files | Lines |
* | ath9k: Fix beacon configuration for addition/removal of interfaces | Benjamin Berg | 2016-07-08 | 1 | -107/+133 |
* | ath9k: Remove some #defined constants to decrease verbosity | Benjamin Berg | 2016-07-08 | 1 | -1/+1 |
* | ath9k: Correct TSF adjustment to align the beacon time correctly | Benjamin Berg | 2016-07-08 | 1 | -4/+8 |
* | ath9k: MCC, add NOA also in case of an AP | Janusz Dziedzic | 2015-12-08 | 1 | -1/+2 |
* | ath9k: fix tracking of enabled AP beacons | Felix Fietkau | 2015-03-16 | 1 | -8/+12 |
* | ath9k: add TPC capability to TX descriptor path | Lorenzo Bianconi | 2014-11-25 | 1 | -2/+3 |
* | ath9k: Fix sequence number assignment | Sujith Manoharan | 2014-10-08 | 1 | -10/+2 |
* | ath9k: Fix interface accounting | Sujith Manoharan | 2014-09-09 | 1 | -1/+1 |
* | ath9k: Fix beacon configuration for channel contexts | Sujith Manoharan | 2014-09-09 | 1 | -0/+12 |
* | ath9k: Move ath9k_beacon_add_noa to channel.c | Sujith Manoharan | 2014-08-28 | 1 | -49/+0 |
* | ath9k: Add wrappers for beacon events | Sujith Manoharan | 2014-08-28 | 1 | -3/+2 |
* | ath9k: Fix channel context events | Sujith Manoharan | 2014-08-28 | 1 | -4/+9 |
* | ath9k: Add periodic NoA support | Felix Fietkau | 2014-06-19 | 1 | -5/+20 |
* | ath9k: Add p2p go NoA attribute | Felix Fietkau | 2014-06-19 | 1 | -0/+37 |
* | ath9k: switch channel context for beaconing | Felix Fietkau | 2014-06-19 | 1 | -2/+9 |
* | ath9k: Summarize hw state per channel context | Rajkumar Manoharan | 2014-06-19 | 1 | -8/+20 |
* | ath9k: Move beacon config to channel context | Rajkumar Manoharan | 2014-06-19 | 1 | -5/+5 |
* | ath9k: Add channel context worker thread | Felix Fietkau | 2014-06-19 | 1 | -1/+1 |
* | ath9k: Prevent divide-by-zero upon bad beacon_interval. | Ben Greear | 2014-05-06 | 1 | -2/+3 |
* | ath9k: fix a scheduling while atomic bug in CSA handling | Felix Fietkau | 2014-04-09 | 1 | -4/+3 |
* | ath9k: remove unused ath9k_get_next_tbtt | Oleksij Rempel | 2014-03-17 | 1 | -27/+0 |
* | ath9k: move ath9k_beacon_config_ap common | Oleksij Rempel | 2014-03-17 | 1 | -19/+2 |
* | ath9k: move ath9k_beacon_config_adhoc to common | Oleksij Rempel | 2014-03-17 | 1 | -19/+2 |
* | ath9k: move ath9k_beacon_config_sta to common-beacon | Oleksij Rempel | 2014-03-17 | 1 | -77/+3 |
* | ath9k: move sc_flags to ath_common | Oleksij Rempel | 2014-03-17 | 1 | -8/+10 |
* | ath9k: remove unused listen_interval and sleepduration. | Oleksij Rempel | 2014-02-28 | 1 | -14/+7 |
* | ath9k: move ath9k_init_channels_rates to common-init | Oleksij Rempel | 2014-02-28 | 1 | -1/+1 |
* | ath9k: prepare for multi-interface CSA support | Michal Kazior | 2014-02-12 | 1 | -10/+19 |
* | ath9k: Remove RX Poll | Sujith Manoharan | 2014-01-03 | 1 | -2/+8 |
* | ath9k: fix TSF offset precision issue | Felix Fietkau | 2013-12-19 | 1 | -3/+4 |
* | ath9k: call ath9k_set_tsfadjust from ath9k_beacon_config | Felix Fietkau | 2013-12-19 | 1 | -3/+9 |
* | ath9k: properly preserve TSF across reset | Felix Fietkau | 2013-12-18 | 1 | -45/+43 |
* | ath9k_hw: clean up station beacon timer API | Felix Fietkau | 2013-12-18 | 1 | -27/+11 |
* | ath9k: Handle abnormal NAV in AP mode | Sujith Manoharan | 2013-09-26 | 1 | -0/+2 |
* | ath9k: enable CSA functionality in ath9k | Simon Wunderlich | 2013-08-16 | 1 | -0/+21 |
* | ath9k: limit multicast buffer hardware queue depth | Felix Fietkau | 2013-06-12 | 1 | -21/+2 |
* | ath9k: use ap style beaconing for mesh | Thomas Pedersen | 2013-05-22 | 1 | -3/+5 |
* | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan | Karl Beldan | 2013-03-25 | 1 | -1/+1 |
* | ath9k: Fix IBSS joiner mode | Sujith Manoharan | 2013-02-11 | 1 | -26/+87 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-01-28 | 1 | -1/+1 |
|\ |
|
| * | ath9k: remove the WARN_ON that triggers if generating a beacon fails | Felix Fietkau | 2013-01-11 | 1 | -1/+0 |
| * | ath9k: fix double-free bug on beacon generate failure | Felix Fietkau | 2013-01-11 | 1 | -0/+1 |
* | | ath9k: clean up processing of pending tx frames on reset | Felix Fietkau | 2013-01-22 | 1 | -1/+1 |
|/ |
|
* | ath9k/ath9k_htc: Remove WME macros | Sujith Manoharan | 2012-11-21 | 1 | -1/+1 |
* | ath9k: use ieee80211_free_txskb | Felix Fietkau | 2012-10-05 | 1 | -1/+1 |
* | ath9k: Fix race in reset-work usage | Rajkumar Manoharan | 2012-07-17 | 1 | -2/+3 |
* | ath9k: Cleanup the beacon tasklet | Sujith Manoharan | 2012-07-17 | 1 | -65/+61 |
* | ath9k: Set the TSF adjust value properly | Sujith Manoharan | 2012-07-17 | 1 | -0/+17 |
* | ath9k: Cleanup beacon queue configuration | Sujith Manoharan | 2012-07-17 | 1 | -7/+4 |
* | ath9k: Remove is_bslot_active | Sujith Manoharan | 2012-07-17 | 1 | -10/+5 |