messages from 2007-12-14 12:16:15 to 2007-12-19 00:20:05 UTC [more...]
[PATCH v2 1/8] mac80211: clean up rate selection
2007-12-19 0:15 UTC (9+ messages)
` [PATCH v2 2/8] mac80211: add PID controller based rate control algorithm
` [PATCH v2 3/8] mac80211: make PID rate control algorithm the default
` [PATCH v2 4/8] rc80211-pid: add rate behaviour learning algorithm
` [PATCH v2 5/8] rc80211-pid: add sharpening factor
` [PATCH v2 6/8] rc80211-pid: add debugging
` [PATCH v2 7/8] debugfs: allow access to signed values
` [PATCH v2 8/8] rc80211-pid: export tuning parameters through debugfs
` [PATCH v2 0/8] rate control rework
[PATCH v2 0/8] rate control rework
2007-12-19 0:02 UTC
[PATCH] p54: add Kconfig description
2007-12-18 23:36 UTC
[PATCH] rtl8180: add grf5101 support
2007-12-18 22:28 UTC
[patch 1/9] mac80211: Clean up rate selection code
2007-12-18 20:01 UTC (21+ messages)
` [patch 2/9] iwlwifi: Resync rate control code with mac80211
` [patch 3/9] mac80211: Add PID controller based rate control algorithm
` [patch 4/9] mac80211: Make PID rate control algorithm the default
` [patch 7/9] mac80211: Dump rc80211_pid events to debugfs
` [patch 9/9] mac80211: Publish rc80211_pid parameters in debugfs
Update cycle of compat-wireless-2.6
2007-12-18 19:52 UTC (3+ messages)
Queries about acx-mac80211 master mode support on the AR7 platform
2007-12-18 16:06 UTC (3+ messages)
[RFC] mac80211: move interface type to vif structure
2007-12-18 15:57 UTC
[PATCH 1/1] mac80211: pass in PS_POLL frames
2007-12-18 15:26 UTC (2+ messages)
[PATCH 1/1] mac80211: pass in PS_POLL frames
2007-12-18 15:00 UTC (6+ messages)
[PATCH] mac80211: move tx crypto decision
2007-12-18 14:27 UTC
[RFC] mac80211: clean up frame receive handling
2007-12-18 14:16 UTC (12+ messages)
[PATCH] mac80211: warn when receiving frames with unaligned data
2007-12-18 14:11 UTC
[PATCH 0/8] mac80211/iwlwifi: integrate IEEE802.11n A-MPDU Rx MLME
2007-12-18 14:01 UTC (29+ messages)
` [PATCH 1/8] mac80211: A-MPDU Rx add low level driver API
` [PATCH 2/8] mac80211: A-MPDU Rx add MLME structures
` [PATCH 3/8] mac80211: A-MPDU Rx adding basic functionality
` [PATCH 4/8] mac80211: A-MPDU Rx MLME data initialization
` [PATCH 5/8] mac80211: A-MPDU Rx handling aggregation reordering
` [PATCH 6/8] mac80211: A-MPDU Rx adding BAR handling capability
` [PATCH 7/8] mac80211: A-MPDU Rx handling DELBA requests
` [PATCH 8/8] iwlwifi: A-MPDU Rx flow enabled
[patch (for 2.6.24?) 1/4] ieee80211_rate: missed unlock
2007-12-18 13:35 UTC (2+ messages)
[patch 0/9] Rate control rework
2007-12-18 13:18 UTC (18+ messages)
` [patch 5/9] mac80211: Introduce rate behaviour learning algorithm
` [patch 9/9] mac80211: Publish rc80211_pid parameters in debugfs
` [patch 4/9] mac80211: Make PID rate control algorithm the default
` [patch 8/9] debugfs: Revamp debugfs_create_{u,x,s}{8,16,32,64} to support signed integers
Operation "wpa_driver_wext_set_countermeasures" not supported
2007-12-18 13:13 UTC
[PATCH] mac80211: allow easier multicast/broadcast buffering in hardware
2007-12-18 11:22 UTC
Please pull 'upstream-davem' branch of wireless-2.6
2007-12-18 6:57 UTC (2+ messages)
Please pull 'fixes-davem' branch of wireless-2.6
2007-12-18 6:56 UTC (2+ messages)
Please pull 'upstream-jgarzik' branch of wireless-2.6
2007-12-18 3:04 UTC (6+ messages)
` iwlwifi: fix-up merge fall-out after namespace separation
[patch (for 2.6.24?) 3/4] libertas: select WIRELESS_EXT
2007-12-18 0:22 UTC
[patch (for 2.6.24?) 4/4] bcm43xx_debugfs sscanf fix
2007-12-18 0:22 UTC
[patch (for 2.6.24?) 2/4] iwlwifi3945/4965: fix rate control algo reference leak
2007-12-18 0:22 UTC
Please pull 'fixes-jgarzik' branch of wireless-2.6
2007-12-17 21:10 UTC (5+ messages)
[PATCH] mac80211: round station cleanup timer
2007-12-17 14:07 UTC
[PATCH] PS3: gelic: Add wireless support for PS3
2007-12-16 23:42 UTC (8+ messages)
[PATCH] [00/48] libertas update
2007-12-16 22:59 UTC (20+ messages)
` [PATCH 97/48] libertas: don't exit worker thread until kthread_stop() is called
` [PATCH 98/48] libertas: stop attempting to reset devices on unload
` [PATCH 99/48] libertas: clean up if_usb driver
` [PATCH 100/48] libertas: kill whitespace at end of lines
` [PATCH 101/48] libertas: kill unused wait_option field in struct cmd_ctrl_node
` [PATCH 102/48] libertas: rename and clean up DownloadcommandToStation
` [PATCH 103/48] libertas: don't use __lbs_cmd() with empty callback in if_usb.c
` [PATCH 104/48] libertas: remove some pointless checks for cmdnode buffer being present
` [PATCH 105/48] libertas: introduce and use lbs_complete_command() for command completion
` [PATCH 106/48] libertas: don't re-initialise cmdnode when taking it off the free queue
` [PATCH 107/48] libertas: kill cleanup_cmdnode()
` [PATCH 108/48] libertas: let __lbs_cmd() free its own cmdnode
` [PATCH 109/48] libertas: kill pdata_buf member of struct cmd_ctrl_node
` [PATCH 110/48] libertas: store command result in cmdnode instead of priv->cur_cmd_retcode
` [PATCH 111/48] libertas: add __lbs_cmd_async() for asynchronous command submission
` [PATCH 112/48] libertas: ensure response buffer size is always set for lbs_cmd_with_response
` [PATCH 113/48] libertas: handle command timeout in main thread instead of directly in timer
` [PATCH 114/48] libertas: kill 'addtail' argument to lbs_queue_cmd() and make it static
` [PATCH 115/48] libertas: fix return from lbs_update_channel()
b43 problem with led trigger registration
2007-12-16 22:39 UTC (18+ messages)
[PATCH] b43legacy: Fix rfkill radio LED
2007-12-16 18:21 UTC
[PATCH] b43legacy: Fix rfkill radio LED
2007-12-16 17:17 UTC
[RFC/T][PATCH 0/3] rc80211-pid: PID controller enhancements
2007-12-16 9:40 UTC (3+ messages)
` [RFC/T][PATCH 3/3] rc80211-pid: allow for parameters to be set through sysfs
[WIP][PATCH] rc80211_pid: Send events to userspace for debugging
2007-12-16 2:24 UTC (5+ messages)
[PATCH 9/9] ath5k: Minor cleanups
2007-12-16 1:11 UTC
[PATCH 8/9] ath5k: Update initvals.c from recent regdumps
2007-12-16 1:10 UTC
[PATCH 7/9] ath5k: Fix support for RF2112A based b/g only cards
2007-12-16 1:07 UTC
[PATCH 6/9] ath5k: Skip non-data queues for 5210 for now
2007-12-16 1:03 UTC
[PATCH 5/9] ath5k: Reorder reset function to match regdumps
2007-12-16 1:01 UTC
[PATCH 4/9] ath5k: Implement per-queue interrupts
2007-12-16 0:58 UTC
[PATCH 3/9] ath5k: Fix diversity
2007-12-16 0:55 UTC
[PATCH 2/9] ath5k: Fix nic_wakeup for 5210
2007-12-16 0:53 UTC
[PATCH 1/9] ath5k: Minor fixes inside base.c
2007-12-16 0:47 UTC
[PATCH] b43legacy: Fix rfkill radio LED
2007-12-14 22:37 UTC
Can we please schedule orinoco_pci for removal?
2007-12-14 19:11 UTC
[WIP] cfg80211 infrastructure for channels/bitrates, mac80211 and b43 conversion
2007-12-14 14:40 UTC (4+ messages)
[FYI] hostapd with mac80211 progress
2007-12-14 14:38 UTC (11+ messages)
[PATCH final] b43: Fix rfkill radio LED
2007-12-14 12:59 UTC
privacy_invoked in AP interfaces?
2007-12-14 12:14 UTC (3+ messages)
tx_status reporting of RTS/CTS frames
2007-12-14 12:10 UTC (4+ messages)
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).