linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-13 08:41:32 to 2011-07-15 23:06:35 UTC [more...]

[PATCH 1/4] ath: use get_unaligned_le{16,32} in ath_hw_keysetmac()
 2011-07-15 23:06 UTC  (2+ messages)
` [PATCH 2/4] ath9k: use get_unaligned_{b16, le16, le32} where possible

[PATCH] carl9170 firmware: install firmware without execute permissions
 2011-07-15 23:00 UTC 

Binary for carl9170
 2011-07-15 22:49 UTC  (6+ messages)

[PATCH 0/4] hostapd: add ACS support
 2011-07-15 21:38 UTC  (2+ messages)

[PATCH 0/5] mac80211: mesh beaconing
 2011-07-15 21:00 UTC  (29+ messages)
` [PATCH 1/5] mac80211: give if_mesh a beacon
` [PATCH 2/5] mac80211: correct mesh beacon head
` [PATCH 3/5] mac80211: Ext. Supported Rates go in mesh beacon tail
` [PATCH 4/5] mac80211: move RSN IE to tail of mesh beacon
  ` [PATCH v2 "
` [PATCH 5/5] mac80211: mesh beacon includes TIM IE

r8712u driver for the rtl8192su chip
 2011-07-15 21:00 UTC  (5+ messages)
` [PATCH 0/2] staging: r8712u: Most return-values changed from -1 to
  ` [PATCH 1/2] staging: r8712u: Most return-values changed from -1 to proper errno macros
  ` [PATCH 2/2] staging: r8712u: checkpatch errors: trailing whitespace on 2 lines

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

kernel NULL pointer dereference in lbs_set_11d_domain_info (3.0-rc6)
 2011-07-15 17:33 UTC  (3+ messages)
` [PATCH] cfg80211: really ignore the regulatory request

patch to fix potential problem with wiphy_update_regulatory
 2011-07-15 17:32 UTC  (3+ messages)
` [PATCH] cfg80211: hold reg_mutex when updating regulatory

APSM, AR9285 and bus hangs
 2011-07-15 16:18 UTC  (4+ messages)

pull request: wireless-next-2.6 2011-07-15
 2011-07-15 15:54 UTC  (2+ messages)

[PATCH 1/2] compat: add pr_<level>_once macros
 2011-07-15 15:50 UTC  (2+ messages)
` [PATCH 2/2] compat: add alloc_netdev_mqs

r8712u issue
 2011-07-15 15:15 UTC 

iwlagn: Random "Time out reading EEPROM"
 2011-07-15 14:28 UTC  (4+ messages)

carl9170: Beacons at lower Tx power than data frames?
 2011-07-15 14:22 UTC  (2+ messages)

Auto Channel Selection in hostapd with ath5k and ath9k
 2011-07-15 12:35 UTC 

[PATCH] cfg80211: remove unused wext handler exports
 2011-07-15 11:01 UTC 

[PATCH 1/2] wl12xx: Fix for PG version and sysfs files
 2011-07-15 10:56 UTC  (3+ messages)
` [PATCH 2/2] wl12xx Export chip id to sysfs

[PATCH 00/35] staging: brcm80211: code cleanup and bugfix
 2011-07-15 10:13 UTC  (39+ messages)
` [PATCH 01/35] staging: brcm80211: bugfix for len==0 parameter in 3 fullmac functions
` [PATCH 02/35] staging: brcm80211: merged bmac.c into main.c
` [PATCH 03/35] staging: brcm80211: shuffled sections in main.c
` [PATCH 04/35] staging: brcm80211: removed function declaration typedefs from phy_int.h
` [PATCH 05/35] staging: brcm80211: removed function declaration typedefs from aiutils.h
` [PATCH 06/35] staging: brcm80211: removed function declaration typedefs from dma.h part 1
` [PATCH 07/35] staging: brcm80211: removed function declaration typedefs from dma.h part 2
` [PATCH 08/35] staging: brcm80211: removed function declaration typedefs from dma.h part 3
` [PATCH 09/35] staging: brcm80211: removed function declaration typedefs from dma.h part 4
` [PATCH 10/35] staging: brcm80211: removed function declaration typedefs from otp.c
` [PATCH 11/35] staging: brcm80211: removed function declaration typedefs from main.h,pub.h
` [PATCH 12/35] staging: brcm80211: removed function declaration typedefs from brcmutil
` [PATCH 13/35] staging: brcm80211: replaced various typedefs
` [PATCH 14/35] staging: brcm80211: replaced typedef wlc_rateset_t
` [PATCH 15/35] staging: brcm80211: replaced typedef wl_rateset_t by struct brcm_rateset
` [PATCH 16/35] staging: brcm80211: replaced all volatile typedefs
` [PATCH 17/35] staging: brcm80211: modify the FOREACH_BSS macro
` [PATCH 18/35] staging: brcm80211: use mutex instead of semaphore in dhd_linux.c
` [PATCH 19/35] staging: brcm80211: remove duplicated code from brcmf_init_iscan
` [PATCH 20/35] staging: brcm80211: remove volatile keyword from driver sources
` [PATCH 21/35] staging: brcm80211: use native error code in brcmf_c_pattern_atoh()
` [PATCH 22/35] staging: brcm80211: fix for checkpatch 'avoid externs in c file' warning
` [PATCH 23/35] staging: brcm80211: power save issue fixed in brcmfmac driver
` [PATCH 24/35] staging: brcm80211: brcmfmac: Enabling FW roaming by default
` [PATCH 25/35] staging: brcm80211: brcmfmac: Connect request made robust
` [PATCH 26/35] staging: brcm80211: use mac_pton() instead of own implementation
` [PATCH 27/35] staging: brcm80211: fix for 'remove unnecessary braces' checkpatch warning
` [PATCH 28/35] staging: brcm80211: brcmfmac: Fixed issues with iscan
` [PATCH 29/35] staging: brcm80211: brcmfmac: Roamed channel info passed to cfg80211
` [PATCH 30/35] staging: brcm80211: move sdio related variables to dhd_sdio.c
` [PATCH 31/35] staging: brcm80211: move ioctl response wait code "
` [PATCH 32/35] staging: brcm80211: replace semaphore by wait_queue for sysioc thread
` [PATCH 33/35] staging: brcm80211: use wait queues instead of semaphores in wl_cfg80211.c
` [PATCH 34/35] staging: brcm80211: remove volatile keyword used in struct rte_console
` [PATCH 35/35] staging: brcm80211: replace simple_strtoul usage in brcmfmac

Control beacon transmission
 2011-07-15  6:13 UTC 

Bug#633919: /lib/modules/2.6.39-2-amd64/kernel/net/wireless/cfg80211.ko: cfg80211 calling CRDA drops wireless connection, clears ssid
 2011-07-15  4:26 UTC 

Looking for tuning beacon interval on BCM4329
 2011-07-15  3:40 UTC 

[PATCH v2] ath5k: merge ath5k_hw and ath5k_softc
 2011-07-15  0:21 UTC 

[PATCH] hostap: remove IDs for 3Com AirConnect PCI 777A, it uses Symbol firmware
 2011-07-14 23:18 UTC  (2+ messages)

[PATCH 1/4] ssb: SPROM: add LED duty cycle fields
 2011-07-14 20:46 UTC  (5+ messages)
` [PATCH 2/4] bcma: cc: set GPIOTIMER register
` [PATCH 3/4] bcma: implement BCM4331 workaround for external PA lines
` [PATCH 4/4] bcma: extract SPROM rev 9 the same way as rev 8

[PATCH 00/11] bcma: add support for embedded devices like bcm4716
 2011-07-14 20:37 UTC  (12+ messages)
` [PATCH 04/11] bcma: add SOC bus
` [PATCH 05/11] bcma: add mips driver
` [PATCH 06/11] bcma: add serial console support
` [PATCH 10/11] bcm47xx: add support for bcma bus

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

[PATCH] bcma: add check if sprom is available before accessing it
 2011-07-14 18:43 UTC  (2+ messages)

[PATCH] mwifiex: remove wireless.h inclusion and fix resulting bugs
 2011-07-14 18:36 UTC  (3+ messages)

[PATCH v3] mac80211: reconfigure tx on device reconfiguration
 2011-07-14 17:29 UTC 

[RFC 1/3] mac80211: Add 20/40 BSS coexistence management frame format
 2011-07-14 17:17 UTC  (10+ messages)
` [RFC 2/3] wireless: Add 40MHz Intolerance support to HT capablities
` [RFC 3/3] mac80211: Report 40MHz Intolerance to associated AP

[PATCH v2] mac80211: reconfigure tx on device reconfiguration
 2011-07-14 17:05 UTC  (3+ messages)

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

[PATCH] mac80211: be more careful in suspend/resume
 2011-07-14 14:48 UTC  (4+ messages)
` [PATCH v2] "

carl9170 firmware: WoWLAN and adding fields to carl9170_tx_superdesc
 2011-07-14 13:45 UTC  (3+ messages)

[PATCH 00/24] ath6kl cleaned up driver
 2011-07-14 10:35 UTC  (21+ messages)
` [PATCH 01/24] ath6kl: add bmi.c
` [PATCH 11/24] ath6kl: add htc.c

[PATCH] mac80211: reconfigure tx on device reconfiguration
 2011-07-14 10:11 UTC  (3+ messages)

[PATCH] carl9170: fix formatting issues found by checkpatch
 2011-07-14  9:00 UTC  (2+ messages)

[PATCH] wl12xx: Add support to RX packets payload alignment
 2011-07-14  8:50 UTC 

[PATCH] mwifiex: put multicast/broadcast packets to the same RA
 2011-07-14  3:51 UTC  (3+ messages)
` [PATCH] mwifiex: check SDIO multi-port aggregation buffer room correctly
` [PATCH] mwifiex: disable auto deep sleep before unloading the driver

[PATCH] ath5k: merge ath5k_hw and ath5k_softc
 2011-07-13 22:16 UTC 

[PATCH] MAINTAINERS: add entry for Marvell mwifiex wireless driver
 2011-07-13 20:11 UTC 

[PATCH 00/11] wext reductio
 2011-07-13 19:56 UTC  (12+ messages)
` [PATCH 04/11] ath5k: remove wireless extensions inclusions
` [PATCH 06/11] b43legacy: "
` [PATCH 07/11] rndis_wlan: "
` [PATCH 08/11] wl12xx: remove wext dependencies
` [PATCH 09/11] wl1251: "
` [PATCH 10/11] mwifiex: add wext include
` [PATCH 11/11] mac80211: remove linux/wireless.h inclusion

[FYI] iwlagn: implement WoWLAN
 2011-07-13 18:48 UTC  (3+ messages)
` [FYI v2] "

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

[PATCH] mac80211: let key iteration get keys in install order
 2011-07-13 17:50 UTC 

[PATCH] mac80211: allow driver access to TKIP RX P1K
 2011-07-13 17:50 UTC 

[PATCH v3] ath9k: improve reliability of MIC error detection
 2011-07-13 15:35 UTC 

[PATCH] orinoco: minor fixes for problems found by checkpatch.pl
 2011-07-13 15:19 UTC 

[TODO] at76c50x: remove wext includes
 2011-07-13 13:54 UTC  (6+ messages)

[PATCH] mwl8k: Fixing sta dereference when ieee80211_tx_info->control.sta is NULL
 2011-07-13 12:12 UTC 

[PATCH 0/2] nl80211/cfg80211: add some sched scan hw attributes
 2011-07-13 11:57 UTC  (3+ messages)
` [PATCH 1/2] nl80211/cfg80211: add max_sched_scan_ssids in the hw description
` [PATCH 2/2] nl80211/cfg80211: add max_sched_scan_ie_len "

[PATCH 0/3] Add missing commas
 2011-07-13  9:25 UTC  (4+ messages)
` [PATCH 2/3] iwlegacy: Add missing comma between constant string array

[PATCH] nl80211: advertise GTK rekey support, new triggers
 2011-07-13  8:48 UTC 

[TODO] iwmc3200wifi: remove wext includes
 2011-07-13  8:46 UTC 


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