linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-15 03:30:54 to 2010-04-16 01:16:01 UTC [more...]

Another AR5008 hang
 2010-04-16  1:15 UTC  (7+ messages)
      ` Lockup inside of stop_machine() during modprobe aes (was Re: Another AR5008 hang)

[PATCH] ath5k/ath9k: Fix 64 bits TSF reads
 2010-04-15 22:07 UTC 

[PATCH v3 00/97] ath9k: add AR9003 support
 2010-04-15 21:39 UTC  (98+ messages)
` [PATCH v3 01/97] ath9k_hw: start building an abstraction layer for hardware routines
` [PATCH v3 02/97] ath9k_hw: add silicon revision macros for AR9300
` [PATCH v3 03/97] ath9k_hw: add a macro for abstracting generic timer access
` [PATCH v3 04/97] ath9k_hw: fix a missing hex prefix for a register mask
` [PATCH v3 05/97] ath9k_hw: add simple register abstraction for some AR9300 registers
` [PATCH v3 06/97] ath9k_hw: add support for GPIO differences on AR9003
` [PATCH v3 07/97] ath9k_hw: AR9003 does not have AR_RC_AHB skip its setting
` [PATCH v3 08/97] ath9k_hw: remove wrapper ath9k_hw_write_regs()
` [PATCH v3 09/97] ath9k_hw: Move some RF ops to the private callbacks
` [PATCH v3 10/97] ath9k_hw: skip PLL initialization on AR9003 on Power-On-Reset
` [PATCH v3 11/97] ath9k_hw: add some comments for ath9k_set_power_network_sleep()
` [PATCH v3 12/97] ath9k_hw: add a private callback for PLL control computation
` [PATCH v3 13/97] ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tables
` [PATCH v3 14/97] ath9k_hw: Add AR9003 PHY support
` [PATCH v3 15/97] ath9k_hw: move init config and default after chip is up
` [PATCH v3 16/97] ath9k_hw: add the AR9003 ar9003_hw_macversion_supported()
` [PATCH v3 17/97] ath9k_hw: disable ANI for AR9003
` [PATCH v3 18/97] ath9k: disable the MIB interrupt if ANI is disabled
` [PATCH v3 19/97] ath9k_hw: Add hw cap flag for EDMA for the AR9003 family
` [PATCH v3 20/97] ath9k_hw: Fill few hw cap for edma
` [PATCH v3 21/97] ath9k_hw: Add abstraction for rx enable
` [PATCH v3 22/97] ath9k_hw: Fill rx_enable() for the AR9003 hardware family
` [PATCH v3 23/97] ath9k_hw: Add few routines for rx edma support
` [PATCH v3 24/97] ath9k_hw: update the chip tests for AR9003
` [PATCH v3 25/97] ath9k_hw: prevent reset control register zeroing on AR9003 reset
` [PATCH v3 26/97] ath9k_hw: Add AR9003 PHY register definitions
` [PATCH v3 27/97] ath9k_hw: add common channel select helpers for ar900[23]
` [PATCH v3 28/97] ath9k_hw: Set the channel on AR9003
` [PATCH v3 29/97] ath9k_hw: Implement PLL control "
` [PATCH v3 30/97] ath9k_hw: Implement spur mitigation "
` [PATCH v3 31/97] ath9k_hw: split initvals.h by hardware family
` [PATCH v3 32/97] ath9k_hw: add initvals for the AR9003 "
` [PATCH v3 33/97] ath9k_hw: add helpers for processing the AR9003 INI
` [PATCH v3 34/97] ath9k_hw: Split off ANI control to the PHY ops
` [PATCH v3 35/97] ath9k_hw: add all the AR9003 PHY callbacks
` [PATCH v3 36/97] ath9k_hw: Define tx control struct for AR9003
` [PATCH v3 37/97] ath9k_hw: Move code which populates ds_data to ath9k_hw
` [PATCH v3 38/97] ath9k_hw: Add abstraction to set/get link pointer
` [PATCH v3 39/97] ath9k: Use abstraction to get "
` [PATCH v3 40/97] ath9k: Use memcpy in ath_clone_txbuf()
` [PATCH v3 41/97] ath9k: Remove ATH9K_TX_SW_ABORTED and introduce a bool for this purpose
` [PATCH v3 42/97] ath9k: Make bf_desc of ath_buf opaque
` [PATCH v3 43/97] ath9k: Add Rx EDMA support
` [PATCH v3 44/97] ath9k_hw: Split out the function for reading the noise floor
` [PATCH v3 45/97] ath9k_hw: the eep_map is used only for AR9280 PCI card ini fixup
` [PATCH v3 46/97] ath9k_hw: add a helper for Power Amplifier calibration for AR9002
` [PATCH v3 47/97] ath9k_hw: add a helper for the OLC tem compensation "
` [PATCH v3 48/97] ath9k_hw: rename PA calib for AR9287
` [PATCH v3 49/97] ath9k_hw: shift code for AR9280 OLC temp comp
` [PATCH v3 50/97] ath9k_hw: move the AR9280 OLC temp comp to its own helper
` [PATCH v3 51/97] ath9k_hw: simplify OLC temp compensation for AR9002
` [PATCH v3 52/97] ath9k_hw: rename the PA calib routines to match their families
` [PATCH v3 53/97] ath9k_hw: rename getNoiseFloorThresh() to ath9k_hw_loadnf()
` [PATCH v3 54/97] ath9k_hw: move the cal AR9100 calibration settings
` [PATCH v3 55/97] ath9k_hw: split calib code by hardware families
` [PATCH v3 56/97] ath9k_hw: add the AR9003 ar9003_hw_init_cal callback
` [PATCH v3 57/97] ath9k_hw: add the config_pci_powersave AR9003 callback
` [PATCH v3 58/97] ath9k_hw: split the generic hardware code by hardware family
` [PATCH v3 59/97] ath9k_hw: move the cck channel 14 INI to the AR9002 hw code
` [PATCH v3 60/97] ath9k_hw: move TX/RX gain INI stuff to its own hardware family code
` [PATCH v3 61/97] ath9k_hw: Abstract the routine which returns interrupt status
` [PATCH v3 62/97] ath9k_hw: Initialize interrupt mask for AR9003
` [PATCH v3 63/97] ath9k_hw: abstract the AR_PHY_AGC_CONTROL register access
` [PATCH v3 64/97] ath9k_hw: abstract loading noisefloor
` [PATCH v3 65/97] ath9k_hw: fill in the callbacks for calibration for AR9003
` [PATCH v3 66/97] ath9k_hw: complete AR9003 calibration
` [PATCH v3 67/97] ath9k_hw: rename eep_AR9287_ops to eep_ar9287_ops
` [PATCH v3 68/97] ath9k_hw: restore mac address reading logic
` [PATCH v3 69/97] ath9k_hw: Implement AR9003 eeprom callbacks
` [PATCH v3 70/97] ath9k_hw: add OFDM spur mitigation for AR9003
` [PATCH v3 71/97] ath9k_hw: Fill get_isr() "
` [PATCH v3 72/97] ath9k_hw: move AR9280 PCI EEPROM fix to eeprom_def.c
` [PATCH v3 73/97] ath9k_hw: move the RF claim stuff to AR9002 hardware family
` [PATCH v3 74/97] ath9k_hw: Configure Tx interrupt mitigation timer
` [PATCH v3 75/97] ath9k_hw: add the AR9300 SREV hw name print
` [PATCH v3 76/97] ath9k_hw: add TX/RX gain register initialization for AR9003
` [PATCH v3 77/97] ath9k_hw: Update ath9k_hw_set_dma for AR9300
` [PATCH v3 78/97] ath9k_hw: skip asynch fifo enablement to AR9003
` [PATCH v3 79/97] ath9k_hw: skip WEP aggregation enable code for AR9003
` [PATCH v3 80/97] ath9k: Load SW filtered NF values and start NF cal during full reset "
` [PATCH v3 81/97] ath9k_hw: Define abstraction for tx desc access
` [PATCH v3 82/97] ath9k_hw: Add function to configure tx status ring buffer
` [PATCH v3 83/97] ath9k_hw: move AR9002 mac ops to its own file
` [PATCH v3 84/97] ath9k_hw: Fill descriptor abstrations for AR9003
` [PATCH v3 85/97] ath9k: add RXLP and RXHP to debugfs counters
` [PATCH v3 86/97] ath9k_hw: enable CRC check of descriptors for AR9003
` [PATCH v3 87/97] ath9k_hw: set cwmin and cwmax to 0 for for AR9003 upon txq reset
` [PATCH v3 88/97] ath9k: Setup appropriate tx desc for regular dma and edma
` [PATCH v3 89/97] ath9k: Initialize and configure tx status for EDMA
` [PATCH v3 90/97] ath9k_hw: Compute pointer checksum over the link descriptor
` [PATCH v3 91/97] ath9k: Add Tx EDMA support
` [PATCH v3 92/97] mac80211: add LDPC control flag
` [PATCH v3 93/97] ath9k_hw: add LDPC support for AR9003
` [PATCH v3 94/97] ath9k: add LDPC support
` [PATCH v3 95/97] ath9k: Enable TXOK and TXERR interrupts for TX EDMA
` [PATCH v3 96/97] ath9k_hw: Abort rx if hw is not coming out of full sleep in reset
` [PATCH v3 97/97] ath9k_hw: add the PCI ID for the first AR9300 device

pull request: wireless-next-2.6 2010-04-15
 2010-04-15 21:31 UTC  (2+ messages)

pull request: wireless-2.6 2010-04-15
 2010-04-15 21:29 UTC  (2+ messages)

2.6.33 iwl5350 firmware crash
 2010-04-15 21:08 UTC 

[PATCH 1/2] libertas: consolidate SDIO firmware wait code
 2010-04-15 20:32 UTC  (2+ messages)
` [PATCH 2/2] libertas: Davinci platforms need more time loading helper firmware

Compiling ar9170 on 2.6.30
 2010-04-15 20:28 UTC 

regression: soft lockup with ath9k on master-2010-04-14
 2010-04-15 19:58 UTC  (2+ messages)

[PATCH] rtl818x: Move configuration details to the rtl818x directory
 2010-04-15 19:35 UTC  (3+ messages)

iwl3945: Network dropouts w/ flash-stream in firefox
 2010-04-15 17:31 UTC 

compat-wireless doesn't compile against 2.6.32 on Ubuntu beta
 2010-04-15 17:11 UTC 

[PATCH v2 00/97] ath9k: add AR9003 support
 2010-04-15 16:58 UTC  (65+ messages)
` [PATCH v2 15/97] ath9k_hw: move init config and default after chip is up
` [PATCH v2 16/97] ath9k_hw: add the AR9003 ar9003_hw_macversion_supported()
` [PATCH v2 17/97] ath9k_hw: disable ANI for AR9003
` [PATCH v2 18/97] ath9k: disable the MIB interrupt if ANI is disabled
` [PATCH v2 19/97] ath9k_hw: Add hw cap flag for EDMA for the AR9003 family
` [PATCH v2 20/97] ath9k_hw: Fill few hw cap for edma
` [PATCH v2 21/97] ath9k_hw: Add abstraction for rx enable
` [PATCH v2 22/97] ath9k_hw: Fill rx_enable() for the AR9003 hardware family
` [PATCH v2 39/97] ath9k: Use abstraction to get link pointer
` [PATCH v2 43/97] ath9k: Add Rx EDMA support
` [PATCH v2 44/97] ath9k_hw: Split out the function for reading the noise floor
` [PATCH v2 45/97] ath9k_hw: the eep_map is used only for AR9280 PCI card ini fixup
` [PATCH v2 48/97] ath9k_hw: rename PA calib for AR9287
` [PATCH v2 49/97] ath9k_hw: shift code for AR9280 OLC temp comp
` [PATCH v2 50/97] ath9k_hw: move the AR9280 OLC temp comp to its own helper
` [PATCH v2 51/97] ath9k_hw: simplify OLC temp compensation for AR9002
` [PATCH v2 52/97] ath9k_hw: rename the PA calib routines to match their families
` [PATCH v2 53/97] ath9k_hw: rename getNoiseFloorThresh() to ath9k_hw_loadnf()
` [PATCH v2 54/97] ath9k_hw: move the cal AR9100 calibration settings
` [PATCH v2 55/97] ath9k_hw: split calib code by hardware families
` [PATCH v2 56/97] ath9k_hw: add the AR9003 ar9003_hw_init_cal callback
` [PATCH v2 57/97] ath9k_hw: add the config_pci_powersave AR9003 callback
` [PATCH v2 58/97] ath9k_hw: split the generic hardware code by hardware family
` [PATCH v2 59/97] ath9k_hw: move the cck channel 14 INI to the AR9002 hw code
` [PATCH v2 60/97] ath9k_hw: move TX/RX gain INI stuff to its own hardware family code
` [PATCH v2 61/97] ath9k_hw: Abstract the routine which returns interrupt status
` [PATCH v2 62/97] ath9k_hw: Initialize interrupt mask for AR9003
` [PATCH v2 63/97] ath9k_hw: abstract the AR_PHY_AGC_CONTROL register access
` [PATCH v2 64/97] ath9k_hw: abstract loading noisefloor
` [PATCH v2 65/97] ath9k_hw: fill in the callbacks for calibration for AR9003
` [PATCH v2 66/97] ath9k_hw: complete AR9003 calibration
` [PATCH v2 67/97] ath9k_hw: rename eep_AR9287_ops to eep_ar9287_ops
` [PATCH v2 68/97] ath9k_hw: restore mac address reading logic
` [PATCH v2 69/97] ath9k_hw: Implement AR9003 eeprom callbacks
` [PATCH v2 70/97] ath9k_hw: add OFDM spur mitigation for AR9003
` [PATCH v2 71/97] ath9k_hw: Fill get_isr() "
` [PATCH v2 72/97] ath9k_hw: move AR9280 PCI EEPROM fix to eeprom_def.c
` [PATCH v2 73/97] ath9k_hw: move the RF claim stuff to AR9002 hardware family
` [PATCH v2 74/97] ath9k_hw: Configure Tx interrupt mitigation timer
` [PATCH v2 75/97] ath9k_hw: add the AR9300 SREV hw name print
` [PATCH v2 76/97] ath9k_hw: add TX/RX gain register initialization for AR9003
` [PATCH v2 77/97] ath9k_hw: Update ath9k_hw_set_dma for AR9300
` [PATCH v2 78/97] ath9k_hw: skip asynch fifo enablement to AR9003
` [PATCH v2 79/97] ath9k_hw: skip WEP aggregation enable code for AR9003
` [PATCH v2 80/97] ath9k: Load SW filtered NF values and start NF cal during full reset "
` [PATCH v2 81/97] ath9k_hw: Define abstraction for tx desc access
` [PATCH v2 82/97] ath9k_hw: Add function to configure tx status ring buffer
` [PATCH v2 83/97] ath9k_hw: Fill descriptor abstrations for AR9003
` [PATCH v2 84/97] ath9k: add RXLP and RXHP to debugfs counters
` [PATCH v2 85/97] ath9k_hw: enable CRC check of descriptors for AR9003
` [PATCH v2 86/97] ath9k_hw: set cwmin and cwmax to 0 for for AR9003 upon txq reset
` [PATCH v2 87/97] ath9k_hw: move AR9002 mac ops to its own file
` [PATCH v2 88/97] ath9k: Setup appropriate tx desc for regular dma and edma
` [PATCH v2 89/97] ath9k: Initialize and configure tx status for EDMA
` [PATCH v2 90/97] ath9k_hw: Compute pointer checksum over the link descriptor
` [PATCH v2 91/97] ath9k: Add Tx EDMA support
` [PATCH v2 92/97] mac80211: add LDPC control flag
` [PATCH v2 93/97] ath9k_hw: add LDPC support for AR9003
` [PATCH v2 94/97] ath9k: add LDPC support
` [PATCH v2 95/97] ath9k: Enable TXOK and TXERR interrupts for TX EDMA
` [PATCH v2 96/97] ath9k_hw: Abort rx if hw is not coming out of full sleep in reset
` [PATCH v2 97/97] ath9k_hw: add the PCI ID for the first AR9300 device

[PATCH v2] wl1251: register platform_device to pass board data
 2010-04-15 15:23 UTC 

[PATCH v2 resend 1/3] mac80211: explicitly disable/enable QoS
 2010-04-15 13:53 UTC  (4+ messages)
` [PATCH v2 resend 2/3] iwlwifi: manage QoS by mac stack
  ` [PATCH v2 resend 3/3] mac80211: enable QoS explicitly in AP mode

[PATCH] p54pci: fix serious sparse warning
 2010-04-15 12:17 UTC 

[PATCH] wireless: rt2x00: rt2800usb: identify Hawking devices
 2010-04-15 11:34 UTC  (2+ messages)

Survey mode volunteers
 2010-04-15 11:15 UTC  (3+ messages)

[PATCH 2/2] rt2x00: rt2800pci: fix tx path by not accessing the skb after it was DMA mapped
 2010-04-15  7:13 UTC 

[PATCH 1/2] rt2x00: add txdesc parameter to write_tx_data
 2010-04-15  7:13 UTC 

[PATCH 1/6] ath9k_htc: Cleanup beacon configuration
 2010-04-15  5:33 UTC  (2+ messages)

[PATCH 6/6] ath9k_hw: Use buffered register writes
 2010-04-15  5:30 UTC 

[PATCH 5/6] ath9k_hw: Relocate Opmode initialization
 2010-04-15  5:30 UTC 

[PATCH 4/6] ath9k_hw: Add macros for multiple register writes
 2010-04-15  5:30 UTC 

[PATCH 3/6] ath9k_htc: Implement multiple register write support
 2010-04-15  5:30 UTC 

[PATCH 2/6] ath: Add buffered register write operations
 2010-04-15  5:30 UTC 

[PATCH v2] wl1251: read default MAC address from EEPROM when available
 2010-04-15  5:10 UTC  (2+ messages)

[PATCH v2] cfg80211: Avoid sending IWEVASSOCREQIE and IWEVASSOCRESPIE events with NULL event body
 2010-04-15  5:03 UTC 


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).