messages from 2010-04-08 19:27:41 to 2010-04-10 21:09:33 UTC [more...]
Google Summer of Code 2010 - CORRECTION: Only organization admin can assign, so please PROPOSE being a mentor for a student
2010-04-10 21:09 UTC
[PATCH 0/9] rt2x00: Align with vendor driver and add support for rt3070/rt3071/rt3090/rt3390
2010-04-10 20:58 UTC (45+ 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
` [rt2x00-users] "
` [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 "
RTL 8187b - naughty behaviour
2010-04-10 19:40 UTC (8+ messages)
Google Summer of Code 2010 - Please ASSIGN (not propose) mentors to the students
2010-04-10 18:39 UTC
[PATCH] ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb device
2010-04-10 16:10 UTC
[PATCH 3/3] ath9k-htc: pass cacheline aligned buffer to usb hcd in register out path
2010-04-10 15:05 UTC
[PATCH 2/3] ath9k-htc: replace __dev_alloc_skb with alloc_skb in reg in path
2010-04-10 15:05 UTC
[PATCH 1/3] ath9k-htc: replace __dev_alloc_skb with alloc_skb in ath9k_hif_usb_alloc_rx_urbs
2010-04-10 15:04 UTC
Warning in ath9k after update from 2.6.33.1 to 2.6.33.2
2010-04-10 11:15 UTC (6+ messages)
Problem: Regression with iwl 4965 since 2.6.32.10
2010-04-10 9:08 UTC
Google Summer of Code 2010 - Student Application Deadline has passed
2010-04-09 21:44 UTC
[PATCH 000/102] ath9k: add AR9003 support
2010-04-09 21:32 UTC (88+ messages)
` [PATCH 002/102] ath9k_hw: add silicon revision macros for AR9300
` [PATCH 007/102] ath9k_hw: AR9003 does not have AR_RC_AHB skip its setting
` [PATCH 011/102] ath9k_hw: add some comments for ath9k_set_power_network_sleep()
` [PATCH 028/102] ath9k_hw: Implement PLL control on AR9003
` [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
ath9k/mac80211 and 802.11n in IBSS mode
2010-04-09 20:38 UTC (3+ messages)
` [ath9k-devel] "
[PATCH wireless-2.6] iwlwifi: work around bogus active chains detection
2010-04-09 20:10 UTC
[PATCH 00/12] iwlwifi features for 2.6.35
2010-04-09 20:09 UTC (13+ messages)
` [PATCH 01/12] iwlwifi: default max event log size
` [PATCH 02/12] iwlwifi: make WEP key restoring explicit
` [PATCH 03/12] iwlwifi: remove wrong key use check
` [PATCH 04/12] iwlagn: simplify WEP key check
` [PATCH 05/12] iwlwifi: remove pointless sta_id invalid check
` [PATCH 06/12] iwlwifi: clean up last_phy_res
` [PATCH 07/12] iwlwifi: add more debug info in error event dump
` [PATCH 08/12] iwlwifi: update tx command response status
` [PATCH 09/12] iwlwifi: small changes in comments
` [PATCH 10/12] iwlwifi: fix compile warnings when compiling without debug
` [PATCH 11/12] iwlwifi: fix compiler warning
` [PATCH 12/12] iwlwifi: avoid Tx queue memory allocation in interface down
2.6.34-rc3-git8: Reported regressions 2.6.32 -> 2.6.33
2010-04-09 19:56 UTC (3+ messages)
[PATCH] p54pci: prevent stuck rx-ring on slow system
2010-04-09 19:37 UTC
[PATCH] compat: add rcu_dereference_check
2010-04-09 19:10 UTC (2+ messages)
[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
[PATCH] net/wireless/libertas: do not call wiphy_unregister() w/o wiphy_register()
2010-04-09 13:51 UTC (4+ 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
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).