linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-11 16:01:05 to 2011-05-13 13:30:56 UTC [more...]

linux-next: Tree for May 12 (ssb)
 2011-05-13 13:26 UTC  (2+ messages)
  ` [PATCH] ssb: fix pcicore build breakage

Broadcom 4331 wireless device
 2011-05-13 13:27 UTC  (5+ messages)

[PATCH] Add libertas_disablemesh module parameter to disable mesh interface
 2011-05-13 13:26 UTC  (5+ messages)

[RFC] mac80211: notify driver about auth/assoc
 2011-05-13 13:14 UTC 

[gsimmons@gsimmons.org: Bug#596626: Please support Linksys WUSB600N v2 WiFi USB stick]
 2011-05-13 13:05 UTC  (7+ messages)
  ` Bug#596626: "

pull request: wl12xx 2011-05-05
 2011-05-13 12:49 UTC 

Setting my WiFi adhoc connection in power save mode
 2011-05-13 12:45 UTC  (7+ messages)

concurrency advertising -- driver maintainers
 2011-05-13 12:44 UTC 

[PATCH v3 0/3] cfg80211/mac80211: implementation of scheduled scan
 2011-05-13 12:18 UTC  (8+ messages)
` [PATCH v3 1/3] cfg80211/nl80211: add support for scheduled scans
` [PATCH v3 2/3] mac80211: add support for HW scheduled scan

[PATCH] mac80211: sparse RCU annotations
 2011-05-13 12:15 UTC 

[PATCH v2 0/6] wl12xx: add initial wowlan support
 2011-05-13 12:14 UTC  (8+ messages)
` [PATCH v2 1/6] wl12xx_sdio: set interrupt as wake_up interrupt
` [PATCH v2 2/6] wl12xx: declare suspend/resume callbacks (for wowlan)
` [PATCH v2 3/6] wl12xx_sdio: set MMC_PM_KEEP_POWER flag on suspend
` [PATCH v2 4/6] wl12xx: prevent scheduling while suspending (WoW enabled)
` [PATCH v2 5/6] wl12xx_sdio: declare support for NL80211_WOW_TRIGGER_ANYTHING trigger
` [PATCH v2 6/6] wl12xx: enter/exit psm on wowlan suspend/resume

[PATCH] mac80211: fix TX a-MPDU locking
 2011-05-13 11:35 UTC 

[PATCH] mac80211: cancel scan_work in ieee80211_unregister_hw
 2011-05-13 10:53 UTC  (4+ messages)

[PATCH 01/32] staging: brcm80211: replaced IL_BIGENDIAN by __BIG_ENDIAN
 2011-05-13  9:59 UTC  (32+ messages)
` [PATCH 02/32] staging: brcm80211: new Kconfig item to enable IO reordering fix
` [PATCH 03/32] staging: brcm80211: replaced #ifdef __mips__ sections by W_REG_FLUSH
` [PATCH 04/32] staging: brcm80211: got rid of #ifdef __mips__ sections in hnddma.c
` [PATCH 05/32] staging: brcm80211: got rid of #ifdef __mips__ by new dma_spin_for_len()
` [PATCH 06/32] staging: brcm80211: remove unnecessary functions from wlc_main.c
` [PATCH 07/32] staging: brcm80211: remove unused functions and prototypes
` [PATCH 08/32] staging: brcm80211: make function definitions and prototype consistent
` [PATCH 09/32] staging: brcm80211: cleanup functions in nvram.c
` [PATCH 10/32] staging: brcm80211: fix makefiles for building drivers in kernel
` [PATCH 11/32] staging: brcm80211: Kconfig fix for 'Broadcom I/O order fix'
` [PATCH 12/32] staging: brcm80211: removed unused struct net_device_stats related code
` [PATCH 13/32] staging: brcm80211: removed counter related macros that expanded to NOP
` [PATCH 14/32] staging: brcm80211: removed stats WEXT support from fullmac
` [PATCH 15/32] staging: brcm80211: removed support for proprietary ioctl WLC_GET_PKTCNTS
` [PATCH 16/32] staging: brcm80211: removed counter related struct wl_cnt
` [PATCH 17/32] staging: brcm80211: removed more unused counter related structures
` [PATCH 18/32] staging: brcm80211: Fix for WPA GTK install issue in brcmfmac driver
` [PATCH 19/32] staging: brcm80211: Fix for suspend "
` [PATCH 20/32] staging: brcm80211: brcmfmac driver's interface name changed to "wlan"
` [PATCH 21/32] staging: brcm80211: Fixed wl_assoc_params structure miss match in brcmfmac driver
` [PATCH 22/32] staging: brcm80211: Optimized wl_inform_single_bss function "
` [PATCH 23/32] staging: brcm80211: Fixed bss (re)connect/disconnect issues "
` [PATCH 24/32] staging: brcm80211: Fixed ibss join/leave functionality "
` [PATCH 25/32] staging: brcm80211: Added support to change roaming parameters from "
` [PATCH 26/32] staging: brcm80211: Added support to change scan times "
` [PATCH 27/32] staging: brcm80211: Fixed scan notification functionality in "
` [PATCH 28/32] staging: brcm80211: Removed unused variable from "
` [PATCH 29/32] staging: brcm80211: cfg80211 up/down routines in brcmfmac driver are fixed
` [PATCH 30/32] staging: brcm80211: Better debug support added to brcmfmac driver
` [PATCH 31/32] staging: brcm80211: Corrected sdpcm_shared_t structure definition
` [PATCH 32/32] staging: brcm80211: fix checkpatch issue in wlc_channel.c

[RFC] rt2x00: advertise interface combinations
 2011-05-13  9:09 UTC 

[PATCH 0/9] strict user copy checks on x86_64
 2011-05-13  9:08 UTC  (6+ messages)
` [PATCH 1/9] iwlegacy: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning
` [PATCH 2/9] iwlwifi: "

[PATCH] compat-wireless: make WEXT patch apply over sched_scan
 2011-05-13  9:03 UTC  (2+ messages)

[PATCH] cfg80211: advertise possible interface combinations
 2011-05-13  8:58 UTC 

[PATCH 0/7] wl12xx: add initial wowlan support
 2011-05-13  7:44 UTC  (15+ messages)
` [PATCH 3/7] wl12xx_sdio: set MMC_PM_KEEP_POWER flag on suspend
` [PATCH 4/7] wl12xx: prevent scheduling while suspending (WoW enabled)
` [PATCH 6/7] wl12xx: add ps completion event
` [PATCH 7/7] wl12xx: enter/exit psm on wowlan suspend/resume

[PATCH v2] net: rfkill: add generic gpio rfkill driver
 2011-05-13  7:15 UTC  (8+ messages)

mesh RCU issues
 2011-05-13  7:13 UTC  (4+ messages)
` [PATCH] mac80211: remove pointless mesh path timer RCU code

[RFC/RFT 0/9] ath9k: Add Antenna diversity support for AR9485
 2011-05-13  4:22 UTC  (6+ messages)

[PATCH 0/7] wl12xx: scheduled scan implementation
 2011-05-12 21:29 UTC  (9+ messages)
` [PATCH 1/7] wl12xx: add configuration values for scheduled scan
` [PATCH 2/7] wl12xx: listen to scheduled scan events
` [PATCH 3/7] wl12xx: add scheduled scan structures and commands
` [PATCH 4/7] wl12xx: implement scheduled scan driver operations and reporting
` [PATCH 5/7] wl12xx: export scheduled scan state in debugfs
` [PATCH 6/7] wl12xx: prevent sched_scan when not idle or not in station mode
` [PATCH 7/7] wl12xx: remove unused flag WL1271_FLAG_IDLE_REQUESTED

[PATCH] wl12xx: Add Notification to 80211h support
 2011-05-12 21:18 UTC  (2+ messages)

[PATCH] wl12xx: Unmask beacons includes IE 'HT information' change
 2011-05-12 21:17 UTC  (2+ messages)

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

Looking for 3x3 Atheros NICs using ath9k driver
 2011-05-12 18:18 UTC  (10+ messages)

[PATCH] cfg80211: restrict AP beacon intervals
 2011-05-12 18:13 UTC  (11+ messages)

[RFC ] wireless: Support can-scan-one logic
 2011-05-12 16:43 UTC  (3+ messages)

[RFC/RFT] iwlagn: use cts-to-self protection on 5000 adapters series
 2011-05-12 15:54 UTC  (2+ messages)

rtl8192ce.ko doesn't work with 802.11n?
 2011-05-12 14:57 UTC  (5+ messages)

error initializing AR7010+AR9280 Xbox 802.11n adapter
 2011-05-12 14:42 UTC  (23+ messages)

Get wireless network card or check whether an interface is a wireless card
 2011-05-12 14:11 UTC 

net/mac80211/cfg.c:746: error
 2011-05-12 13:34 UTC  (2+ messages)
` [PATCH] mac80211: Fix mesh-related build breakage

[ANN] wireless-regdb: master-2011-04-28
 2011-05-12 13:34 UTC  (3+ messages)

[PATCH] cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stopped
 2011-05-12 13:28 UTC 

[PATCH] mac80211: fix a few RCU issues
 2011-05-12 13:11 UTC 

[PATCH] mac80211: fix another key non-race
 2011-05-12 13:07 UTC 

[PATCH] mac80211: make key locking clearer
 2011-05-12 12:31 UTC 

[PATCH] mac80211: mesh: move some code to make it static
 2011-05-12 11:38 UTC 

[PATCH v3 0/3] staging: brcm80211: logging code clean up
 2011-05-12 11:35 UTC  (3+ messages)
` [PATCH v3 3/3] staging: brcm80211: replaced WL_ERROR with dev_err in two files
  ` NULL pointer dereference in nl80211

[PATCH 1/1] ath9k_hw: Fix STA connection issues with AR9380 (XB113)
 2011-05-12 10:54 UTC 

[PATCH] iwlwifi: fix TX power configuration on 3945 and 4965 devices
 2011-05-12 10:37 UTC  (2+ messages)

usb 1-1: Could not load firmware file zd1211/zd1211b_ub. Error number -2
 2011-05-12  8:56 UTC 

[PATCH] mwifiex: remove mwifiex_recv_complete function
 2011-05-12  8:28 UTC  (3+ messages)
` [PATCH] cfg80211: make stripping of 802.11 header optional from AMSDU

pull request: bluetooth-next-2.6 2011-05-12
 2011-05-12  5:29 UTC 

[PATCH] mwifiex: use ieee80211_amsdu_to_8023s routine
 2011-05-12  5:04 UTC 

ath5k and ath9k bugs still in 2.6.39-rc7
 2011-05-12  3:17 UTC  (2+ messages)

pull request: wireless-2.6 2011-05-11
 2011-05-11 23:16 UTC  (2+ messages)

compile failure with commit 9c3990aaec0ad9f686ef6480f6861f2df89b2a7a
 2011-05-11 22:19 UTC 

[PATCH] ath9k_hw: fix dual band assumption for XB113
 2011-05-11 21:57 UTC 

[PATCH] mac80211_hwsim driver support userspace frame tx/rx
 2011-05-11 21:32 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] bcma: pci: trivial: correct amount of maximum retries
 2011-05-11 22:01 UTC 

later kernels that 2.6.36.4 mess up wireless (but compatwireless on that kernel works)
 2011-05-11 20:31 UTC 

http://wireless.kernel.org/download/compat-wireless-2.6/ not updating
 2011-05-11 19:07 UTC  (2+ messages)

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

GIT net-2.6 rolled back 8 commits
 2011-05-11 18:31 UTC  (4+ messages)

[PATCH] compat-wireless: make patches apply again
 2011-05-11 18:00 UTC  (2+ messages)

[PATCH V2 0/3] ssb/b43(legacy): clean dangling cores workarounds
 2011-05-11 17:12 UTC  (5+ messages)

[PATCH v2] 802.11n frame injection
 2011-05-11 17:06 UTC  (3+ messages)

[PATCH v2 1/5] ssb: Change fallback sprom to callback mechanism
 2011-05-11 11:53 UTC  (2+ messages)

[PATCH 0/2] wireless: Make and use const struct ieee80211_channel
 2011-05-11 16:57 UTC  (6+ messages)

[PATCH 1/2] ssb: move ssb_commit_settings and export it
 2011-05-11 12:31 UTC  (8+ messages)
` [PATCH 2/2] b43: implement timeouts workaround

Optimization: keeping pointer all the time, or defining getter?
 2011-05-11 16:43 UTC  (4+ messages)

[PATCH] rtlwifi: Fix panic due to memory allocation failure
 2011-05-11 16:36 UTC  (3+ messages)


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