ath9k-devel.lists.ath9k.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-08 02:10:12 to 2016-11-15 14:56:47 UTC [more...]

[ath9k-devel] [PATCH v4 0/3] add devicetree support to ath9k
 2016-11-15 14:56 UTC  (31+ messages)
` [ath9k-devel] [PATCH v5 "
  ` [ath9k-devel] [PATCH v5 1/3] Documentation: dt: net: add ath9k wireless device binding
  ` [ath9k-devel] [PATCH v5 2/3] ath9k: add a helper to get the string representation of ath_bus_type
  ` [ath9k-devel] [PATCH v5 3/3] ath9k: parse the device configuration from an OF node
  ` [ath9k-devel] [PATCH v6 0/3] add devicetree support to ath9k
    ` [ath9k-devel] [PATCH v6 1/3] Documentation: dt: net: add ath9k wireless device binding
    ` [ath9k-devel] [PATCH v6 2/3] ath9k: add a helper to get the string representation of ath_bus_type
    ` [ath9k-devel] [PATCH v6 3/3] ath9k: parse the device configuration from an OF node
    ` [ath9k-devel] [PATCH v7 0/3] add devicetree support to ath9k
      ` [ath9k-devel] [PATCH v7 1/3] Documentation: dt: net: add ath9k wireless device binding
        ` [ath9k-devel] [v7, "
      ` [ath9k-devel] [PATCH v7 2/3] ath9k: add a helper to get the string representation of ath_bus_type
      ` [ath9k-devel] [PATCH v7 3/3] ath9k: parse the device configuration from an OF node
      ` [ath9k-devel] [PATCH v8 0/3] add devicetree support to ath9k
        ` [ath9k-devel] [PATCH v8 1/3] Documentation: dt: net: add ath9k wireless device binding
          ` [ath9k-devel] [v8, "
        ` [ath9k-devel] [PATCH v8 2/3] ath9k: add a helper to get the string representation of ath_bus_type
        ` [ath9k-devel] [PATCH v8 3/3] ath9k: parse the device configuration from an OF node

[ath9k-devel] [PATCH] ath9k: Move generic entries below specific ones in ath_pci_id_table
 2016-11-15 14:49 UTC  (8+ messages)

[ath9k-devel] Bayesian rate control
 2016-11-15  9:34 UTC  (10+ messages)

[ath9k-devel] [NOT FOR MERGE] ath9k: work around key cache corruption
 2016-11-14 23:25 UTC  (11+ messages)

[ath9k-devel] Bringing up More Than Two Station Mode Virtual Interfaces
 2016-11-10 16:11 UTC  (5+ messages)

[ath9k-devel] spectral scan
 2016-11-10  0:28 UTC  (2+ messages)

[ath9k-devel] Cryptography of ath9k driver
 2016-11-05  5:08 UTC  (4+ messages)

[ath9k-devel] [PATCH] ath9k_htc: fix minor mistakes in dev_err messages
 2016-10-31 15:12 UTC 

[ath9k-devel] ath9k_htc: continuously output spectral samples
 2016-10-31 13:55 UTC 

[ath9k-devel] whether you can advise some hardware list based Atheros ( driver ath9k) ?
 2016-10-26 13:00 UTC 

[ath9k-devel] I can't find ath9k ofdm mapping part
 2016-10-26  3:29 UTC  (4+ messages)

[ath9k-devel] [PATCH] ath9k_htc: partial revert of e5ba18c6901631237c49ec54ce54397369dea7fa
 2016-10-25 10:28 UTC 

[ath9k-devel] [PATCH] ath9k_htc: recover rx_status->signal initialization
 2016-10-25 10:01 UTC 

[ath9k-devel] 802.11p - Switching Channel
 2016-10-19  7:33 UTC 

[ath9k-devel] AuthSAE rekeying issues with ATH9K
 2016-10-18  9:39 UTC  (4+ messages)

[ath9k-devel] [PATCH] wireless: deprecate WDS and disable by default
 2016-10-18  8:28 UTC 

[ath9k-devel] [RFC 0/3] of: add common bindings to (de)activate IEEE 802.11 bands
 2016-10-16 21:20 UTC  (10+ messages)
` [ath9k-devel] [RFC 1/3] Documentation: dt-bindings: add IEEE 802.11 binding documentation
` [ath9k-devel] [RFC 2/3] of: add IEEE 802.11 device configuration support code
` [ath9k-devel] [RFC 3/3] ath9k: add OF configuration to disable the 2.4GHz or 5GHz band

[ath9k-devel] [PATCH 0/5] ath9k: EEPROM swapping improvements
 2016-10-12 13:18 UTC  (27+ messages)
` [ath9k-devel] [PATCH 1/5] ath9k: Add a #define for the EEPROM "eepmisc" endianness bit
` [ath9k-devel] [PATCH 2/5] ath9k: Set the "big endian" bit of the AR9003 EEPROM templates
` [ath9k-devel] [PATCH 3/5] ath9k: Add an eeprom_ops callback for retrieving the eepmisc value
` [ath9k-devel] [PATCH 4/5] ath9k: Make the EEPROM swapping check use the eepmisc register
` [ath9k-devel] [PATCH 5/5] ath9k: Make EEPROM endianness swapping configurable via devicetree
` [ath9k-devel] [PATCH v2 0/7] ath9k: EEPROM swapping improvements
  ` [ath9k-devel] [PATCH v2 1/7] ath9k: Add a #define for the EEPROM "eepmisc" endianness bit
  ` [ath9k-devel] [PATCH v2 2/7] ath9k: indicate that the AR9003 EEPROM template values are little endian
  ` [ath9k-devel] [PATCH v2 3/7] ath9k: Add an eeprom_ops callback for retrieving the eepmisc value
  ` [ath9k-devel] [PATCH v2 4/7] ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_rev
  ` [ath9k-devel] [PATCH v2 5/7] ath9k: consistently use get_eeprom_rev(ah)
  ` [ath9k-devel] [PATCH v2 6/7] ath9k: Make the EEPROM swapping check use the eepmisc register
  ` [ath9k-devel] [PATCH v2 7/7] ath9k: define all EEPROM fields in Little Endian format

[ath9k-devel] Is it possible to configure multiple virtual AP and STA interfaces on DFS channel ?
 2016-10-07  8:12 UTC 

[ath9k-devel] [PATCH v3] ath9k: Switch to using mac80211 intermediate software queues
 2016-10-05 19:56 UTC  (13+ messages)
` [ath9k-devel] [PATCH v4] "

[ath9k-devel] ath9k excessive delay in handling EAPOL frames
 2016-10-05 17:51 UTC 

[ath9k-devel] monitor mode hardware ack
 2016-09-29  1:55 UTC 

[ath9k-devel] [RFC][PATCH] RANDOM: ATH9K RNG delivers zero bits of entropy
 2016-09-27 15:23 UTC  (14+ messages)
` [ath9k-devel] [PATCH v2] "
  ` [ath9k-devel] [v2] "

[ath9k-devel] AR9271 antenna diversity
 2016-09-21 13:10 UTC 

[ath9k-devel] CFT: ath9k_htc firmware update - new gcc compiler
 2016-09-19 17:41 UTC 

[ath9k-devel] (no subject)
 2016-09-16  7:04 UTC 

[ath9k-devel] virtual interface with multiple channels in ath9k
 2016-09-14 17:16 UTC  (2+ messages)

[ath9k-devel] [PATCH] ath9k: remove repetitions of mask array size
 2016-09-09 12:12 UTC  (2+ messages)
` [ath9k-devel] "

[ath9k-devel] TX99 unreliable start sequence
 2016-09-08 18:49 UTC  (4+ messages)

[ath9k-devel] [PATCH] ath9k: bring back direction setting in ath9k_{start_stop}
 2016-09-07 13:23 UTC  (6+ messages)
` [ath9k-devel] "

[ath9k-devel] ATH9K_HTC TX ENDPOINT
 2016-09-06 18:31 UTC  (2+ messages)

[ath9k-devel] 802.11s Power Save
 2016-09-06 15:57 UTC 

[ath9k-devel] Going Deaf in adhoc mode
 2016-09-06  1:17 UTC 

[ath9k-devel] linux-4.8-rcX: ath9k traceback
 2016-09-02 17:21 UTC  (3+ messages)

[ath9k-devel] [PATCH v2] ath9k: mark ath_fill_led_pin() static
 2016-09-02 16:09 UTC  (2+ messages)
` [ath9k-devel] [v2] "

[ath9k-devel] ath9k_htc kernel driver regression affecting throughput
 2016-09-01  7:21 UTC  (7+ messages)

[ath9k-devel] post kernel 4.3.x regressions in ath9k_htc
 2016-09-01  7:19 UTC  (2+ messages)

[ath9k-devel] [patch] ath9k: indent an if statement
 2016-08-31  8:28 UTC  (2+ messages)

[ath9k-devel] Interrupt issue on ARM with SMP
 2016-08-29 15:27 UTC  (7+ messages)

[ath9k-devel] [PATCH] fix:gpio: mark symbols static where possible
 2016-08-29 12:14 UTC  (2+ messages)

[ath9k-devel] hardware question
 2016-08-26  4:04 UTC 

[ath9k-devel] Unusal question: ATH9k and broken-on-purpose 802.11 frames
 2016-08-25 12:10 UTC 

[ath9k-devel] How to send corrupted packet using FCS/CRC ?
 2016-08-23 13:02 UTC 

[ath9k-devel] [PATCH] ath9k: Fix beacon configuration assertion failure
 2016-08-22 16:20 UTC  (7+ messages)
` [ath9k-devel] "

[ath9k-devel] [PATCH 1/1 V3] ath9k: consider return code on
 2016-08-19 10:07 UTC  (2+ messages)
` [ath9k-devel] [1/1,V3] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).