linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-06 11:01:55 to 2015-09-10 19:16:09 UTC [more...]

[PATCH V2 01/31] staging: wilc1000: rename WILC_WFI_CfgSetChannel
 2015-09-10 19:14 UTC  (29+ messages)
` [PATCH V2 02/31] staging: wilc1000: rename WILC_WFI_CfgScan
` [PATCH V2 03/31] staging: wilc1000: rename WILC_WFI_CfgConnect
` [PATCH V2 04/31] staging: wilc1000: rename WILC_WFI_disconnect
` [PATCH V2 05/31] staging: wilc1000: rename WILC_WFI_add_key
` [PATCH V2 06/31] staging: wilc1000: rename WILC_WFI_del_key
` [PATCH V2 07/31] staging: wilc1000: rename WILC_WFI_get_key
` [PATCH V2 08/31] staging: wilc1000: rename WILC_WFI_set_default_key
` [PATCH V2 09/31] staging: wilc1000: rename WILC_WFI_add_virt_intf
` [PATCH V2 10/31] staging: wilc1000: rename WILC_WFI_del_virt_intf
` [PATCH V2 11/31] staging: wilc1000: rename WILC_WFI_change_virt_intf
` [PATCH V2 12/31] staging: wilc1000: rename WILC_WFI_start_ap
` [PATCH V2 13/31] staging: wilc1000: remove WILC_WFI_change_beacon
` [PATCH V2 14/31] staging: wilc1000: rename WILC_WFI_stop_ap
` [PATCH V2 15/31] staging: wilc1000: rename WILC_WFI_add_station
` [PATCH V2 16/31] staging: wilc1000: rename WILC_WFI_del_station
` [PATCH V2 17/31] staging: wilc1000: rename WILC_WFI_change_station
` [PATCH V2 18/31] staging: wilc1000: rename WILC_WFI_get_station
` [PATCH V2 19/31] staging: wilc1000: rename WILC_WFI_dump_station
` [PATCH V2 20/31] staging: wilc1000: rename WILC_WFI_change_bss
` [PATCH V2 21/31] staging: wilc1000: rename WILC_WFI_set_wiphy_params
` [PATCH V2 22/31] staging: wilc1000: rename WILC_WFI_set_pmksa
` [PATCH V2 23/31] staging: wilc1000: rename WILC_WFI_del_pmksa
` [PATCH V2 24/31] staging: wilc1000: rename WILC_WFI_flush_pmksa
` [PATCH V2 25/31] staging: wilc1000: rename WILC_WFI_remain_on_channel
` [PATCH V2 26/31] staging: wilc1000: rename WILC_WFI_cancel_remain_on_channel
` [PATCH V2 27/31] staging: wilc1000: rename WILC_WFI_mgmt_tx_cancel_wait
` [PATCH V2 28/31] staging: wilc1000: rename WILC_WFI_mgmt_tx
` [PATCH V2 29/31] staging: wilc1000: rename WILC_WFI_frame_register

Ath10K issue
 2015-09-10 17:37 UTC  (2+ messages)

[PATCH] carl9170: fix bad rssi reading
 2015-09-10 18:04 UTC  (4+ messages)

[PATCH 1/2] mwifiex: remove USB8897 chipset support
 2015-09-10 14:27 UTC  (2+ messages)
` [PATCH 2/2] mwifiex: correction in USB8997 chipset's product ID

[ANNOUNCE] Netdev 1.1 conference
 2015-09-10 14:03 UTC 

[PATCH 0/5] staging: wilc1000: support 64bit machine and remove warnings
 2015-09-10 11:34 UTC  (7+ messages)
` [PATCH 3/5] staging: wilc1000: use id value as argument

[PATCH] ibss: add VHT80 support for IBSS
 2015-09-10 10:04 UTC 

[PATCH 1/5] staging: wilc1000: remove STATIC_MACADDRESS
 2015-09-10  9:26 UTC  (5+ messages)
` [PATCH 2/5] staging: wilc1000: remove firmware definition
` [PATCH 3/5] staging: wilc1000: remove unused global variables
` [PATCH 4/5] staging: wilc1000: remove unused enum
` [PATCH 5/5] staging: wilc1000: coreconfigurator.c: remove unused functions

[PATCH] net/mac80211/rate.c: fix wrong sizeof()
 2015-09-10  8:13 UTC  (2+ messages)

[PATCH 0/3] mesh support for ath10k
 2015-09-10  7:22 UTC  (8+ messages)
` [PATCH 3/3] ath10k: implement mesh support

[PATCH 1/4] staging: wilc1000: remove kmalloc wrapper
 2015-09-10  5:07 UTC  (9+ messages)
` [PATCH 2/4] staging: wilc1000: delete wilc_memory.c and wilc_memory.h
` [PATCH 3/4] staging: wilc1000: delete wilc_oswrapper.h and wilc_platform.h
` [PATCH 4/4] staging: wilc1000: remove unused PLAT_RK3026_TCHIP

[PATCH v2 1/2] staging: wilc1000: remove kmalloc wrapper
 2015-09-10  3:03 UTC  (2+ messages)
` [PATCH v2 2/2] staging: wilc1000: delete wilc_memory.c and wilc_memory.h

[PATCH] staging: wilc1000: remove BROKEN status
 2015-09-10  2:59 UTC 

[PATCH 1/5] staging: wilc1000: define undefined operation mode
 2015-09-09 17:47 UTC  (6+ messages)
` [PATCH 2/5] staging: wilc1000: remove meaningless line
` [PATCH 3/5] staging: wilc1000: add maintainers for Atmel 802.11 driver
` [PATCH 4/5] staging: wilc1000: remove unused NM73131_0_BOARD
` [PATCH 5/5] staging: wilc1000: delete definition USE_WIRELESS

[PATCH 01/30] staging: wilc1000: rename WILC_WFI_CfgSetChannel
 2015-09-09 18:15 UTC  (32+ messages)
` [PATCH 02/30] staging: wilc1000: rename WILC_WFI_CfgScan
` [PATCH 03/30] staging: wilc1000: rename WILC_WFI_CfgConnect
` [PATCH 04/30] staging: wilc1000: rename WILC_WFI_add_key
` [PATCH 05/30] staging: wilc1000: rename WILC_WFI_del_key
` [PATCH 06/30] staging: wilc1000: rename WILC_WFI_get_key
` [PATCH 07/30] staging: wilc1000: rename WILC_WFI_set_default_key
` [PATCH 08/30] staging: wilc1000: rename WILC_WFI_add_virt_intf
` [PATCH 09/30] staging: wilc1000: rename WILC_WFI_del_virt_intf
` [PATCH 10/30] staging: wilc1000: rename WILC_WFI_change_virt_intf
` [PATCH 11/30] staging: wilc1000: rename WILC_WFI_start_ap
` [PATCH 12/30] staging: wilc1000: rename WILC_WFI_change_beacon
` [PATCH 13/30] staging: wilc1000: rename WILC_WFI_stop_ap
` [PATCH 14/30] staging: wilc1000: rename WILC_WFI_add_station
` [PATCH 15/30] staging: wilc1000: rename WILC_WFI_del_station
` [PATCH 16/30] staging: wilc1000: rename WILC_WFI_change_station
` [PATCH 17/30] staging: wilc1000: rename WILC_WFI_get_station
` [PATCH 18/30] staging: wilc1000: rename WILC_WFI_dump_station
` [PATCH 19/30] staging: wilc1000: rename WILC_WFI_change_bss
` [PATCH 20/30] staging: wilc1000: rename WILC_WFI_set_wiphy_params
` [PATCH 21/30] staging: wilc1000: rename WILC_WFI_set_pmksa
` [PATCH 22/30] staging: wilc1000: rename WILC_WFI_del_pmksa
` [PATCH 23/30] staging: wilc1000: rename WILC_WFI_flush_pmksa
` [PATCH 24/30] staging: wilc1000: rename WILC_WFI_remain_on_channel
` [PATCH 25/30] staging: wilc1000: rename WILC_WFI_cancel_remain_on_channel
` [PATCH 26/30] staging: wilc1000: rename WILC_WFI_mgmt_tx_cancel_wait
` [PATCH 27/30] staging: wilc1000: rename WILC_WFI_mgmt_tx
` [PATCH 28/30] staging: wilc1000: rename WILC_WFI_frame_register
` [PATCH 29/30] staging: wilc1000: rename WILC_WFI_set_power_mgmt
` [PATCH 30/30] staging: wilc1000: rename WILC_WFI_set_cqm_rssi_config

[PATCH v2] ath: use PRI value given by spec for fixed PRI
 2015-09-09 17:53 UTC 

[PATCH] ath: fix incorrect PPB on JAPAN chirp radar
 2015-09-09 17:28 UTC 

"brcmfmac: brcmf_sdio_htclk: HT Avail timeout" on Thinkpad Tablet 10
 2015-09-09 16:55 UTC  (3+ messages)
  ` 

[PATCH v3 1/3] ath10k: enable monitor when OTHER_BSS requested
 2015-09-09 16:47 UTC  (3+ messages)
` [PATCH v3 2/3] ath10k: check for encryption before adding MIC_LEN
` [PATCH v3 3/3] ath10k: implement mesh support

[PATCH v3 0/1] New driver: rtl8723au (mac80211)
 2015-09-09 14:16 UTC  (10+ messages)
` [PATCH 1/1] "

iwlwifi: FW error in SYNC CMD MAC_CONTEXT_CMD
 2015-09-09 14:09 UTC  (4+ messages)

[PATCH] ath9k: Add support for OCB mode
 2015-09-09 13:28 UTC  (2+ messages)

[PATCH v2 0/1] rtl8xxxu (mac80211) driver for rtl8188[cr]u/rtl8192cu/rtl8723au
 2015-09-09 10:51 UTC  (21+ messages)
` [PATCH 1/1] New driver: rtl8xxxu (mac80211)

[PATCH v2] ath: use PRI value given by spec for fixed PRI
 2015-09-09  9:55 UTC  (2+ messages)

[PATCH] ath10k: invalid mcs reported in rx descriptor
 2015-09-09  9:45 UTC  (2+ messages)

[PATCH 1/2] ath10k: fix beamformee VHT STS capability
 2015-09-09  9:42 UTC  (2+ messages)

[PATCH] ath10k: Drop probe responses when too many are queued
 2015-09-09  9:37 UTC  (2+ messages)

[PATCH] ath10k: Fix DMA alloc failure for target requested memory chunks
 2015-09-09  9:35 UTC  (2+ messages)

[PATCH 1/2] ath10k: change beamformee VHT STS capability
 2015-09-09  9:33 UTC  (3+ messages)
` [PATCH 2/2] ath10k: fix mu-mimo rx status reporting

[PATCH] ath10k: add ATH10K_FW_FEATURE_RAW_MODE_SUPPORT to ath10k_core_fw_feature_str[]
 2015-09-09  8:34 UTC 

[PATCH 1/2] mac80211: Split sending tx'ed frames to monitor interfaces into its own function
 2015-09-09  7:46 UTC  (4+ messages)
` [PATCH 2/2] mac80211: Copy tx'ed beacons to monitor mode
  ` [PATCHv2] "

[PATCH 1/5] staging: wilc1000: linux_wlan.c: use kzalloc instead of WILC_MALLOC
 2015-09-09  6:37 UTC  (8+ messages)
` [PATCH 2/5] staging: wilc1000: linux_wlan.c: add kzalloc error check
` [PATCH 3/5] staging: wilc1000: remove commented codes
` [PATCH 4/5] staging: wilc1000: wilc_msgqueue.c: use kmalloc with GFP_ATOMIC
` [PATCH 5/5] staging: wilc1000: host_interface.c: fix build warning

[PATCH] b43: probe bcma core (device) rev 0x15
 2015-09-09  5:16 UTC 

[PATCH] mac80211: Fix oops in OCB mode when receiving data when not joined
 2015-09-08 19:21 UTC  (5+ messages)

Question rate-mask and iw
 2015-09-08 18:23 UTC  (2+ messages)

[PATCH] mac80211: mesh - always do every discovery retry
 2015-09-08 17:14 UTC  (6+ messages)

[PATCH] wireless-regdb: add 2.4GHz regulatory rules for Cuba (CU)
 2015-09-08 14:22 UTC  (4+ messages)

bcmdhd: Concurrent use of wlan0 and virtual interface in managed mode
 2015-09-08  9:24 UTC  (7+ messages)
        ` Fwd: "

Using ath5k/ath9k radio for constant-tx noise source
 2015-09-08  9:21 UTC  (2+ messages)

QCA6174 hw2.1 irq_mode=0 broken on 4.2-rc3, working on 4.1.2
 2015-09-08  8:17 UTC  (13+ messages)

[PATCH v6] Add new mac80211 driver mwlwifi
 2015-09-08  1:28 UTC  (5+ messages)

[question] panic when calling drv_get_tsf
 2015-09-08  1:20 UTC  (2+ messages)

[PATCH] rtlwifi: rtl818x: Move drivers into new realtek directory
 2015-09-07 20:59 UTC 

using dev_coredumpv
 2015-09-07 16:35 UTC  (3+ messages)

[PATCH] ath6kl: remove redundant null pointer check on send_pkt
 2015-09-07 13:49 UTC 

[PATCH v5] Add new mac80211 driver mwlwifi
 2015-09-07 11:20 UTC  (9+ messages)

[PATCH v3] Add new mac80211 driver mwlwifi
 2015-09-07 11:09 UTC  (4+ messages)

[PATCH 1/3] staging: wilc1000: remove dead codes
 2015-09-07 10:09 UTC  (3+ messages)
` [PATCH 2/3] staging: wilc1000: remove unused preprocessor definition
` [PATCH 3/3] staging: wilc1000: fix potential memory leak

pull-request: mac80211 2015-09-04
 2015-09-07  2:50 UTC  (2+ messages)

[PATCH] Add new mac80211 driver mwlwifi
 2015-09-06 17:09 UTC  (8+ messages)

[PATCH v2] ath9k_htc: introduce support for different fw versions
 2015-09-06 13:16 UTC  (5+ messages)
` [PATCH v3] "


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