messages from 2011-11-17 21:23:39 to 2011-11-18 23:03:08 UTC [more...]
[PATCH 01/77] iwlegacy: remove tracing
2011-11-18 23:03 UTC (82+ messages)
` [PATCH 02/77] iwlegacy: rename iwl to il
` [PATCH 03/77] iwlegacy: rename priv "
` [PATCH 04/77] iwlegacy: rename iwlegacy "
` [PATCH 05/77] iwlegacy: remove DEBUG_IO
` [PATCH 06/77] iwlegacy: remove DEBUG_LIMIT
` [PATCH 07/77] iwlegacy: rename IL_DEBUG_ to D_
` [PATCH 08/77] iwlegacy: remove il argument from IWL_ERR/INFO/WARN/CRIT
` [PATCH 09/77] iwlegacy: remove IL_CRIT
` [PATCH 10/77] iwlegacy: rename il_{read,write}32 to _il_{rd,wr}
` [PATCH 11/77] iwlegacy: mark poll bit as unlocked function
` [PATCH 12/77] iwlegacy: mark il_{grab,release}_nic_access as unlocked
` [PATCH 13/77] iwlegacy: remove _il_{read,write}_direct32
` [PATCH 14/77] iwlegacy: rename i/o direct methods
` [PATCH 15/77] iwlegacy: rename il_{read,write}_prph
` [PATCH 16/77] iwlegacy: remove not needed parentheses
` [PATCH 17/77] iwlegacy: rename remaining IWLs to ILs
` [PATCH 18/77] iwlegacy: s/iwl_rx_packet/iwl_rx_pkt/
` [PATCH 19/77] iwlegacy: partial rxon context cleanup
` [PATCH 20/77] iwlegacy: s/il_rx_mem_buffer/il_rx_buf/
` [PATCH 21/77] iwlegacy: s/statistics/stats/
` [PATCH 22/77] iwlegacy: s/window/win/
` [PATCH 23/77] iwlegacy: s/IL_RATE/RATE/
` [PATCH 24/77] iwlegacy: s/INDEX/IDX/
` [PATCH 25/77] iwlegacy: s/index/idx/
` [PATCH 26/77] iwlegacy: s/TABLE/TBL/
` [PATCH 27/77] iwlegacy: remove for_each_context
` [PATCH 28/77] iwlegacy: rename base 4965 and 3945 file names
` [PATCH 29/77] iwlegacy: merge iwl-4965-led.c into 4965.c
` [PATCH 30/77] iwlegacy: merge iwl-3945-led.c into 3945.c
` [PATCH 31/77] iwlegacy: merge iwl-4965-eeprom.c into 4965.c
` [PATCH 32/77] iwlegacy: merge iwl-4965-ucode.c "
` [PATCH 33/77] iwlegacy: merge iwl-4965-sta.c into 4965-mac.c
` [PATCH 34/77] iwlegacy: merge iwl-4965-{tx,rx}.c "
` [PATCH 35/77] iwlegacy: merge iwl-4965-lib.c "
` [PATCH 36/77] iwlegacy: rename iwl-4965-{rs,calib,debugfs}.c to 4965-{rs,calib,debug}.c
` [PATCH 37/77] iwlegacy: rename iwl-3945-{rs,debugfs}.c to 3945-{rs,debug}.c
` [PATCH 38/77] iwlegacy: add accidentally removed comments
` [PATCH 39/77] iwlegacy: move iwl-4965-{,hw,debugfs,calib}.h to 4965.h
` [PATCH 40/77] iwlegacy: move iwl-3945-{,hw,fh,debugfs}.h to 3945.h
` [PATCH 41/77] iwlegacy: s/STATUS_/S_/
` [PATCH 42/77] iwlegacy: s/STATISTICS/STATS/
` [PATCH 43/77] iwlegacy: rename REPLY_ to N_ or C_
` [PATCH 44/77] iwlegacy: s/rx_handler/handler/
` [PATCH 45/77] iwlegacy: s/rx_reply/hdl/
` [PATCH 46/77] iwlegacy: rename other handlers
` [PATCH 47/77] iwlegacy: rename iwl-core.c to common.c
` [PATCH 48/77] iwlegacy: merge common .c files
` [PATCH 49/77] iwlegacy: rename module name
` [PATCH 50/77] iwlegacy: rename iwl-commands.h to commands.h
` [PATCH 51/77] iwlegacy: remove il_ieee80211_get_hw_conf
` [PATCH 52/77] iwlegacy: move IL_MASK
` [PATCH 53/77] iwlegacy: rename iwl-csr.h to csr.h
` [PATCH 54/77] iwlegacy: rename iwl-core.h to common.h
` [PATCH 55/77] iwlegacy: merge common header files
` [PATCH 56/77] iwlegacy: remove iwl-helpers.h
` [PATCH 57/77] iwlegacy: merge iwl-legacy-rs.h into common.h
` [PATCH 58/77] iwlegacy: merge iwl-power.h "
` [PATCH 59/77] iwlegacy: merge iwl-{eeprom,led}.h "
` [PATCH 60/77] iwlegacy: rename iwl-prph.h to prph.h
` [PATCH 61/77] iwlegacy: use FH39_ prefix in 3945 code
` [PATCH 62/77] iwlegacy: use FH49_ prefix in 4965 code
` [PATCH 63/77] iwlegacy: merge iwl-fh.h into 4965.h
` [PATCH 64/77] iwlegacy: rename iwl-debug.c to debug.c
` [PATCH 65/77] iwlegacy: merge iwl-debug.h into common.h
` [PATCH 66/77] iwlegacy: indentions and whitespaces
` [PATCH 67/77] iwlegacy: checkpatch.pl fixes
` [PATCH 68/77] iwlegacy: change IL_WARN to D_HT in il4965_tx_agg_start
` [PATCH 69/77] iwlegacy: change IL_ERR to D_HT in iwl4965_rs_tl_turn_on_agg_for_tid
` [PATCH 70/77] iwlegacy: remove unused IL_AC_UNSET define
` [PATCH 71/77] iwlegacy: 4965: remove vif null check in request_scan
` [PATCH 72/77] iwlegacy: 4965-rs: remove null check on sta in il4965_rs_tx_status
` [PATCH 73/77] iwlegacy: 4965-rs: remove unnecessary null check for sta and lq_sta
` [PATCH 74/77] iwlegacy: 4965-rs: il4965_rs_alloc_sta: remove lq_sta local var
` [PATCH 75/77] iwlegacy: 4965-rs: don't return rate from il4965_rs_update_rate_tbl
` [PATCH 76/77] iwlegacy: 4965-rs: cleanup il4965_rs_sta_dbgfs_rate_scale_data_read
` [PATCH 77/77] iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFS
Problems associating with RTL8188CE
2011-11-18 22:54 UTC
3.2.0-rc2: WARNING: at iwlwifi/wl-trans-pcie.c:1105
2011-11-18 22:38 UTC
[PATCH] compat-wireless: avoid pr_fmt build SPAM
2011-11-18 22:34 UTC (7+ messages)
[PATCH v2] iw: Support ht-capability overrides mask
2011-11-18 22:03 UTC
Compat-wireless release for 2011-11-18 is baked
2011-11-18 21:12 UTC
[PATCH v2] compat: implement dummy security_sk_clone
2011-11-18 20:52 UTC
[PATCH 1/2] compat: avoid warning in compat_system_workqueue_create
2011-11-18 20:53 UTC (6+ messages)
` [PATCH 2/2] compat: implement dummy security_sk_clone
[PATCH v10 1/2] wireless: Support ht-capabilities over-rides
2011-11-18 20:43 UTC (4+ messages)
` [PATCH v10 2/2] mac80211: Support ht-cap over-rides
[PATCH] cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"
2011-11-18 20:25 UTC (3+ messages)
` [PATCH v2] "
[PATCH 1/2] mac80211: Build TX radiotap header dynamically
2011-11-18 20:56 UTC (6+ messages)
` [PATCH] mac80211: Fix endian bug in radiotap header generation
` "
[PATCH 1/3] compat-wireless: make patches apply again
2011-11-18 20:01 UTC (6+ messages)
` [PATCH 2/3] compat-wireless: escape &
` [PATCH 3/3] compat-wireless: fetch crc8.c and cordic.c from kernel
[PATCH] compat: remove crc8 and cordic lib
2011-11-18 19:44 UTC
[PATCH] compat-wireless: change CONFIG_IWLAGN -> CONFIG_IWLWIFI
2011-11-18 19:33 UTC (2+ messages)
b43: BCM 4331: MacBook 8,1: No connection after suspend
2011-11-18 19:22 UTC
[PATCH v9 1/2] wireless: Support ht-capabilities over-rides
2011-11-18 17:35 UTC (8+ messages)
` [PATCH v9 2/2] mac80211: Support ht-cap over-rides
[PATCH v5 1/3] nl80211: Add probe response offload attribute
2011-11-18 16:12 UTC (3+ messages)
` [PATCH v5 3/3] mac80211: Save probe response data for bss
[PATCH] nl80211: make get_vlan logic more common
2011-11-18 15:23 UTC
[PATCH] cfg80211: add flags for off-channel capabilities
2011-11-18 14:33 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] mac80211: minor cleanup to mesh state locking
2011-11-18 14:27 UTC
[patch] ath6kl: use a larger buffer for debug output
2011-11-18 14:11 UTC (2+ messages)
ath6kl: Allow CCKM AKM and KRK to be configured
2011-11-18 14:09 UTC
[patch] ath6kl: unlock if ath6kl_cfg80211_connect() fails
2011-11-18 14:09 UTC
[PATCHv4 0/3] add NoAck per tid support
2011-11-18 13:20 UTC (6+ messages)
` [PATCHv4 1/3] mac80211: remove debugfs noack test
` [PATCHv4 2/3] wireless: Add NoAck per tid support
` [PATCHv4 3/3] mac80211: "
` [PATCHv4 1/2] iw: import latest nl80211.h with new commands
` [PATCHv4 2/2] iw: add support for NoAck per tid
[PATCHv3 0/3] add NoAck per tid support
2011-11-18 12:30 UTC (11+ messages)
` [PATCHv3 1/3] mac80211: remove debugfs noack test
` [PATCHv3 2/3] wireless: Add NoAck per tid Support
` [PATCHv3 3/3] mac80211: "
` [PATCHv3 1/2] iw: import latest nl80211.h with new commands
` [PATCHv3 2/2] iw: add support for NoAck per tid
[PATCHv2 1/2] mac80211: Add NoAck per WMM Queue Support
2011-11-18 10:38 UTC (2+ messages)
[PATCH 1/3] ath6kl: Remove modparam multi_norm_if_support
2011-11-18 4:35 UTC (3+ messages)
` [PATCH 2/3] ath6kl: Find ar->max_norm_iface in firmware IE parsing
` [PATCH 3/3] ath6kl: Enable multiple vif support
iwl4965: "MAC is in deep sleep!" freezes
2011-11-18 7:45 UTC (8+ messages)
pull request: iwlegacy 2011-11-16
2011-11-18 7:30 UTC (4+ messages)
[PATCH] iwl-debug: Shrink object by using dev_err and deduplicating formats
2011-11-18 3:14 UTC (2+ messages)
dell d505 wifi driver install ubuntu 11.10
2011-11-18 0:51 UTC (2+ messages)
[PATCH 0/5] update for 3.3
2011-11-18 0:05 UTC (6+ messages)
` [PATCH 1/5] iwlwifi: check the HW when a queue is stuck
` [PATCH 2/5] iwlwifi: improve the prints in the reclaim path
` [PATCH 3/5] iwlwifi: fix endianity issues in debug prints
` [PATCH 4/5] iwlwifi: tid_data is taken twice in iwl_trans_pcie_tx_agg_alloc
` [PATCH 5/5] iwlwifi: remove redundancy
[PATCH 1/3] compat: add support for kernel 3.2
2011-11-18 0:31 UTC (7+ messages)
` [PATCH 2/3] compat: backport kfree_rcu()
` [PATCH v2 "
` [PATCH 3/3] compat: backport netdev_features_t
[PATCH v2 1/4] compat: use separate CONFIG_COMPAT_KFIFO option for building kfifo.o
2011-11-17 23:31 UTC (5+ messages)
` [PATCH v2 2/4] compat: add CONFIG_COMPAT_FIRMWARE_DATA_RW_NEEDS_FILP
` [PATCH v2 3/4] compat: check CONFIG_COMPAT_FIRMWARE_CLASS in compat-2.6.33.h
` [PATCH v2 4/4] compat: support RHEL6 as a build target
[PATCH 0/3] linux-firmware: new firmware for brcmfmac and nvram removal
2011-11-17 23:03 UTC (10+ messages)
` [PATCH 1/3] linux-firmware: add new bcm4329 firmware for brcmfmac
` [PATCH 2/3] linux-firmware: add bcm4330 "
` [PATCH 3/3] linux-firmware: remove nvram file for bcm4329 development board
` [PATCH v2 0/3] linux-firmware: new firmware for brcmfmac and nvram removal
` [PATCH v2 1/3] linux-firmware: add new bcm4329 firmware for brcmfmac
` [PATCH v2 2/3] linux-firmware: add bcm4330 "
` [PATCH v2 3/3] linux-firmware: remove nvram file for bcm4329 development board
[PATCH v2] mac80211: Fix AMSDU rate printout in debugfs
2011-11-17 22:53 UTC
[PATCH v2 1/4] compat-wireless: add CONFIG_COMPAT_KFIFO setting to config.mk
2011-11-17 22:21 UTC (4+ messages)
` [PATCH v2 2/4] compat-wireless: remove leading whitespace from CONFIG_COMPAT_FIRMWARE_CLASS
` [PATCH v2 3/4] compat-wireless: add CONFIG_COMPAT_BT_SOCK_CREATE_NEEDS_KERN
` [PATCH v2 4/4] compat-wireless: support RHEL6 as a build target
[PATCH] wifi-debugfs: Fix AMSDU rate printout
2011-11-17 21:49 UTC (2+ messages)
[PATCH 1/3] compat-wireless: add support for kernel 3.2
2011-11-17 21:23 UTC (3+ messages)
` [PATCH 2/3] compat-wireless: remove kfree_rcu() patch
` [PATCH 3/3] compat-wireless: make patches apply again
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).