linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-05 23:08:09 to 2012-06-07 04:14:29 UTC [more...]

[PATCH 0/3] mwifiex: improve "scan + tx" handling
 2012-06-07  4:12 UTC 

anyone know any dual-band USB devices with monitoring mode in Linux?
 2012-06-07  3:14 UTC 

[RFC] multi-channel work
 2012-06-07  2:46 UTC  (35+ messages)
` [RFC 01/14] cfg80211: respect intf combinations for 1 interface
` [RFC 02/14] cfg80211: check iface combinations only when intf is running
` [RFC 03/14] cfg80211: introduce cfg80211_stop_ap
` [RFC 04/14] cfg80211: .stop_ap when interface is going down
` [RFC 05/14] cfg80211: add channel tracking for AP and mesh
` [RFC 06/14] cfg80211: introduce cfg80211_get_used_channel
` [RFC 07/14] cfg80211: track monitor interfaces count
` [RFC 08/14] mac80211: refactor virtual monitor code
` [RFC 09/14] cfg80211: refuse to .set_monitor_channel when non-monitors are present
` [RFC 10/14] cfg80211: track monitor channel
` [RFC 11/14] cfg80211/mac80211: remove .get_channel
` [RFC 13/14] cfg80211: extend combination checking to consider channels
` [RFC 14/14] cfg80211: respect iface combinations when starting operation

[RFC 1/2] nl80211: specify RSSI threshold when scanning
 2012-06-07  2:43 UTC  (2+ messages)
` [RFC 2/2] mac80211: support rssi threshold scan

[PATCH] NFC: Driver for SAMSUNG S3FHRN2 NFC Chip
 2012-06-07  1:10 UTC  (5+ messages)

[PATCH v3 0/5] Improvement to initial mesh metric
 2012-06-07  0:29 UTC  (6+ messages)
` [PATCH v3 1/5] mac80211_hwsim: Report rate info in tx status
` [PATCH v3 2/5] mac80211: Remove unused variable
` [PATCH v3 3/5] mac80211: Keep tx rate averages for mesh peers for better metric calculation
` [PATCH v3 4/5] mac80211: Rename stainfo variable for the more common sta
` [PATCH v3 5/5] mac80211: Use signal strength as a proxy for expected datarate

[PATCH 5/7] drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c: adjust suspicious bit operation
 2012-06-06 23:43 UTC  (2+ messages)

[PATCH v2 0/5] Improvement to initial mesh metric
 2012-06-06 23:19 UTC  (6+ messages)
` [PATCH v2 1/5] mac80211_hwsim: Report rate info in tx status
` [PATCH v2 2/5] mac80211: Remove unused variable
` [PATCH v2 3/5] mac80211: Keep tx rate averages for mesh peers for better metric calculation
` [PATCH v2 4/5] mac80211: Rename stainfo variable for the more common sta
` [PATCH v2 5/5] mac80211: Use signal strength as a proxy for expected datarate

[PATCH 0/6] Improvement to initial mesh metric
 2012-06-06 23:03 UTC  (8+ messages)
` [PATCH 1/6] mac80211_hwsim: Report rate info in tx status
` [PATCH 2/6] mac80211: Remove unused variable
` [PATCH 3/6] mac80211: Keep tx rate averages for mesh peers for better metric calculation
` [PATCH 4/6] mac80211: Rename stainfo variable for the more common sta
` [PATCH 5/6] mac80211: Use signal strength as a proxy for expected datarate
` [PATCH 6/6] mac80211: Change rssi_get_rate to interpolated data rates

[PATCH] NFC: Fix possible NULL ptr deref when getting the name of a socket
 2012-06-06 21:02 UTC 

chip id 4318 regression: WARN_ON_ONCE(sdata->vif.hw_queue[i] >= n_queues))
 2012-06-06 20:35 UTC  (2+ messages)

pull request: wireless 2012-06-06
 2012-06-06 20:29 UTC  (2+ messages)

[PATCH 0/5] TKIP/GEM support for 18xx
 2012-06-06 17:07 UTC  (2+ messages)

[PATCH] wlcore: add role_id to all the sched_scan commands
 2012-06-06 17:07 UTC  (4+ messages)
` [PATCH v2] wlcore: do not send stop fwlog cmd if fw is hanged

[PATCH] wlcore: compare ssid_len before comparing ssids
 2012-06-06 17:06 UTC  (2+ messages)

[PATCH] wlcore: set channels 12-14 as pactive for sched scan
 2012-06-06 17:06 UTC  (2+ messages)

[PATCH] wl12xx/wl18xx: add erp protection IE to the beacon filter
 2012-06-06 17:05 UTC  (2+ messages)

[PATCH] wl12xx: send beacon loss events to userspace
 2012-06-06 17:05 UTC  (2+ messages)

[PATCH 01/29] iwlwifi: Check BSS ctx active before call mac80211
 2012-06-06 13:36 UTC  (32+ messages)
` [PATCH 02/29] iwlwifi: handle race condition in ROC flow
` [PATCH 03/29] iwlwifi: make a lot of functions static
` [PATCH 04/29] iwlwifi: use mac80211 channel in connection init
` [PATCH 05/29] iwlwifi: trust mac80211 channel setting
` [PATCH 06/29] iwlwifi: use mac80211 channels for reset scan
` [PATCH 07/29] iwlwifi: use mac80211 channel for radar check
` [PATCH 08/29] iwlwifi: give HT format to mac80211/radiotap
` [PATCH 09/29] iwlwifi: clear STATUS_SCAN_HW when PAN_PARAMS fails
` [PATCH 10/29] iwlwifi: move PCIe into subdirectory
` [PATCH 11/29] iwlwifi: trust mac80211 HT40 setting
` [PATCH 12/29] iwlwifi: move DVM code into subdirectory
` [PATCH 13/29] iwlwifi: unify tx_chains_num setting
` [PATCH 14/29] iwlwifi: move ht40 bitmap into config
` [PATCH 15/29] iwlwifi: SCD_INT_MSK is obsolete - don't update it
` [PATCH 16/29] iwlwifi: first config the SCD queues, then activate them
` [PATCH 17/29] iwlwifi: use iwl_trans_set_wr_ptrs to init the queues
` [PATCH 18/29] iwlwifi: s/txq_agg_disable/txq_disable
` [PATCH 19/29] iwlwifi: s/txq_setup/txq_enable
` [PATCH 20/29] iwlwifi: update mask value for SCD queue config
` [PATCH 21/29] iwlwifi: allocate Tx cmd pool per device
` [PATCH 22/29] iwlwifi: add iwl_set_bits_mask
` [PATCH 23/29] iwlwifi: fix rf configuration
` [PATCH 24/29] iwlwifi: configure the SKU in the HW
` [PATCH 25/29] iwlwifi: refactor EEPROM reading/parsing
` [PATCH 26/29] iwlwifi: fix typo 'IWL_WATCHHDOG_DISABLED'
` [PATCH 27/29] iwlwifi: configure PHY version for 1000 series
` [PATCH 28/29] iwlwifi: move RF config into NIC config
` [PATCH 29/29] iwlwifi: remove extern opmode ops declarations
` [PATCH 00/29] iwlwifi updates for 3.6

[PATCH 0/8] bcma misc updates
 2012-06-06 12:19 UTC  (9+ messages)
` [PATCH 2/8] bcma: add constants for chip ids
` [PATCH 3/8] bcma: Fix for 4329b0 bad LPOM is detection
` [PATCH 6/8] bcma: handle SoCs in pmu initialization

[PATCH 00/18] brcmsmac: update to get SoCs working
 2012-06-06 12:14 UTC  (34+ messages)
` [PATCH 01/18] brcmsmac: remove PCIE() makro
` [PATCH 02/18] brcmsmac: remove PCI_FORCEHT() makro
` [PATCH 03/18] brcmsmac: remove ai_get_buscore{type,rev}()
` [PATCH 04/18] brcmsmac: use container_of instead of cast
` [PATCH 05/18] brcmsmac: remove ai_findcore()
` [PATCH 06/18] brcmsmac: remove si_pmu_init() and si_pmu_res_init()
` [PATCH 07/18] brcmsmac: remove si_pmu_spuravoid_pllupdate()
` [PATCH 08/18] brcmsmac: remove some redundant chip common workarounds
` [PATCH 09/18] brcmsmac: use core id constants from bcma
` [PATCH 10/18] brcmsmac: use chip and package "
` [PATCH 11/18] brcmsmac: remove some unnessessacry casts and void pointer
` [PATCH 12/18] brcmsmac: add a conditions for core rev 17 again
` [PATCH 13/18] brcmsmac: add some workarounds for other chips again
` [PATCH 14/18] brcmsmac: extend xmtfifo_sz array
` [PATCH 15/18] brcmsmac: fix DMA on SoCs
` [PATCH 16/18] brcmsmac: do not call brcms_c_chipmatch() for non PCI
` [PATCH 17/18] brcmsmac: fix read in write_phy_reg
` [PATCH 18/18] brcmsmac: handle non PCI devices in the phy code

[PATCH 3.5] iwlwifi: disable the buggy chain extension feature in HW
 2012-06-06 11:55 UTC 

[PATCH v2] {nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationInterval
 2012-06-06 11:46 UTC 

[PATCH 0/4] Support proactive PREQ mechanism in Mesh
 2012-06-06 10:26 UTC  (10+ messages)
` [PATCH 1/4] {nl,cfg,mac}80211: implement dot11MeshHWMProotInterval and dot11MeshHWMPactivePathToRootTimeout
` [PATCH 2/4] mac80211: implement the proactive PREQ generation
` [PATCH 3/4] mac80211: implement the proactive PREP generation
` [PATCH 4/4] mac80211: invoke the timer only with correct dot11MeshHWMPRootMode value

[PATCH 00/29] NFC updates for 3.6
 2012-06-06 10:16 UTC  (30+ messages)
` [PATCH 01/29] NFC: Take a reference on the LLCP local pointer when creating a socket
` [PATCH 02/29] NFC: Socket linked list
` [PATCH 03/29] NFC: Move LLCP receiver window value to socket structure
` [PATCH 04/29] NFC: Move LLCP MIU extension "
` [PATCH 05/29] NFC: LLCP's MIUX is 10 bytes long, not 7
` [PATCH 06/29] NFC: Export LLCP general bytes getter
` [PATCH 07/29] NFC: Add target mode protocols to the polling loop startup routine
` [PATCH 08/29] NFC: Implement pn533 target mode polling loop
` [PATCH 09/29] NFC: Add target mode activation netlink event
` [PATCH 10/29] NFC: Set the NFC device RF mode appropriately
` [PATCH 11/29] NFC: Introduce target mode tx ops
` [PATCH 12/29] NFC: Introduce target mode rx data callback
` [PATCH 13/29] NFC: Implement the pn533 target mode data fetching routine
` [PATCH 14/29] NFC: Implement the pn533 target mode Tx op
` [PATCH 15/29] NFC: Don't hold a NULL connecting LLCP socket lock
` [PATCH 16/29] NFC: Call the DEP link down ops even when in target mode
` [PATCH 17/29] NFC: Reset poll mod list when stopping pn533 poll
` [PATCH 18/29] NFC: Unregister device if pn533 initial configuration fails
` [PATCH 19/29] NFC: Configure pn533 RF timings
` [PATCH 20/29] NFC: Add passive initiator data for pn533
` [PATCH 21/29] NFC: Add type A and type F parameters for pn533 target mode
` [PATCH 22/29] NFC: Implement pn533 polling loop
` [PATCH 23/29] NFC: Requeue lost LLCP frames
` [PATCH 24/29] NFC: Send a receiver ready frame only to reply to an I frame
` [PATCH 25/29] NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLS
` [PATCH 26/29] NFC: Destroy LLCP timout workqueue when releasing the link
` [PATCH 27/29] NFC: Set the proper baud rate when trying to activate pn533 targets
` [PATCH 28/29] NFC: Convert pn533 from semaphore to mutex
` [PATCH 29/29] NFC: Monitor pn533 target mode

[PATCH] mac80211: clear ifmgd->bssid only after building DELBA
 2012-06-06  8:48 UTC  (4+ messages)

[PATCH v3]: iw: fix the Makefile for multiple libnl installations
 2012-06-06  8:46 UTC  (2+ messages)

[RFC] initial channel context implementation
 2012-06-06  8:42 UTC  (10+ messages)
` [RFC 1/6] mac80211: introduce channel contexts skeleton code
` [RFC 2/6] mac80211: introduce new ieee80211_ops
` [RFC 3/6] mac80211: add drv_* wrappers for channel contexts
` [RFC 6/6] mac80211: reuse channels for channel context

[PATCH v2 1/3] wlcore: flush tx on CHANGE_CHANNEL
 2012-06-06  8:19 UTC  (2+ messages)

[PATCH v3] mac80211: stop Rx during HW reconfig
 2012-06-06  8:25 UTC 

[PATCH] wl18xx: fix fm_coex parameters configuration
 2012-06-06  8:19 UTC  (2+ messages)

[PATCH] wlcore: wait for roc complete only for the first roc command
 2012-06-06  8:18 UTC  (2+ messages)

[PATCH] wlcore: don't enable BET for high basic rates
 2012-06-06  8:18 UTC  (2+ messages)

[PATCH v2] wl12xx: fix fm_coex parameters configuration
 2012-06-06  8:17 UTC  (2+ messages)

[PATCH 1/4] wlcore: use psd_type indexing according to spec
 2012-06-06  8:17 UTC  (2+ messages)

[PATCH 3.5] iwlwifi: don't mess up the SCD when removing a key
 2012-06-06  7:13 UTC 

[ANN] new wireless stack trees
 2012-06-06  7:03 UTC  (3+ messages)

[PATCH v2] mac80211: stop Rx during HW reconfig
 2012-06-06  6:38 UTC  (2+ messages)

[PATCH 0/7] cfg80211/mac80211 channel redesign
 2012-06-06  6:18 UTC  (5+ messages)
` [PATCH 7/7] cfg80211: clarify set_channel APIs
    ` [PATCH 7/7 v2] "
      ` [PATCH 7/7 v3] "

[PATCH] mac80211: print info when disabling HT
 2012-06-06  6:05 UTC 

[PATCH] ath9k: remove incompatible IBSS interface check in change_iface
 2012-06-06  5:03 UTC 

[PATCH 3.5] ath9k: Fix a WARNING on suspend/resume with IBSS
 2012-06-06  5:03 UTC 

pull request: bluetooth 2012-06-06
 2012-06-06  4:50 UTC 

usb.c
 2012-06-06  4:01 UTC  (4+ messages)

Constructing radiotap header and ieee80211 header structures
 2012-06-06  1:31 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).