linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-08 04:00:17 to 2010-04-09 19:24:08 UTC [more...]

Warning in ath9k after update from 2.6.33.1 to 2.6.33.2
 2010-04-09 19:24 UTC  (2+ messages)

[PATCH] compat: add rcu_dereference_check
 2010-04-09 19:10 UTC  (2+ messages)

[PATCH 0/9] rt2x00: Align with vendor driver and add support for rt3070/rt3071/rt3090/rt3390
 2010-04-09 17:23 UTC  (35+ messages)
` [PATCH 1/9] rt2x00: Let RF chipset decide the RF channel switch method to use in rt2800
` [PATCH 2/9] rt2x00: Update rt2800 register definitions towards latest definitions
` [PATCH 3/9] rt2x00: Align RT chipset definitions with vendor driver
` [PATCH 4/9] rt2x00: Remove rt2800 version constants
` [PATCH 5/9] rt2x00: Align rt2800 register initialization with vendor driver
` [PATCH 6/9] rt2x00: Finish rt3070 support in rt2800 register initialization
` [PATCH 7/9] rt2x00: Add rt3071 "
` [PATCH 8/9] rt2x00: Add rt3090 "
` [PATCH 9/9] rt2x00: Add rt3390 "

[REVERT] be6b38bcb175613f239e0b302607db346472c6b6. v2.6.34-rc3-406 oops with 4965AGN wireless
 2010-04-09 17:03 UTC  (4+ messages)
        ` pull request: wireless-2.6 2010-04-09

ath9k/mac80211 and 802.11n in IBSS mode
 2010-04-09 14:17 UTC  (2+ messages)

[PATCH] net/wireless/libertas: do not call wiphy_unregister() w/o wiphy_register()
 2010-04-09 13:51 UTC  (8+ messages)

[PATCH] mac80211: check whether scan is in progress before queueing scan_work
 2010-04-09 10:07 UTC 

Any news regarding multicast rate configuration?
 2010-04-09  9:34 UTC  (5+ messages)
  ` AW: "

[PATCH] mac80211: Prevent dynamic ps for rx broadcast frames
 2010-04-09  9:17 UTC  (3+ messages)

[PATCH] mac80211: Prevent starting of hw scan if it is already in progress
 2010-04-09  8:30 UTC  (3+ messages)

[PATCH] mac80211: check whether scan is in progress before queueing scan_work
 2010-04-09  8:09 UTC  (2+ messages)

[PATCH 0/5] wl1271: patches of the week wk14
 2010-04-09  8:07 UTC  (6+ messages)
` [PATCH 1/5] wl1271: Fix memory leaks on driver initialization
` [PATCH 2/5] wl1271: Fix mac80211 configuration requests during WL1271_STATE_OFF
` [PATCH 3/5] wl1271: Fix mac80211 RTS threshold "
` [PATCH 4/5] wl1271: Go to ELP in idle
` [PATCH 5/5] wl1271: Add support for connection quality monitoring

2.6.34-rc3-git8: Reported regressions 2.6.32 -> 2.6.33
 2010-04-09  2:36 UTC  (2+ messages)

[PATCH 000/102] ath9k: add AR9003 support
 2010-04-08 21:23 UTC  (106+ messages)
` [PATCH 001/102] ath9k_hw: start building an abstraction layer for hardware routines
` [PATCH 002/102] ath9k_hw: add silicon revision macros for AR9300
` [PATCH 003/102] ath9k_hw: add a macro for abstracting generic timer access
` [PATCH 004/102] ath9k_hw: fix a missing hex prefix for a register mask
` [PATCH 005/102] ath9k_hw: add simple register abstraction for some AR9300 registers
` [PATCH 006/102] ath9k_hw: add support for GPIO differences on AR9003
` [PATCH 007/102] ath9k_hw: AR9003 does not have AR_RC_AHB skip its setting
` [PATCH 008/102] ath9k_hw: remove wrapper ath9k_hw_write_regs()
` [PATCH 009/102] ath9k_hw: Move some RF ops to the private callbacks
` [PATCH 010/102] ath9k_hw: skip PLL initialization on AR9003 on Power-On-Reset
` [PATCH 011/102] ath9k_hw: add some comments for ath9k_set_power_network_sleep()
` [PATCH 012/102] ath9k_hw: add a private callback for PLL control computation
` [PATCH 013/102] ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tables
` [PATCH 014/102] ath9k_hw: Add AR9003 PHY support
` [PATCH 015/102] ath9k_hw: move init config and default after chip is up
` [PATCH 016/102] ath9k_hw: add the AR9003 ar9003_hw_macversion_supported()
` [PATCH 017/102] ath9k_hw: enable all ANI functionality for AR9003
` [PATCH 018/102] ath9k_hw: Add hw cap flag for EDMA for the AR9003 family
` [PATCH 019/102] ath9k_hw: Fill few hw cap for edma
` [PATCH 020/102] ath9k_hw: Add abstraction for rx enable
` [PATCH 021/102] ath9k_hw: Fill rx_enable() for the AR9003 hardware family
` [PATCH 022/102] ath9k_hw: Add few routines for rx edma support
` [PATCH 023/102] ath9k_hw: update the chip tests for AR9003
` [PATCH 024/102] ath9k_hw: prevent reset control register zeroing on AR9003 reset
` [PATCH 025/102] ath9k_hw: Add AR9003 PHY register definitions
` [PATCH 026/102] ath9k_hw: add common channel select helpers for ar900[23]
` [PATCH 027/102] ath9k_hw: Set the channel on AR9003
` [PATCH 028/102] ath9k_hw: Implement PLL control "
` [PATCH 029/102] ath9k_hw: Implement spur mitigation "
` [PATCH 030/102] ath9k_hw: split initvals.h by hardware family
` [PATCH 031/102] ath9k_hw: run Lindent on intivals
` [PATCH 032/102] ath9k_hw: add initvals for the AR9003 hardware family
` [PATCH 033/102] ath9k_hw: add helpers for processing the AR9003 INI
` [PATCH 034/102] ath9k_hw: Split off ANI control to the PHY ops
` [PATCH 035/102] ath9k_hw: add all the AR9003 PHY callbacks
` [PATCH 036/102] ath9k_hw: Define tx control struct for AR9003
` [PATCH 037/102] ath9k_hw: Move code which populates ds_data to ath9k_hw
` [PATCH 038/102] ath9k_hw: Add abstraction to set/get link pointer
` [PATCH 039/102] ath9k: Use abstraction to get "
` [PATCH 040/102] ath9k: Use memcpy in ath_clone_txbuf()
` [PATCH 041/102] ath9k: Remove ATH9K_TX_SW_ABORTED and introduce a bool for this purpose
` [PATCH 042/102] ath9k: Make bf_desc of ath_buf opaque
` [PATCH 043/102] ath9k: Add Rx EDMA support
` [PATCH 044/102] ath9k_hw: Split out the function for reading the noise floor
` [PATCH 045/102] ath9k_hw: Get rid of eep_map and reorganize the functions
` [PATCH 046/102] ath9k_hw: add a helper for Power Amplifier calibration for AR9002
` [PATCH 047/102] ath9k_hw: add a helper for the OLC tem compensation "
` [PATCH 048/102] ath9k_hw: rename PA calib for AR9287
` [PATCH 049/102] ath9k_hw: shift code for AR9280 OLC temp comp
` [PATCH 050/102] ath9k_hw: move the AR9280 OLC temp comp to its own helper
` [PATCH 051/102] ath9k_hw: simplify OLC temp compensation for AR9002
` [PATCH 052/102] ath9k_hw: rename the PA calib routines to match their families
` [PATCH 053/102] ath9k_hw: rename getNoiseFloorThresh() to ath9k_hw_loadnf()
` [PATCH 054/102] ath9k_hw: move the cal AR9100 calibration settings
` [PATCH 055/102] ath9k_hw: split calib code by hardware families
` [PATCH 056/102] ath9k_hw: add the AR9003 ar9003_hw_init_cal callback
` [PATCH 057/102] ath9k_hw: add the config_pci_powersave AR9003 callback
` [PATCH 058/102] ath9k_hw: split the generic hardware code by hardware family
` [PATCH 059/102] ath9k_hw: move the cck channel 14 INI to the AR9002 hw code
` [PATCH 060/102] ath9k_hw: move TX/RX gain INI stuff to its own hardware family code
` [PATCH 061/102] ath9k_hw: Abstract the routine which returns interrupt status
` [PATCH 062/102] ath9k_hw: Initialize interrupt mask for AR9003
` [PATCH 063/102] ath9k_hw: abstract the AR_PHY_AGC_CONTROL register access
` [PATCH 064/102] ath9k_hw: abstract loading noisefloor
` [PATCH 065/102] ath9k_hw: fill in the callbacks for calibration for AR9003
` [PATCH 066/102] ath9k_hw: add a helper for changing the TX/RX masks
` [PATCH 067/102] ath9k_hw: complete AR9003 calibration
` [PATCH 068/102] ath9k_hw: rename eep_AR9287_ops to eep_ar9287_ops
` [PATCH 069/102] ath9k_hw: restore mac address reading logic
` [PATCH 070/102] ath9k_hw: Implement AR9003 eeprom callbacks
` [PATCH 071/102] ath9k_hw: add OFDM spur mitigation for AR9003
` [PATCH 072/102] ath9k_hw: Fill get_isr() "
` [PATCH 073/102] ath9k_hw: move AR9280 PCI EEPROM fix to ar9002_hw.c
` [PATCH 074/102] ath9k_hw: simplify the AR9280 PCI EEPROM fix
` [PATCH 075/102] ath9k_hw: move the RF claim stuff to AR9002 hardware family
` [PATCH 076/102] ath9k_hw: Configure Tx interrupt mitigation timer
` [PATCH 077/102] ath9k_hw: add the AR9300 SREV hw name print
` [PATCH 078/102] ath9k_hw: add TX/RX gain register initialization for AR9003
` [PATCH 079/102] ath9k_hw: Update ath9k_hw_set_dma for AR9300
` [PATCH 080/102] ath9k_hw: Handle big-endian access for AR9300 EEPROM reads
` [PATCH 081/102] ath9k_hw: skip asynch fifo enablement to AR9003
` [PATCH 082/102] ath9k_hw: skip WEP aggregation enable code for AR9003
` [PATCH 083/102] ath9k_hw: Fix internal regulator setting on AR9003
` [PATCH 084/102] ath9k: Load SW filtered NF values and start NF cal during full reset for AR9003
` [PATCH 085/102] ath9k_hw: Define abstraction for tx desc access
` [PATCH 086/102] ath9k_hw: Add function to configure tx status ring buffer
` [PATCH 087/102] ath9k_hw: Fill descriptor abstrations for AR9003
` [PATCH 088/102] ath9k: add RXLP and RXHP to debugfs counters
` [PATCH 089/102] ath9k_hw: enable CRC check of descriptors for AR9003
` [PATCH 090/102] ath9k_hw: set cwmin and cwmax to 0 for for AR9003 upon txq reset
` [PATCH 091/102] ath9k_hw: move AR9002 mac ops to its own file
` [PATCH 092/102] ath9k: Setup appropriate tx desc for regular dma and edma
` [PATCH 093/102] ath9k: Initialize and configure tx status for EDMA
` [PATCH 094/102] ath9k_hw: Compute pointer checksum over the link descriptor
` [PATCH 095/102] ath9k: Add frame onto hw tx fifo for edma
` [PATCH 096/102] mac80211: add LDPC control flag
` [PATCH 097/102] ath9k_hw: add LDPC support for AR9003
` [PATCH 098/102] ath9k: add LDPC support
` [PATCH 099/102] ath9k: Enable TXOK and TXERR interrupts for TX EDMA
` [PATCH 100/102] ath9k: Handle Tx interrupt for EDMA
` [PATCH 101/102] ath9k_hw: Abort rx if hw is not coming out of full sleep in reset
` [PATCH 102/102] ath9k_hw: add the PCI ID for the first AR9300 device

[PATCH] iwlwifi: avoid warning by using result of iwl_send_cmd_pdu in iwl_sta_init_lq
 2010-04-08 20:41 UTC  (3+ messages)

2.6.34-rc3-git6: Reported regressions from 2.6.33
 2010-04-08 20:24 UTC  (3+ messages)

[PATCH 0/2] packetspammer: few updates
 2010-04-08 20:13 UTC  (3+ messages)
` [PATCH 1/2] packetspammer: update with the upstream radiotap header
` [PATCH 2/2] packetspammer: add frame count option

[PATCH] iw: fix typo on LDPC capability
 2010-04-08 20:10 UTC 

[PATCH] mac80211: fix typo for LDPC capability
 2010-04-08 20:08 UTC 

[PATCH] wireless: ath9k: Fix most coding style issues in ath9k This patch fixed up almost all coding style issues in the ath9k driver found by the ceckpatch.pl tool. Signed-off-by: Michael Sprecher <sprecher.m@gmail.com>
 2010-04-08 19:12 UTC  (4+ messages)

[PATCH] mac80211_hwsim: add sw_scan sw_scan_complete
 2010-04-08 15:50 UTC 

[ath9k_htc] Current patches against 2.6.34-rc3-git4
 2010-04-08  8:03 UTC  (2+ messages)

Convert arc4 from a cipher into a block cipher
 2010-04-08  7:58 UTC  (5+ messages)
` [PATCH 3/7] crypto/testmgr: add testing for arc4 based on ecb(arc4)

[PATCH] mac80211: delay skb linearising in rx decryption
 2010-04-08  7:35 UTC 

[PATCH] mac80211: fix paged RX crypto
 2010-04-08  7:16 UTC  (6+ messages)

[PATCH 0/4] ath5k: misc fixes
 2010-04-08  4:15 UTC  (9+ messages)
` [PATCH 1/4] ath5k: correct channel setting for 2.5 mhz spacing
` [PATCH 2/4] ath5k: clean up queue manipulation
` [PATCH 3/4] ath5k: fix race condition in tx desc processing
` [PATCH 4/4] ath5k: add bounds check to pdadc table


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