linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-27 06:37:22 to 2014-09-01 08:55:57 UTC [more...]

[PATCH] mac80211: Format connected time
 2014-09-01  8:55 UTC 

[PATCH] Support Cisco DTPC IE to reduce transmit power
 2014-08-30 18:45 UTC  (13+ messages)
` [PATCH] Support DTPC IE (from Cisco Client eXtensions)
        ` [PATCH 1/2] mac80211: split 802.11h parsing from transmit power policy
        ` [PATCH 2/2] mac80211: support DTPC IE (from Cisco Client eXtensions)
            ` [PATCH v5 1/2] mac80211: split 802.11h parsing from transmit power policy
            ` [PATCH v5 2/2] mac80211: support DTPC IE (from Cisco Client eXtensions)

[PATCH] brcmfmac: BRCMFMAC should depend on HAS_DMA
 2014-09-01  8:44 UTC  (7+ messages)

Format connected time
 2014-09-01  8:36 UTC  (2+ messages)

Booting bcm47xx (bcma & stuff), sharing code with bcm53xx
 2014-09-01  7:48 UTC  (18+ messages)

mwifiex: parse TDLS action frames during RX
 2014-09-01  7:33 UTC  (2+ messages)

[PATCH 00/17] mwifiex updates for 3.17
 2014-09-01 12:59 UTC  (18+ messages)
` [PATCH 01/17] mwifiex: fix probable memory corruption while processing TDLS frame
` [PATCH 02/17] mwifiex: avoid processing RX packets with invalid length
` [PATCH 03/17] mwifiex: rework internal scan for association
` [PATCH 04/17] mwifiex: support for event done interrupt
` [PATCH 05/17] mwifiex: fix 5G association failure after leaving 2.4G IBSS
` [PATCH 06/17] mwifiex: fix a bug in Tx multiport aggregation
` [PATCH 07/17] mwifiex: minor cleanup in "
` [PATCH 08/17] mwifiex: fix left_len calculation issue
` [PATCH 09/17] mwifiex: rename macro and variables related to API revision
` [PATCH 10/17] mwifiex: use firmware API revision from GET_HW_SPEC response
` [PATCH 11/17] mwifiex: set passive scan type for scan requests with no ssid
` [PATCH 12/17] mwifiex: bring in scan channel gap feature
` [PATCH 13/17] mwifiex: remove restriction of single channel scan when connected
` [PATCH 14/17] mwifiex: process TX even when scan is ongoing
` [PATCH 15/17] mwifiex: remove redundant variable report_scan_result
` [PATCH 16/17] mwifiex: remove low priority scan handling
` [PATCH 17/17] mwifiex: add rx workqueue support

[PATCH v3 00/11] lib: introduce string_escape_mem and %*pE specifier
 2014-09-01  7:16 UTC  (9+ messages)
` [PATCH v3 07/11] wireless: hostap: proc: print properly escaped SSID

rt2x00: Ralink RT5572 (TL-WDN3200) sporadic damages
 2014-09-01  7:06 UTC  (3+ messages)
` [rt2x00-users] "
  ` AW: "

pull request: iwlwifi 2014-09-01
 2014-09-01  7:12 UTC  (4+ messages)
` [PATCH 1/3] Revert "iwlwifi: dvm: don't enable CTS to self"
` [PATCH 2/3] iwlwifi: Remove module build requirement for Intel Wireless WiFi
` [PATCH 3/3] iwlwifi: bump firmware API version to 10 for 7000 and 8000

[PATCH] Revert "iwlwifi: dvm: don't enable CTS to self"
 2014-09-01  6:35 UTC  (2+ messages)

[PATCH] ath9k: Add CTWindow support
 2014-09-01  2:01 UTC 

[PATCH] ath9k: Fix offchannel duration calculation
 2014-09-01  2:01 UTC 

[PATCH] ath9k: Fix NoA start time calculation
 2014-09-01  2:00 UTC 

Poor wifi performance on Intel 7260 Dual-Band AC Wifi card
 2014-08-31 20:55 UTC  (7+ messages)

MediaTek Inc. MT7601U Wireless Adapter
 2014-08-31 16:36 UTC  (7+ messages)
  ` [rt2x00-users] "

[PATCH 01/23] staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt_rrv_time_rts
 2014-08-30 21:25 UTC  (23+ messages)
` [PATCH 02/23] staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt_rrv_time_cts
` [PATCH 03/23] staging: vt6655: rxtx replace typedef struct tagSRrvTime_ab with struct vnt_rrv_time_ab
` [PATCH 04/23] staging: vt6655: create vnt_rxtx_rsvtime_le16 to return s_uGetTxRsvTime endian corrected
` [PATCH 05/23] staging: vt6655: rxtx change s_uGetRTSCTSRsvTime to always return __le16
` [PATCH 06/23] staging: vt6655: s_vGenerateTxParameter removed nested pvRrvTime NULL check
` [PATCH 07/23] staging: vt6655: rxtx.c create function to return __le16 wTimeStampOff
` [PATCH 08/23] staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_datahead_g
` [PATCH 09/23] staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_tx_datahead_g_fb
` [PATCH 10/23] staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_datahead_ab
` [PATCH 11/23] staging: vt6655: replace -typedef struct tagSTxDataHead_a_FB with struct vnt_tx_datahead_a_fb
` [PATCH 12/23] staging: vt6655: Fix *Duration s_uFillDataHead to return to __le16
` [PATCH 13/23] staging: vt6655: Replace typedef struct tagSRTSData with ieee80211_rts data
` [PATCH 14/23] staging: vt6655: Replace typedef struct tagSCTSData with ieee80211_cts data
` [PATCH 15/23] staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_g
` [PATCH 16/23] staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fb
` [PATCH 17/23] staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_ab
` [PATCH 18/23] staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fb
` [PATCH 19/23] staging: vt6655: replace typedef struct tagSCTS with struct vnt_cts
` [PATCH 20/23] staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fb
` [PATCH 21/23] stgaing: vt6655: remove unused variable wCTSDuration
` [PATCH 22/23] staging: vt6655: s_uGetRTSCTSDuration always return __le16
` [PATCH 23/23] staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211_iftype op_mode

[PATCH] ath5k: added debugfs file for dumping eeprom
 2014-08-30 19:14 UTC 

Making Wil6210 card work on ubuntu
 2014-08-29 23:42 UTC 

[PATCHv4 0/2] configure dynack through mac80211/cfg80211 stack
 2014-08-29 20:46 UTC  (6+ messages)
` [PATCHv4 1/2] cfg80211: enable dynack through nl80211

[PATCH v2 0/2] ath10k: testmode support
 2014-08-29 14:37 UTC  (9+ messages)
` [PATCH v2 1/2] ath10k: make ath10k_wmi_cmd_send() public
` [PATCH v2 2/2] ath10k: add testmode

pull-request: mac80211-next 2014-08-29
 2014-08-29 14:25 UTC 

Fwd: Re: Broadcom 43241b4-sdio NVRAM help request
 2014-08-29 14:18 UTC  (2+ messages)
    `  "

[PATCH] ath10k: add device/driver strings to tracepoints
 2014-08-29 12:19 UTC  (4+ messages)

delay probe response
 2014-08-29 11:39 UTC 

[PATCH v3] cfg80211: Reorder wiphy_register/unregister() notifications relevantly
 2014-08-29 11:28 UTC  (3+ messages)

[PATCH] mac80211: fix chantype recalc warning
 2014-08-29 11:15 UTC  (5+ messages)

[PATCH 1/2] iw: print hexdump when vendor event
 2014-08-29 11:14 UTC  (3+ messages)
` [PATCH 2/2] iw: add vendor send command

[PATCH] mac80211: Parse IEEE80211_RADIOTAP_RATE on TX
 2014-08-29 11:12 UTC  (4+ messages)

[PATCH] net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDs
 2014-08-29 11:10 UTC  (2+ messages)

pull-request: mac80211 2014-08-29
 2014-08-29 10:54 UTC 

[PATCH] mac80211: fix offloaded BA session traffic after hw restart
 2014-08-29 10:19 UTC  (4+ messages)

[PATCH] ath10k: don't access tx_info while overwriting it
 2014-08-29  9:19 UTC 

[PATCH v2] ath9k: Fix panic when adding an AP interface
 2014-08-29  6:09 UTC 

[PATCH] athk: Fix panic when adding an AP interface
 2014-08-29  6:07 UTC 

[PATCH] ath9k: Fix beacons for managed mode
 2014-08-29  6:06 UTC 

[PATCH 2/4] mwifiex: rework internal scan for association
 2014-08-29  4:13 UTC  (3+ messages)

[PATCH] ath9k: Fix beacon configuration for channel contexts
 2014-08-29  3:21 UTC 

Pull request: ath 20140827
 2014-08-28 18:37 UTC  (2+ messages)

[PATCH 1/4] mwifiex: avoid processing RX packets with invalid length
 2014-08-28 18:40 UTC  (2+ messages)

pull request: wireless 2014-08-28
 2014-08-28 18:17 UTC 

[PATCH v5] ath10k: save firmware debug log messages
 2014-08-28 15:24 UTC 

[PATCH] ath10k: Support firmware crash-by-assert
 2014-08-28 15:15 UTC 

Question about ieee80211_tx_info
 2014-08-28 14:53 UTC 

[PATCH] ath10k: remove diag_*_access functions
 2014-08-28 13:03 UTC 

Looking for someone with BCM43227 and (maybe) compilation skill ;)
 2014-08-28 12:42 UTC  (5+ messages)
  ` Looking for someone with BCM43227 and (maybe) compilation skill ; )

[PATCH v4] ath10k: save firmware debug log messages
 2014-08-28 12:08 UTC 

[PATCH 0/2] ath10k: monitor fixes
 2014-08-28 10:58 UTC  (3+ messages)
` [PATCH 1/2] ath10k: fix monitor start/stop sequences
` [PATCH 2/2] ath10k: stop monitor vdev for sta assoc

[PATCH] bcma: get & store info about flash type SoC booted from
 2014-08-28 10:50 UTC  (2+ messages)

[PATCH] ath10k: kill tasklets after free_irq
 2014-08-28  8:24 UTC 

performance difference
 2014-08-28  8:28 UTC 

[PATCH] ath10k: fix num_legacy_stations tracking
 2014-08-28  7:59 UTC 

[PATCH v3] ath10k: save firmware debug log messages
 2014-08-28  7:48 UTC  (3+ messages)

[RFC 0/7] bcma: add device tree support
 2014-08-27 18:43 UTC  (7+ messages)
` [RFC 2/7] bcm47xx-nvram: add new broadcom nvram driver with dt support
` [RFC 7/7] ARM: BCM5301X: register bcma bus

[PATCH v2] ath10k: save firmware debug log messages
 2014-08-27 18:12 UTC 

[PATCH] carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
 2014-08-27 17:38 UTC  (2+ messages)

BCM4313 & brcmsmac & 3.12: only semi-working?
 2014-08-27 15:27 UTC  (12+ messages)

[RFC] net: ipv4: drop unicast encapsulated in L2 multicast
 2014-08-27 14:31 UTC  (11+ messages)

[PATCH] ath10k: re-enable interrupts properly in hw recovery
 2014-08-27 13:09 UTC 

[PATCH v2 0/3] ath10k: ce fixes 2014-08-08
 2014-08-27 12:14 UTC  (5+ messages)
` [PATCH v2 3/3] ath10k: make target endianess more explicit

[PATCH 0/4] ath9k patches
 2014-08-27 10:46 UTC  (11+ messages)
` [PATCH 1/4] ath9k: Fix channel context transition
` [PATCH 2/4] ath9k: Disable fastcc for channel context mode
` [PATCH 3/4] ath9k: Add more debug statements for channel context
` [PATCH 4/4] ath9k: Fix channel context timer

[PATCH] mac80211: Replace rcu_dereference() with rcu_access_pointer()
 2014-08-27 10:14 UTC  (2+ 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).