linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-04 20:42:37 to 2011-07-07 19:58:25 UTC [more...]

[PATCH] net/b43: don't return IRQ_HANDLED if nothing was done
 2011-07-07 19:58 UTC 

Compat-wireless release for 2011-07-07 is baked
 2011-07-07 19:05 UTC 

[PATCH] ath9k_htc: do not configure filter before driver is started
 2011-07-07 18:03 UTC  (2+ messages)
` [PATCH] mac80211: Restart STA timers only on associated state

[PATCH] Frame injection
 2011-07-07 17:33 UTC  (3+ messages)

[PATCH] b43: HT-PHY: define dummy TX power functions
 2011-07-07 18:06 UTC 

[PATCH 0/2] more crypto access for drivers
 2011-07-07 16:58 UTC  (3+ messages)
` [PATCH 1/2] mac80211: allow drivers to access key sequence counter
` [PATCH 2/2] mac80211: allow driver to generate P1K for IV32

[PATCH] mac80211: simplify RX PN/IV handling
 2011-07-07 16:45 UTC 

[PATCH 3.0] mac80211: fix TKIP replay vulnerability
 2011-07-07 16:24 UTC 

[PATCH 1/2] b43: define firmwares for HT and LCN PHYs
 2011-07-07 16:58 UTC  (2+ messages)
` [PATCH 2/2] b43: LCN-PHY: include new PHY in common code

Bug in BCMA: device_unregister causing "NULL pointer dereference at"
 2011-07-07 15:27 UTC  (2+ messages)

[RFC] Move brcm80211 to mainline
 2011-07-07 15:17 UTC  (9+ messages)

[PATCH] b43: LCN-PHY add place for new PHY support
 2011-07-07 13:25 UTC 

[PATCH 3.0] mac80211: fix ie memory allocation for scheduled scans
 2011-07-07 12:18 UTC 

extending support in drivers/net/wireless/mwl8k.c
 2011-07-07 11:56 UTC  (2+ messages)

[PATCH] wl12xx: start/stop queues according to global per-AC counters
 2011-07-07 11:25 UTC 

ath9k_htc fails to initialize TL-WN721N with compat-wireless 3.0-rc4-1
 2011-07-07  7:23 UTC  (16+ messages)

[PATCH 1/6] rt2x00: Serialize TX operations on a queue
 2011-07-06 21:00 UTC  (6+ messages)
` [PATCH 2/6] rt2x00: Don't use queue entry as parameter when creating TX descriptor
  ` [PATCH 3/6] rt2x00: Reduce window of a queue's tx lock
    ` [PATCH 4/6] rt2x00: Add device ID for RT539F device
      ` [PATCH 5/6] rt2x00: Properly identify rt2800usb devices
        ` [PATCH 6/6] rt2x00: Implement tx_frames_pending mac80211 callback function

[PATCH] mac80211: use AES_BLOCK_SIZE
 2011-07-06 20:02 UTC 

[PATCH 0/2] fix mac80211 crypto races
 2011-07-06 20:00 UTC  (6+ messages)
` [PATCH 1/2] mac80211: fix TKIP races, make API easier to use
` [PATCH 2/2] mac80211: fix CCMP PN race
  ` [PATCH 2/2 v2] mac80211: fix CCMP races
` [PATCH 3/2] mac80211: fix CMAC races

Compat-wireless release for 2011-07-06 is baked
 2011-07-06 19:06 UTC 

[PATCH] bcma: detect PCI core working in hostmode
 2011-07-06 19:01 UTC  (2+ messages)

[PATCH 3.0] ssb: fix init regression of hostmode PCI core
 2011-07-06 18:53 UTC  (3+ messages)

[PATCH 1/2] b43: use radio ID reading code to older cores only
 2011-07-06 18:27 UTC  (2+ messages)
` [PATCH 2/2] b43: read radio ID on new cores

[PATCH 2/2 V2] b43: implement BCMA bus ops
 2011-07-06 17:03 UTC 

[PATCH 1/2] b43: make b43_wireless_init bus generic
 2011-07-06 16:02 UTC  (6+ messages)
` [PATCH 2/2] b43: implement BCMA bus ops

[PATCH] b43: select BLOCKIO for BCMA
 2011-07-06 16:05 UTC 

[PATCH] b43: change selecting ucode for newer cores
 2011-07-06 15:41 UTC 

Warning: iwlegacy/iwlwifi/rtlwifi : removal of PCI_CAP_ID_EXP
 2011-07-06 14:38 UTC  (4+ messages)

[RFC 0/2] more crypto access for drivers
 2011-07-06 14:33 UTC  (4+ messages)
` [RFC 1/2] mac80211: allow drivers to access key sequence counter
` [RFC 2/2] mac80211: allow driver to generate P1K for IV32

[PATCH 00/31] staging: brcm80211: fullmac cleanup and checkpatch fixes
 2011-07-06 14:27 UTC  (34+ messages)
` [PATCH 01/31] staging: brcm80211: clean up checkpatch error
` [PATCH 02/31] staging: brcm80211: removed occurrences of 'dhd'
` [PATCH 03/31] staging: brcm80211: removed unused #ifdef sections in fullmac
` [PATCH 04/31] staging: brcm80211: rename macros in dhd_dbg.h
` [PATCH 05/31] staging: brcm80211: removed asserts from two fullmac files
` [PATCH 06/31] staging: brcm80211: removed asserts from bcmsdh.c
` [PATCH 07/31] staging: brcm80211: removed asserts from dhd_cdc.c and dhd_common.c
` [PATCH 08/31] staging: brcm80211: removed asserts from dhd_linux.c
` [PATCH 09/31] staging: brcm80211: removed asserts from dhd_sdio.c
` [PATCH 10/31] staging: brcm80211: removed remains of assert mechanism in fullmac
` [PATCH 11/31] staging: brcm80211: replaced various typedefs in softmac
` [PATCH 12/31] staging: brcm80211: replaced typedef phy_info_t by struct brcms_phy
` [PATCH 13/31] staging: brcm80211: replaced typedef wlc_phy_t with struct brcms_phy_pub
` [PATCH 14/31] staging: brcm80211: replaced typedef tx_power_t by struct brcms_tx_power
` [PATCH 15/31] staging: brcm80211: renamed structures in softmac
` [PATCH 16/31] staging: brcm80211: remove checkpatch warnings 'suspect code indent'
` [PATCH 17/31] staging: brcm80211: made name lookup arrays more const
` [PATCH 18/31] staging: brcm80211: remove checkpatch warnings from phy_n.c
` [PATCH 19/31] staging: brcm80211: replaced Broadcom specific acronym WLC
` [PATCH 20/31] staging: brcm80211: deleted two fullmac source files
` [PATCH 21/31] staging: brcm80211: merged dngl_stats.h into dhd.h
` [PATCH 22/31] staging: brcm80211: merged sbsdio.h into sdio_host.h
` [PATCH 23/31] staging: brcm80211: merged bcmsdbus.h "
` [PATCH 24/31] staging: brcm80211: moved fullmac definitions from .h to .c files
` [PATCH 25/31] staging: brcm80211: removed #ifdef SDIOH_API_ACCESS_RETRY_LIMIT
` [PATCH 26/31] staging: brcm80211: replace occurrences of __attribute__((packed))
` [PATCH 27/31] staging: brcm80211: remove several externs from dhd_linux.c
` [PATCH 28/31] staging: brcm80211: remove external definitions from phy_lcn.c
` [PATCH 29/31] staging: brcm80211: remove macro WLBANDINITFN from brcmsmac
` [PATCH 30/31] staging: brcm80211: simpler string handling in brcmf_c_pktfilter_offload_set()
` [PATCH 31/31] staging: brcm80211: added newlines to some debug macros in bcmsdh_sdmmc.c

[PATCH 1/3] b43: use switches for SSB specific code
 2011-07-06 13:45 UTC  (3+ messages)
` [PATCH 2/3] b43: handle BCMA in bus switches
` [PATCH 3/3] b43: bus: add helpers for getting/setting wldev from/in bus core

RALINK rt2800pci , Patch for Device [1814:539f]
 2011-07-06 12:31 UTC  (7+ messages)

Improvement in b43 on BCM4312 (14e4:4315)
 2011-07-06  8:52 UTC  (3+ messages)

STA Driver/MLME handling for broadcast DEAUTHENTICATE from AP
 2011-07-06  4:29 UTC  (3+ messages)

[PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed
 2011-07-06  1:58 UTC  (17+ messages)
` [PATCH 017/119] staging: brcm80211: change FOREACH_BSS macro to remove checkpatch error
` [PATCH 061/119] staging: brcm80211: further renaming in fullmac sources
` [PATCH 094/119] staging: brcm80211: removed last occurrences of bcmsdh/BCMSDH

pull request: wireless-next-2.6 2011-07-05
 2011-07-06  1:29 UTC  (2+ messages)

[PATCH] mwifiex: modify SDIO aggregation Tx/Rx buffer size
 2011-07-06  1:01 UTC 

WARNING: at kernel/timer.c:1011 del_timer_sync+0xa9/0xc4()
 2011-07-05 23:05 UTC  (9+ messages)

[PATCH v2] ipw2100: Fix command list for debugging
 2011-07-05 22:27 UTC 

[PATCH] ipw2100: Fix command list for debugging
 2011-07-05 22:22 UTC  (3+ messages)

[PATCH v2 00/21] staging: brcm80211: mostly fullmac cleanup patches
 2011-07-05 21:40 UTC  (24+ messages)
` [PATCH v2 01/21] staging: brcm80211: removed last occurrences of bcmsdh/BCMSDH
` [PATCH v2 02/21] staging: brcm80211: sdh related code cleanup
` [PATCH v2 03/21] staging: brcm80211: removed brcmf_sdioh_interrupt_pending()
` [PATCH v2 04/21] staging: brcm80211: removed brcmf_sdioh_reset()
` [PATCH v2 05/21] staging: brcm80211: removed brcmf_sdioh_start() and brcmf_sdioh_stop()
` [PATCH v2 06/21] staging: brcm80211: removed file sdiovar.h
` [PATCH v2 07/21] staging: brcm80211: further cleaned fullmac header files
` [PATCH v2 08/21] staging: brcm80211: rename function variables
` [PATCH v2 09/21] staging: brcm80211: rename dhd_bus structure and functions
` [PATCH v2 10/21] staging: brcm80211: removed last typedefs from fullmac
` [PATCH v2 11/21] staging: brcm80211: removed unused code and definitions "
` [PATCH v2 12/21] staging: brcm80211: fullmac register access macro's take u32 instead of pointers
` [PATCH v2 13/21] staging: brcm80211: replaced macro R_SDREG by function r_sdreg()
` [PATCH v2 14/21] staging: brcm80211: replaced macro W_SDREG by function w_sdreg()
` [PATCH v2 15/21] staging: brcm80211: got rid of redundant member 'regs' of struct dhd_bus
` [PATCH v2 16/21] staging: brcm80211: removed last amd64 compiler warnings
` [PATCH v2 17/21] staging: brcm80211: W_REG macro cleanup in fullmac SDIO
` [PATCH v2 18/21] staging: brcm80211: removed unused definitions from dhd_sdio.c
` [PATCH v2 19/21] staging: brcm80211: rename structures and variables in wl_cfg80211.c
` [PATCH v2 20/21] staging: brcm80211: rename pointer conversion macros in wl_cfg80211.h
` [PATCH v2 21/21] staging: brcm80211: rename external function in wl_cfg80211.c

[PATCH v5 0/6] NFC subsystem
 2011-07-05 19:12 UTC  (2+ messages)

[PATCH 1/2] wl12xx: initialize max_power levels for 11a channels
 2011-07-05 19:08 UTC  (2+ messages)

[PATCH v2 1/3] wl12xx: configure suspend/resume only if associated/started
 2011-07-05 19:08 UTC  (2+ messages)

[PATCH] wl12xx: one SDIO initialization is enough
 2011-07-05 19:06 UTC  (2+ messages)

Compat-wireless release for 2011-07-05 is baked
 2011-07-05 19:04 UTC 

[PATCH v2 1/3] wl12xx: fix Tx security sequence number handling
 2011-07-05 18:38 UTC  (2+ messages)

[PATCH 1/3] wl12xx: schedule TX packets according to FW occupancy
 2011-07-05 17:49 UTC  (2+ messages)

[PATCH 1/3] wl12xx: fix Tx security sequence number handling
 2011-07-05 17:43 UTC  (2+ messages)

pull request: wl12xx 2011-07-05
 2011-07-05 17:31 UTC 

[PATCH 0/3] first step towards GTK rekey offload
 2011-07-05 14:35 UTC  (4+ messages)
` [PATCH 1/3] mac80211: allow driver to iterate keys
` [PATCH 2/3] cfg80211/nl80211: support GTK rekey offload
` [PATCH 3/3] mac80211: "

[ath9k,hostapd]Connection broken after some time
 2011-07-05 11:44 UTC  (2+ messages)

Automatic channel selection implementation of ath9k driver in Access point with openwrt Firmware for Netgear WNDR3700
 2011-07-05  7:31 UTC 

Broadcom 14e4:4357 mode monitor
 2011-07-05  5:58 UTC  (2+ messages)

[PATCH v2 1/8] ath5k: add missing checks for rfgain probe
 2011-07-05  4:48 UTC  (10+ messages)
` [PATCH v2 2/8] ath5k: apply the synth voltage tweak only on AR5112 rev 2
  ` [PATCH v2 3/8] ath5k: fix reference clock frequency for spur mitigation on AR2413
    ` [PATCH v2 4/8] ath5k: initialize common->clockrate
      ` [PATCH v2 5/8] ath5k: delay full calibration after reset
        ` [PATCH v2 6/8] ath5k: fix reference clock usec duration setting restore
          ` [PATCH v2 7/8] ath5k: disable 32KHz sleep clock operation by default
            ` [PATCH v2 8/8] ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211

Enquiry on DFS development‏
 2011-07-05  2:48 UTC 

[PATCH net-next] net/wireless: ipw2x00: Use helpers from linux/etherdevice.h
 2011-07-05  3:31 UTC  (2+ messages)

carl9170: Problems setting up Virtual Interface
 2011-07-04 21:42 UTC  (7+ messages)

[PATCH 1/8] ath5k: add missing checks for rfgain probe
 2011-07-04 21:02 UTC  (11+ messages)
` [PATCH 2/8] ath5k: apply the synth voltage tweak only on AR5112 rev 2
  ` [PATCH 3/8] ath5k: fix reference clock frequency for spur mitigation on AR2413
      ` [PATCH 5/8] ath5k: delay full calibration after reset
        ` [PATCH 6/8] ath5k: fix reference clock usec duration setting restore
          ` [PATCH 7/8] ath5k: disable 32KHz sleep clock operation


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