linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-08 22:32:44 to 2017-01-12 21:02:43 UTC [more...]

[PATCH 1/2] mwifiex: pcie: use posted write to wake up firmware
 2017-01-12 21:02 UTC 

[PATCH v2 00/13] wil6210 patches
 2017-01-12 20:27 UTC  (15+ messages)
` [PATCH v2 01/13] wil6210: add sysfs file for FTM calibration
` [PATCH v2 02/13] wil6210: add disable_ap_sme module parameter
` [PATCH v2 03/13] wil6210: support loading dedicated image for sparrow-plus devices
` [PATCH v2 04/13] wil6210: remove __func__ from debug printouts
` [PATCH v2 05/13] wil6210: support new WMI-only FW capability
` [PATCH v2 06/13] wil6210: missing reinit_completion in wmi_call
` [PATCH v2 07/13] wil6210: protect against false interrupt during reset sequence
` [PATCH v2 08/13] wil6210: fix for broadcast workaround in PBSS
` [PATCH v2 09/13] wil6210: align to latest auto generated wmi.h
` [PATCH v2 10/13] wil6210: report association ID (AID) per station in debugfs
` [PATCH v2 11/13] wil6210: option to override A-BFT length in start AP/PCP
` [PATCH v2 12/13] wil6210: set dma mask to reflect device capability
` [PATCH v2 13/13] wil6210: convert symbolic permissions to octal permissions

[PATCH] mac80211: prevent skb/txq mismatch
 2017-01-12 19:05 UTC  (6+ messages)

[PATCH] Revert "bcma: init serial console directly from ChipCommon code"
 2017-01-12 17:44 UTC 

[PATCH] ath10k: prevent sta pointer rcu violation
 2017-01-12 16:18 UTC  (3+ messages)

[PATCH 14/14 V2] rtlwifi: Remove some redundant code
 2017-01-12 15:11 UTC  (3+ messages)
` [PATCH next] rtlwifi: rtl8192de: fix missing curly braces
  ` [next] "

[PATCH v3 1/3] cfg80211: Add support to sched scan to report better BSSs
 2017-01-12 15:03 UTC  (18+ messages)
` [PATCH v2 2/3] cfg80211: Add support to randomize TA of Public Action frames
` [PATCH 3/3] cfg80211: Specify the reason for connect timeout

[PATCH] mwifiex: don't include mac80211.h
 2017-01-12 15:05 UTC  (2+ messages)
`  "

[PATCH 1/2] mwifiex: code rearrangement in pcie.c and sdio.c
 2017-01-12 14:55 UTC  (7+ messages)
` [1/2] "

[PATCH v3 1/5] mwifiex: don't wait for main_process in shutdown_drv
 2017-01-12 14:45 UTC  (2+ messages)
` [v3,1/5] "

[PATCH 1/5] mwifiex: get rid of mwifiex_do_flr wrapper
 2017-01-12 14:49 UTC  (2+ messages)
` [1/5] "

[PATCH] mwifiex: use module_*_driver helper macros
 2017-01-12 14:48 UTC  (2+ messages)
`  "

[PATCH 0/9] rt2800 patches 06.01.2017
 2017-01-12 11:10 UTC  (3+ messages)
` [PATCH 6/9] rt2800: fallback from mcs8 to mcs7

[PATCH] ath9k: fix spelling mistake: "meaurement" -> "measurement"
 2017-01-12 11:01 UTC  (2+ messages)
`  "

[PATCH 1/2] ath9k: ar9002_mac: kill off ACCESS_ONCE()
 2017-01-12 11:00 UTC  (2+ messages)
` [1/2] "

[PATCH 1/2] ath10k: htc: Removal of unused struct members
 2017-01-12 10:52 UTC  (2+ messages)
` [1/2] "

[PATCH] ath5k: drop bogus warning on drv_set_key with unsupported cipher
 2017-01-12 10:56 UTC  (2+ messages)
`  "

[PATCH] net: wireless: ath: wil6210: constify cfg80211_ops structures
 2017-01-12 10:55 UTC  (2+ messages)
`  "

[PATCH v5 1/5] soc: qcom: smem_state: Fix include for ERR_PTR()
 2017-01-12 10:47 UTC  (2+ messages)
` [v5,1/5] "

[PATCH] wext: handle NULL exta data in iwe_stream_add_point better
 2017-01-12  9:44 UTC  (9+ messages)

wl1251 & mac address & calibration data
 2017-01-12  8:50 UTC  (7+ messages)

[PATCH 2/7] staging:wilc1000:host_interface.c Added braces {} on else statemement
 2017-01-12  3:38 UTC  (6+ messages)
` [PATCH 3/7] staging:wilc1000:linux_wlan.c Align code to match open parenthesis
` [PATCH 4/7] staging:wilc1000:wilc_debugfs.c Aligns "
` [PATCH 5/7] staging:wilc1000:wilc_debugfs.c Removes multiple blank lines
` [PATCH 6/7] staging:wilc1000:wilc_sdio.c Aligns code match open parenthesis
` [PATCH 7/7] staging:wilc1000:wilc_sdio.c Deleted un-needed blank lines

mac80211: Fix headroom allocation when forwarding mesh pkt
 2017-01-12  2:40 UTC  (3+ messages)

[PATCH] mac80211: initialize SMPS field in HT capabilities
 2017-01-11 22:33 UTC 

[PATCH net-next] ath6kl: fix warning for using 0 as NULL
 2017-01-11 16:31 UTC 

[PATCH 00/12] wil6210 patches
 2017-01-11 16:12 UTC  (13+ messages)
` [PATCH 01/12] wil6210: add sysfs file for FTM calibration
` [PATCH 02/12] wil6210: add disable_ap_sme module parameter
` [PATCH 03/12] wil6210: support loading dedicated image for sparrow-plus devices
` [PATCH 04/12] wil6210: remove __func__ from debug printouts
` [PATCH 05/12] wil6210: support new WMI-only FW capability
` [PATCH 06/12] wil6210: missing reinit_completion in wmi_call
` [PATCH 07/12] wil6210: protect against false interrupt during reset sequence
` [PATCH 08/12] wil6210: fix for broadcast workaround in PBSS
` [PATCH 09/12] wil6210: align to latest auto generated wmi.h
` [PATCH 10/12] wil6210: report association ID (AID) per station in debugfs
` [PATCH 11/12] wil6210: option to override A-BFT length in start AP/PCP
` [PATCH 12/12] wil6210: set dma mask to reflect device capability

[PATCH] mwifiex: remove redundant dma padding in AMSDU
 2017-01-11 16:11 UTC 

[PATCH] mac80211: set wifi_acked[_valid] bits for transmitted SKBs
 2017-01-11 15:42 UTC 

[PATCH] mac80211: Add RX flag to indicate ICV stripped
 2017-01-11 15:41 UTC 

[PATCH 1/3] cfg80211: consider VHT opmode on station update
 2017-01-11 15:37 UTC  (3+ messages)
` [PATCH 2/3] mac80211: calculate min channel width correctly
` [PATCH 3/3] mac80211: recalculate min channel width on VHT opmode changes

[PATCH] mac80211: fix the TID on NDPs sent as EOSP carrier
 2017-01-11 15:37 UTC 

[REGRESSION, bisect] mesh: SAE connection causes kernel crash
 2017-01-11 13:41 UTC  (14+ messages)

[PATCH] cfg80211: wext does not need to set monitor channel in managed mode
 2017-01-11 13:15 UTC  (2+ messages)

[PATCH] RFC: Universal scan proposal
 2017-01-11 13:14 UTC  (21+ messages)

[PATCH net-next] bridge: multicast to unicast
 2017-01-11 12:21 UTC  (31+ messages)

[PATCH 1/2] ath10k: add accounting for the extended peer statistics
 2017-01-11 10:49 UTC  (5+ messages)
` [1/2] "

ad-hoc in 5GHz
 2017-01-11 10:23 UTC  (3+ messages)

[PATCH v9] Add new mac80211 driver mwlwifi
 2017-01-11  9:25 UTC  (4+ messages)

pull-request: wireless-drivers 2017-01-10
 2017-01-10 16:28 UTC  (2+ messages)

[bug report] rtlwifi: Remove some redundant code
 2017-01-10 16:18 UTC  (3+ messages)

[PATCH] rtlwifi: rtl8192de: Remove a pointless goto
 2017-01-10 16:15 UTC 

[PATCH] ath10k: Fix Tx legacy rate reporting
 2017-01-10 15:53 UTC 

[PATCH] ath10k: Fix wifi connectivity and warning in Rx with channel 169
 2017-01-10 15:31 UTC 

[PATCH 1/3] rsi: Renamed the file rsi_91x_pkt.c to rsi_91x_hal.c
 2017-01-10 11:52 UTC  (2+ messages)

[ath5k-devel] ath5k keep-alive
 2017-01-10  8:35 UTC 

kernel 4.9 iwlwifi startup error
 2017-01-10  8:26 UTC  (7+ messages)

[PATCH] mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print
 2017-01-09 23:33 UTC 

[PATCH 0/3] rtlwifi: Patches for proper operation on big-endian hardware
 2017-01-09 23:00 UTC  (4+ messages)
` [PATCH 1/3] rtlwifi: Download firmware as bytes rather than as dwords
` [PATCH 2/3] rtlwifi: rtl8192cu: Calculate descriptor checksum correctly for BE
` [PATCH 3/3] rtlwifi: rtl8192cu: Convert driver to use common macros

pull-request: mac80211 2017-01-06
 2017-01-09 20:39 UTC  (4+ messages)

[GIT] Networking
 2017-01-09 20:34 UTC 

[PATCH] nfc: don't be making arch specific unaligned decisions at driver level
 2017-01-09 17:52 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFS
 2017-01-09 17:48 UTC 

[RFC] ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFS
 2017-01-09 14:45 UTC  (2+ messages)

[PATCH] cfg80211: size various nl80211 messages correctly
 2017-01-09 14:39 UTC  (6+ messages)

[PATCH v5] cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECT
 2017-01-09 11:23 UTC  (2+ messages)

drivers/net/wireless/intel/iwlwifi/pcie/trans.c: 2 * suspicious code ?
 2017-01-09 11:16 UTC 

[PATCH V6 1/3] dt-bindings: document common IEEE 802.11 frequency limit property
 2017-01-09 11:07 UTC  (11+ messages)
` [PATCH V6 4/3] brcmfmac: use wiphy_read_of_freq_limits to respect extra limits

SIOCSIWFREQ while in NL80211_IFTYPE_STATION
 2017-01-09 11:05 UTC  (5+ messages)

[PATCH v4] rfkill: Add rfkill-any LED trigger
 2017-01-09 10:39 UTC  (4+ messages)

[PATCH 0/4] cfg80211: mac80211: BTCOEX feature support
 2017-01-09 10:36 UTC  (13+ messages)
` [PATCH 2/4] cfg80211: Add new NL80211_CMD_SET_BTCOEX_PRIORITY to support BTCOEX

[PATCH] mac80211: implement multicast forwarding on fast-RX path
 2017-01-09 10:09 UTC 

[PATCH v4] qtnfmac: announcement of new FullMAC driver for Quantenna chipsets
 2017-01-09  9:07 UTC 

[NOT FOR MERGE] ath9k: work around key cache corruption
 2017-01-09  8:57 UTC  (3+ messages)
  ` [ath9k-devel] "

[PATCH v2] staging: wilc1000: Connect to highest RSSI value for required SSID
 2017-01-09  8:14 UTC  (2+ messages)

[PATCH] staging: wilc1000: Connect to highest RSSI value for required SSID
 2017-01-09  5:50 UTC  (3+ messages)

[PATCH v3 1/3] NFC: trf7970a: add device tree option for 27MHz clock
 2017-01-08 22:32 UTC  (10+ messages)
` [PATCH v3 3/3] nfc: trf7970a: Prevent repeated polling from crashing the kernel


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