linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-15 21:31:49 to 2010-04-16 22:38:28 UTC [more...]

timeout in zd1211rw with zotac mini-itx (geforce 9300)
 2010-04-16 22:38 UTC  (4+ messages)
` [zd1211-devs] "

Compiling ar9170 on 2.6.30
 2010-04-16 22:10 UTC  (2+ messages)

[PATCH v3 00/97] ath9k: add AR9003 support
 2010-04-16 22:09 UTC  (102+ 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

[PATCH 00/21] iwlwifi updates for 2.6.35
 2010-04-16 21:52 UTC  (22+ messages)
` [PATCH 01/21] iwlwifi: set correct single/dual stream mask
` [PATCH 02/21] iwlwifi: remove scan_bands logic
` [PATCH 03/21] iwlwifi: correct atomic bitops usage
` [PATCH 04/21] iwlwifi: remove next_scan_jiffies
` [PATCH 05/21] iwlwifi: remove scan_pass_start
` [PATCH 06/21] iwlwifi: rename priv->scan to priv->scan_cmd
` [PATCH 07/21] iwlwifi: trigger scan synchronously
` [PATCH 08/21] iwlwifi: more generic eeprom defines
` [PATCH 09/21] iwlwifi: bring up 6000 Series 2x2 AGN Gen2 adapters
` [PATCH 10/21] iwlwifi: remove duplicated debug functions
` [PATCH 11/21] iwlwifi: add debugfs ops to iwlwifi
` [PATCH 12/21] iwlwifi: remove redundant iwl_dump_lq_cmd()
` [PATCH 13/21] iwlwifi: add hw revision for 6000g2 NIC
` [PATCH 14/21] iwlwifi: PA type for 6000g2 series
` [PATCH 15/21] iwlwifi: sanity check for turn on aggregation tid
` [PATCH 16/21] iwlwifi: more code clean up for agn devices
` [PATCH 17/21] iwlwifi: make BT coex config a virtual method
` [PATCH 18/21] iwlwifi: rename TX_CMD_FLG_BT_DIS_MSK
` [PATCH 19/21] iwlwifi: don't check monitor for scanning
` [PATCH 20/21] iwlwifi: remove monitor check
` [PATCH 21/21] iwlwifi: make scan antenna forcing more generic

[PATCH 0/2] iwlwifi fixes for 2.6.34
 2010-04-16 21:50 UTC  (3+ messages)
` [PATCH 1/2] iwlwifi: fix scan races
` [PATCH 2/2] iwlwifi: correct 6000 EEPROM regulatory address

compat-wireless doesn't compile against 2.6.32 on Ubuntu beta
 2010-04-16 21:50 UTC  (2+ messages)

[PATCH 1/2] iwmc3200wifi: Fix sparse warnings
 2010-04-16 21:34 UTC  (5+ messages)
` [PATCH 2/2] iwmc3200wifi: check sparse endianness annotations

[PATCH] wireless: rt2x00: rt2800usb: delete Allwin devices
 2010-04-16 21:19 UTC  (4+ messages)

[PATCH] ath5k/ath9k: Fix 64 bits TSF reads
 2010-04-16 21:13 UTC  (2+ messages)
` [ath5k-devel] "

[RFC PATCH] mac80211: sta_cleanup timer handling
 2010-04-16 20:17 UTC  (4+ messages)
` [RFC PATCH] mac80211: Prevent running sta_cleanup timer unnecessarily

2.6.33 iwl5350 firmware crash
 2010-04-16 20:07 UTC  (3+ messages)

Power consumption on 802.11 / ASPM / device measurements
 2010-04-16 20:03 UTC  (2+ messages)

[ath9k_htc] Current patches against 2.6.34-rc3-git4
 2010-04-16 19:18 UTC  (4+ messages)

Survey mode
 2010-04-16 18:47 UTC  (2+ messages)

[PATCH] iwlwifi: initialize iwl_wimax_coex_cmd.flags
 2010-04-16 18:04 UTC  (2+ messages)

[PATCH] iwlwifi: check scan request ie_len
 2010-04-16 17:12 UTC  (2+ messages)

[PATCH PING] ssb patches for SPROM location
 2010-04-16 16:22 UTC  (4+ messages)

[PATCH 1/2] ath5k: Use high bitrates for ACK/CTS
 2010-04-16 13:59 UTC  (2+ messages)

[PATCH] wl1251: add support for dedicated IRQ line
 2010-04-16 12:15 UTC  (2+ messages)

ath9k: receive stops working in AP-mode and 802.11n
 2010-04-16 11:32 UTC  (9+ messages)
` ath9k: corrupt frames forwarded to mac80211 as decrypted (was: ath9k: receive stops working in AP-mode and 802.11n)
  ` [RFC][PATCH 1/6] ath9k: clean up rx skb post-process logic
  ` [RFC][PATCH 2/6] ath9k: do not mark frames with RXKEY_IX_INVALID as decrypted
    ` [ath9k-devel] "
  ` [RFC][PATCH 3/6] ath9k: do not mark frames with RX_DECRYPT_BUSY "
  ` [RFC][PATCH 4/6] ath9k: do not mark frames with RX_KEY_MISS "
  ` [RFC][PATCH 5/6] ath9k: check error flags even if rx frame is marked ok
  ` [RFC][PATCH 6/6] ath9k: clear mic error flag on encrypted frames

[RFC PATCHv3 0/2] mac80211: cfg80211: dynamic ps timeout based on pm-qos
 2010-04-16  9:14 UTC  (3+ messages)
` [RFC PATCHv3 1/2] mac80211: Determine dynamic PS timeout based on ps-qos network latency
` [RFC PATCHv3 2/2] cfg80211: Remove default dynamic PS timeout value

Survey mode volunteers
 2010-04-16  6:47 UTC  (5+ messages)

[PATCH 10/10] ath9k_htc: Fix sparse endian warnings
 2010-04-16  6:26 UTC 

[PATCH 07/10] ath9k_htc: Remove GPIO set on unload
 2010-04-16  6:25 UTC 

[PATCH 09/10] ath9k_htc: Handle WMI timeouts properly
 2010-04-16  6:24 UTC 

[PATCH 08/10] ath9k_htc: Add dropped SKB count to debugfs
 2010-04-16  6:24 UTC 

[PATCH 06/10] ath9k_hw: Use buffered register writes
 2010-04-16  6:23 UTC 

[PATCH 04/10] ath9k_hw: Add macros for multiple register writes
 2010-04-16  6:23 UTC 

[PATCH 05/10] ath9k_hw: Relocate Opmode initialization
 2010-04-16  6:23 UTC 

[PATCH 03/10] ath9k_htc: Implement multiple register write support
 2010-04-16  6:23 UTC 

[PATCH 02/10] ath: Add buffered register write operations
 2010-04-16  6:23 UTC 

[PATCH 01/10] ath9k_htc: Cleanup beacon configuration
 2010-04-16  6:23 UTC 

[PATCH 00/10] ath9k_htc updates
 2010-04-16  6:23 UTC 

[RFC PATCHv2 0/2] mac80211: cfg80211: dynamic ps timeout based on pm-qos
 2010-04-16  6:17 UTC  (6+ messages)
` [RFC PATCHv2 1/2] mac80211: Determine dynamic PS timeout based on ps-qos network latency

[PATCH v2] wl1251: register platform_device to pass board data
 2010-04-16  5:03 UTC  (2+ messages)

On ath9k debugfs, having trouble recompiling and inserting only ath9k
 2010-04-16  1:46 UTC  (3+ messages)
` [ath9k-devel] "

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

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


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