linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-06 09:38:45 to 2015-11-11 00:37:34 UTC [more...]

[PATCH 0/5] wcn36xx: add some new firmware functionalities support
 2015-11-11  0:37 UTC  (16+ messages)
` [PATCH 1/5] wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND
` [PATCH 2/5] wcn36xx: swallow two wcn3620 IND messages
` [PATCH 3/5] wcn36xx: handle new hal response format
` [PATCH 4/5] wcn3620: use new response format for wcn3620 trigger_ba
` [PATCH 5/5] wcn3620: use new response format for wcn3620 remove_bsskey

[PATCH 00/20] staging/wilc1000: cleanups once again
 2015-11-11  0:33 UTC  (26+ messages)
` [PATCH 01/20] staging/wilc1000: add struct net_device declaration
` [PATCH 02/20] staging/wilc1000: remove unused functions
` [PATCH 03/20] staging/wilc1000: make symbols static if possible
` [PATCH 04/20] staging/wilc1000: use proper naming for global symbols
` [PATCH 05/20] staging/wilc1000: move extern declarations to headers
` [PATCH 06/20] staging/wilc1000: use NO_SECURITY instead of NO_ENCRYPT
` [PATCH 07/20] staging/wilc1000: avoid static definitions in header
` [PATCH 08/20] staging/wilc1000: remove linux_wlan_{device_power,device_detection}
` [PATCH 09/20] staging/wilc1000: move wilc_wlan_inp_t into struct wilc
` [PATCH 10/20] staging/wilc1000: move init/exit functions to driver files
` [PATCH 11/20] staging/wilc1000: unify device pointer
` [PATCH 12/20] staging/wilc1000: pass io_type to wilc_netdev_init
` [PATCH 13/20] staging/wilc1000: use device pointer for phy creation
` [PATCH 14/20] staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIO
` [PATCH 15/20] staging/wilc1000: pass hif operations through initialization
` [PATCH 16/20] staging/wilc1000: turn enable_irq/disable_irq into callbacks
` [PATCH 17/20] staging/wilc1000: remove WILC_SDIO/WILC_SPI macros
` [PATCH 18/20] staging/wilc1000: split out bus specific modules
` [PATCH 19/20] staging/wilc1000: use more regular probing
` [PATCH 20/20] staging/wilc1000: pass struct wilc to most linux_wlan.c functions

[RFC v2 0/4] mac80211: jump labels for hw flags
 2015-11-11  0:22 UTC  (7+ messages)
` [RFC v2 1/4] mac80211: add ieee80211_hw_clear()
` [RFC v2 2/4] mac80211: introduce ieee80211_local_check()
` [RFC v2 3/4] mac80211: use static keys for hw flags
` [RFC v2 4/4] mac80211: test the static key code
` [RFC v2 5/4] mac80211: generate hw flags from include file

[RFC 16/16] rtl8xxxu: rtl8188eu: Implement parse_efuse()
 2015-11-10 21:57 UTC  (3+ messages)
` [PATCH] rtl8xxxu: rtl8192eu: Map out EFUSE TX power area

[PATCH] realtek: rtlwifi: rtl8821ae: Fix lockups on boot
 2015-11-10 16:46 UTC 

[PATCH 0/8] ath10k: clean up ath10k_skb_cb
 2015-11-10 13:10 UTC  (11+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] ath10k: merge is_protected with nohwcrypt
  ` [PATCH v2 2/9] ath10k: rename function to adhere to naming convention
  ` [PATCH v2 3/9] ath10k: remove txmode from skb_cb
  ` [PATCH v2 4/9] ath10k: remove is_offchan
  ` [PATCH v2 5/9] ath10k: remove freq from skb_cb
  ` [PATCH v2 6/9] ath10k: pack up flags in skb_cb
  ` [PATCH v2 7/9] ath10k: fix tx header parsing
  ` [PATCH v2 8/9] ath10k: replace vdev_id and tid in skb cb
  ` [PATCH v2 9/9] ath10k: store msdu_id instead of txbuf pointers

[PATCH] ath10k: fix invalid NSS for 4x4 devices
 2015-11-10  9:52 UTC  (2+ messages)

[RFC 0/4] mac80211: jump labels for hw flags
 2015-11-10  7:43 UTC  (7+ messages)
` [RFC 1/4] mac80211: add ieee80211_hw_clear()
` [RFC 2/4] mac80211: introduce ieee80211_local_check()
` [RFC 3/4] mac80211: use static keys for hw flags
` [RFC 4/4] mac80211: test the static key code

[PATCH v2 0/5] wcn36xx: add some new firmware functionalities support
 2015-11-10  8:25 UTC  (6+ messages)
` [PATCH v2 1/5] wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND
` [PATCH v2 2/5] wcn36xx: swallow two wcn3620 IND messages
` [PATCH v2 3/5] wcn36xx: handle new hal response format
` [PATCH v2 4/5] wcn3620: use new response format for wcn3620 trigger_ba
` [PATCH v2 5/5] wcn3620: use new response format for wcn3620 remove_bsskey

[PATCH 01/32] staging: wilc1000: fix return type of host_int_add_ptk
 2015-11-10  0:41 UTC  (33+ messages)
` [PATCH 02/32] staging: wilc1000: fix argument name "
` [PATCH 03/32] staging: wilc1000: rename pu8Ptk in host_int_add_ptk
` [PATCH 04/32] staging: wilc1000: rename u8PtkKeylen "
` [PATCH 05/32] staging: wilc1000: rename pu8RxMic "
` [PATCH 06/32] staging: wilc1000: rename pu8TxMic "
` [PATCH 07/32] staging: wilc1000: rename u8Ciphermode "
` [PATCH 08/32] staging: wilc1000: rename u8Idx "
` [PATCH 09/32] staging: wilc1000: replace u32 with int
` [PATCH 10/32] staging: wilc1000: rename u8KeyLen in host_int_add_ptk
` [PATCH 11/32] staging: wilc1000: use kmemdup "
` [PATCH 12/32] staging: wilc1000: fix return type of host_int_add_rx_gtk
` [PATCH 13/32] staging: wilc1000: fix argument name "
` [PATCH 14/32] staging: wilc1000: rename pu8RxGtk in host_int_add_rx_gtk
` [PATCH 15/32] staging: wilc1000: rename u8GtkKeylen "
` [PATCH 16/32] staging: wilc1000: rename u8KeyIdx "
` [PATCH 17/32] staging: wilc1000: rename u32KeyRSClen "
` [PATCH 18/32] staging: wilc1000: rename KeyRSC "
` [PATCH 19/32] staging: wilc1000: rename pu8RxMic "
` [PATCH 20/32] staging: wilc1000: rename pu8TxMic "
` [PATCH 21/32] staging: wilc1000: rename u8Ciphermode "
` [PATCH 22/32] staging: wilc1000: rename u8KeyLen "
` [PATCH 23/32] staging: wilc1000: use kmemdup "
` [PATCH 24/32] staging: wilc1000: remove host_int_add_tx_gtk declaration
` [PATCH 25/32] staging: wilc1000: remove host_int_get_pmkid_info
` [PATCH 26/32] staging: wilc1000: remove host_int_set_RSNAConfigPSKPassPhrase
` [PATCH 27/32] staging: wilc1000: remove host_int_get_RSNAConfigPSKPassPhrase
` [PATCH 28/32] staging: wilc1000: remove host_int_set_start_scan_req
` [PATCH 29/32] staging: wilc1000: remove host_int_get_start_scan_req
` [PATCH 30/32] staging: wilc1000: remove host_int_disconnect_station
` [PATCH 31/32] staging: wilc1000: remove host_int_get_assoc_req_info
` [PATCH 32/32] staging: wilc1000: remove host_int_get_rx_power_level

[PATCH] cfg80211: ocb: Fix null pointer deref if join_ocb is unimplemented
 2015-11-09 21:02 UTC 

ath10k AP "failed to delete peer" errors when using Nexus 5X
 2015-11-09 16:47 UTC  (2+ messages)

[PATCH V2] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq
 2015-11-09 14:39 UTC  (12+ messages)

[PATCH v2] nl80211: clarify NL80211_ATTR_SCHED_SCAN_DELAY usage with net-detect
 2015-11-09 10:17 UTC 

[PATCH] nl80211: clarify NL80211_ATTR_SCHED_SCAN_DELAY usage with net-detect
 2015-11-09 10:14 UTC  (2+ messages)

[PATCH] mac80211: mesh: print MAC address instead of pointer
 2015-11-08 23:53 UTC  (2+ messages)

[PATCH] mac80211_hwsim: stop using pointers as cookies
 2015-11-08 23:49 UTC  (2+ messages)

[PATCH] staging: wilc1000: remove new line around else and braces
 2015-11-08 19:18 UTC 

[PATCH] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq
 2015-11-08 15:17 UTC  (6+ messages)

[PATCH] MAINTAINERS: wil6210: new maintainer - Maya Erez
 2015-11-08 12:03 UTC 

[PATCH 1/2] ath9k: Fix register definitions for QCA956x
 2015-11-07 23:59 UTC  (8+ messages)
` [PATCH 2/2] ath9k: export HW random number generator

patch "ath10k: drop probe responses when too many are queued" added to staging-testing
 2015-11-07 17:25 UTC  (2+ messages)

[PATCH] iw: Fix memory leak if nla_put fails
 2015-11-07 11:43 UTC 

[PATCH] iw: Fix memory leak if nla_put fails
 2015-11-07 11:36 UTC 

mwifiex problem: incompatible network settings
 2015-11-07  7:38 UTC  (11+ messages)

[PATCH] Staging: wilc1000: Declare *wilc in init_wilc_driver to fix build error
 2015-11-07  0:57 UTC  (8+ messages)

[PATCH 00/26] staging: wilc1000: tidy up sdio/spi
 2015-11-06 22:49 UTC  (16+ messages)
` [PATCH 01/26] staging: wilc1000: separate hif_sdio and hif_spi into different module
` [PATCH 15/26] staging: wilc1000: remove function pointer spi_rx of wilc_wlan_io_func_t
` [PATCH 16/26] staging: wilc1000: remove function pointer spi_trx
` [PATCH 17/26] staging: wilc1000: remove spi_trx of wilc_wlan_io_func_t
` [PATCH 18/26] staging: wilc1000: remove function pointer spi_max_speed
` [PATCH 19/26] staging: wilc1000: remove spi_max_speed of wilc_wlan_io_func_t
` [PATCH 20/26] staging: wilc1000: remove function pointer io_init
` [PATCH 21/26] staging: wilc1000: remove unused function pointer io_deinit
` [PATCH 22/26] staging: wilc1000: linux_sdio_init: remove parameter pv
` [PATCH 23/26] staging: wilc1000: linux_spi_init: remove parameter vp
` [PATCH 24/26] staging: wilc1000: remove os_context
` [PATCH 25/26] staging: wilc1000: change parameter type of hif_init
` [PATCH 26/26] staging: wilc1000: remove os_private

[[linux-nfc] PATCH v3 0/3] *** ST95HF driver v3 ***
 2015-11-06 19:34 UTC  (4+ messages)
` [[linux-nfc] PATCH v3 1/3] NFC: digital: Type4A tags support
` [[linux-nfc] PATCH v3 2/3] driver: nfc: Add ST95HF NFC Transceiver support
` [[linux-nfc] PATCH v3 3/3] DT: bindings: net: nfc: Add ST95HF binding doc

[PATCH 1/1] ath6kl: Fix SDIO broken scatter hif-scatter
 2015-11-06 14:13 UTC  (2+ messages)

[[linux-nfc] PATCH v2.0 0/3] *** ST95HF driver v2.0 ***
 2015-11-06 12:38 UTC  (4+ messages)
` [[linux-nfc] PATCH v2.0 1/3] NFC: digital: Type4A tags support
` [[linux-nfc] PATCH v2.0 2/3] driver: nfc: st95hf: ST NFC Transceiver support
` [[linux-nfc] PATCH v2.0 3/3] DT: bindings: net: nfc: ST95HF binding doc

[linux-review:Johannes-Berg/mac80211-remove-string-from-unaligned-packet-warning/20151106-190240] f9bd23fdbf59a827b6b0e223522a00cf56c72a1b BUILD DONE
 2015-11-06 11:49 UTC 

[PATCH v2] mac80211: remove string from unaligned packet warning
 2015-11-06 11:34 UTC 

[PATCH] NFC: nci: Fix error check of nci_hci_create_pipe() result
 2015-11-06 11:26 UTC 

[PATCH] NFC: fdp: Detect errors from fdp_nci_patch_otp()
 2015-11-06 11:24 UTC 

[PATCH] mac80211: remove string from unaligned packet warning
 2015-11-06 11:13 UTC  (5+ messages)

[PATCH] lib80211: ratelimit key index mismatch
 2015-11-06 11:02 UTC 

[PATCH v1] wil6210: hold wil->mutex while managing vrings
 2015-11-06 10:50 UTC 

[PATCH V3 01/12] staging: wilc1000: fix return type of host_int_del_beacon
 2015-11-06 10:11 UTC  (12+ messages)
` [PATCH V3 02/12] staging: wilc1000: fix parameter name "
` [PATCH V3 03/12] staging: wilc1000: fix return type of host_int_del_station
` [PATCH V3 04/12] staging: wilc1000: fix parameter name "
` [PATCH V3 05/12] staging: wilc1000: rename pu8MacAddr in host_int_del_station
` [PATCH V3 06/12] staging: wilc1000: rename pstrDelStationMsg "
` [PATCH V3 07/12] staging: wilc1000: fix return type of host_int_add_station
` [PATCH V3 08/12] staging: wilc1000: fix parameter name "
` [PATCH V3 09/12] staging: wilc1000: rename pstrStaParams in host_int_add_station
` [PATCH V3 10/12] staging: wilc1000: rename pstrAddStationMsg "
` [PATCH V3 11/12] staging: wilc1000: use kmemdup "
` [PATCH V3 12/12] staging: wilc1000: remove rates variable "

[patch] ath9k_htc: check for underflow in ath9k_htc_rx_msg()
 2015-11-06 10:01 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).