Linux-Wireless Archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-06 18:07:48 to 2010-04-08 20:21:42 UTC [more...]

2.6.34-rc3-git6: Reported regressions from 2.6.33
 2010-04-08 20:24 UTC  (7+ 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 

Any news regarding multicast rate configuration?
 2010-04-08 20:07 UTC  (3+ messages)
  ` AW: "

[PATCH] iwlwifi: avoid warning by using result of iwl_send_cmd_pdu in iwl_sta_init_lq
 2010-04-08 19:48 UTC 

[PATCH 000/102] ath9k: add AR9003 support
 2010-04-08 19:27 UTC  (103+ 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] net/wireless/libertas: do not call wiphy_unregister() w/o wiphy_register()
 2010-04-08 19:03 UTC  (7+ messages)

[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 

[PATCH] mac80211: Prevent starting of hw scan if it is already in progress
 2010-04-08 11:23 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  (16+ messages)
` [PATCH 2/7] crypto: add blkcipher implementation of ARC4
    ` [PATCH v2] "
` [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

pull request: wireless-2.6 2010-04-07
 2010-04-07 23:45 UTC  (3+ messages)

[PATCH] compat-wireless: fix fallbacks for unknown branch, remote or remote URL
 2010-04-07 22:11 UTC  (2+ messages)

wireless-next-2.6 rebased from commit bc53e5129ce879ba024b7d21981871ea63a37b42
 2010-04-07 18:55 UTC 

[PATCH] ath9k: fix compilation without CONFIG_ATH9K_DEBUGFS
 2010-04-07 16:40 UTC  (3+ messages)

[PATCH] mac80211: enhance tracing
 2010-04-07 14:48 UTC 

[PATCH 1/5] ath9k_htc: Protect RX stream variables
 2010-04-07 10:25 UTC  (6+ messages)

[PATCH 1/4] compat-wireless: remove patch part dealing with net/net_namespace.h
 2010-04-07  7:12 UTC  (5+ messages)
` [PATCH 2/4] compat-wireless: remove 13-trace.patch, it's handled in compat now
` [PATCH 3/4] compat-wireless: remove 25-device_create.patch, it's handled by compat
` [PATCH 4/4] compat-wireless: find the actual remote URL

[PATCH] compat: add net/net_namespace.h stub for Linux 2.6.23 and older
 2010-04-07  7:07 UTC  (2+ messages)

[PATCH] rt2x00: use rt2800_config_channel_rt3x for rt2872
 2010-04-07  7:06 UTC 

[PATCH] ath9k: simplify AR9220 fixup code for AR_AN_TOP2 register
 2010-04-07  7:05 UTC  (2+ messages)

[PATCH v2] mac80211: check whether scan is in progress before queueing scan_work
 2010-04-07  6:29 UTC  (2+ messages)

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

[PATCH 3/5] ath9k_htc: Fix module unloading issue
 2010-04-07  4:24 UTC  (3+ messages)

[PATCH] mwl8k: use the dma state API instead of the pci equivalents
 2010-04-07  0:34 UTC  (3+ messages)

[PATCH 1/2] compat: add device_create() implementation for Linux 2.6.26 and older
 2010-04-06 23:34 UTC  (3+ messages)
` [PATCH 2/2] compat: add stub headers linux/tracepoint.h and trace/define_trace.h

[PATCH] compat-wireless: use wireless_handlers for wext functions
 2010-04-06 23:32 UTC  (2+ messages)

FW RT307x/RT309x
 2010-04-06 22:08 UTC  (5+ messages)
` [rt2x00-users] "

[PATCH] wireless: rt2x00: delete duplicates ids in rt73usb rt2500usb
 2010-04-06 22:06 UTC  (3+ messages)

[PATCH 0/4] rt2x00: Powersave fixes
 2010-04-06 21:26 UTC  (5+ messages)

[PATCH 1/2] compat-wireless: Backport changes in pcmcia system
 2010-04-06 21:03 UTC  (3+ messages)
` [PATCH 2/2] compat-wireless: fix use of device_create

[PATCH] iwlwifi: use the dma state API instead of the pci equivalents
 2010-04-06 20:58 UTC  (2+ messages)

[PATCH V3] rt2x00: remove MCU requests for SoC platforms
 2010-04-06 20:44 UTC  (5+ messages)
  ` [PATCH V4] "

[PATCH 1/3] ath: Add a bus type field
 2010-04-06 19:51 UTC  (4+ messages)

[PATCH] ath9k: fix double calls to ath_radio_enable
 2010-04-06 19:05 UTC 

Another AR5008 hang
 2010-04-06 18:08 UTC  (5+ messages)
      ` Lockup inside of stop_machine() during modprobe aes (was Re: Another AR5008 hang)


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 read-only IMAP folder(s) and NNTP newsgroup(s).