linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-08 19:08:54 to 2017-07-17 18:16:53 UTC [more...]

[PATCH 11/11] net: brcmfmac: constify pci_device_id
 2017-07-17 18:16 UTC 

[PATCH 10/11] net: qtnfmac: constify pci_device_id
 2017-07-17 18:14 UTC 

[PATCH 00/11] constify net pci_device_id
 2017-07-17 18:09 UTC  (8+ messages)
` [PATCH 01/11] rtlwifi: rtl8192de: constify pci_device_id
` [PATCH 02/11] rtlwifi: rtl8192se: "
` [PATCH 03/11] rtlwifi: rtl8821ae: "
` [PATCH 04/11] rtlwifi: rtl8723ae: "
` [PATCH 05/11] rtlwifi: rtl8723be: "
` [PATCH 06/11] rtlwifi: rtl8188ee: "
` [PATCH 07/11] rtlwifi: rtl8192ee: "

BUG: brcmfmac: add firmware feature detection for gscan feature breaks 43430a1
 2017-07-17 17:50 UTC 

hante.meuleman@broadcom.com
 2017-07-17 17:47 UTC 

RFC: Broadcom fmac wireless driver cleanup
 2017-07-17 17:40 UTC  (33+ messages)
` [PATCH 01/21] net: brcmfmac: Write function depends on size of regs not types
` [PATCH 02/21] net: brcmfmac: Fix brain damaged fn parameter order
` [PATCH 03/21] bcmfmac: simplify brcmf_sdiod_abort
` [PATCH 04/21] brcmfmac: Do away with this abomination:
` [PATCH 05/21] brcmfmac: its ALWAYS 4
` [PATCH 06/21] brcmfmac: Clean up SDIO IO functions
` [PATCH 07/21] brcmfmac: Split buff_rw function up + cleanup annoying bcmerror variable
` [PATCH 08/21] brcmfmac: Sanitise all byte-wise IO
` [PATCH 09/21] brcmfmac: tidy header a bit
` [PATCH 10/21] brcmfmac: Further SDIO addressing cleanup
` [PATCH 11/21] brcmfmac: cleanup horrid offsetof() mess
` [PATCH 12/21] brcmfmac: Fix awfully named #define and crap multi-stage if...elseif clause
` [PATCH 13/21] brcmfmac: HACK - stabilise the value of ->sbwad in use for some xfer routines
` [PATCH 14/21] brcmfmac: Get rid of hideous chip_priv and core_priv structs
` [PATCH 15/21] brcmfmac: Simplify chip probe routine
` [PATCH 16/21] brcmfmac: rename axi functions for clarity
` [PATCH 17/21] brcmfmac: HUGE cleanup of IO access functions
  ` [PATCH] brcmfmac: fix boolreturn.cocci warnings
` [PATCH 18/21] brcmfmac: rename ctx -> bus_priv
` [PATCH 19/21] brcmfmac: Remove repeated and annoying calls to brcmf_chip_get_core()
` [PATCH 20/21] brcmfmac: general cleanup
` [PATCH 21/21] brcmfmac: rename horridly named IO functions

[PATCH v2 1/1] rtl8188eu: add TL-WN722N v2 support
 2017-07-17 17:34 UTC  (3+ messages)

PATCH: brcmfmac driver cleanup
 2017-07-17 16:16 UTC  (30+ messages)
` [PATCH 01/29] brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()
` [PATCH 02/29] brcmfmac: Register sizes on hardware are not dependent on compiler types
` [PATCH 03/29] brcmfmac: Split brcmf_sdiod_regrw_helper() up
` [PATCH 04/29] brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()
` [PATCH 05/29] brcmfmac: Remove dead IO code
` [PATCH 06/29] brcmfmac: Remove bandaid for SleepCSR
` [PATCH 07/29] brcmfmac: Remove brcmf_sdiod_request_data()
` [PATCH 08/29] brcmfmac: Fix uninitialised variable
` [PATCH 09/29] brcmfmac: Remove noisy debugging
` [PATCH 10/29] brcmfmac: Rename bcmerror to err
` [PATCH 11/29] brcmfmac: Split brcmf_sdiod_buffrw function up
` [PATCH 12/29] brcmfmac: Replace old IO functions with simpler ones
` [PATCH 13/29] brcmfmac: Tidy register definitions a little
` [PATCH 14/29] brcmfmac: Remove brcmf_sdiod_addrprep()
` [PATCH 15/29] brcmfamc: remove unnecessary call to brcmf_sdiod_set_backplane_window()
` [PATCH 16/29] brcmfmac: Cleanup offsetof()
` [PATCH 17/29] brcmfmac: Remove unused macro
` [PATCH 18/29] brcmfmac: Rename SOC_AI to SOC_AXI
` [PATCH 19/29] brcmfmac: Get rid of chip_priv and core_priv structs
` [PATCH 20/29] brcmfmac: Whitespace patch
` [PATCH 21/29] brcmfmac: Simplify chip probe routine
` [PATCH 22/29] brcmfmac: Rename axi functions for clarity
` [PATCH 23/29] brcmfmac: HUGE cleanup of IO access functions
` [PATCH 24/29] brcmfmac: Rename chip.ctx -> chip.bus_priv
` [PATCH 25/29] brcmfmac: Remove repeated calls to brcmf_chip_get_core()
` [PATCH 26/29] brcmfmac: General cleaning up. whitespace and comments fix
` [PATCH 27/29] brcmfmac: Remove {r,w}_sdreg32
` [PATCH 28/29] brcmfmac: Rename buscore->core for consistency
` [PATCH 29/29] brcmfmac: HACK - stabilise the value of ->sbwad in use for some xfer routines

[PATCH 1/1] rtl8188eu: add TL-WN722N v2 support
 2017-07-17 16:23 UTC  (2+ messages)

[PATCH v2 00/11] Set 4 of changes related to updates of btcoexist
 2017-07-17 15:09 UTC  (12+ messages)
` [PATCH v2 01/11] rtlwifi: btcoex: Add power_on_setting routine
` [PATCH v2 02/11] rtlwifi: Fix MAX MPDU of VHT capability
` [PATCH v2 03/11] rtlwifi: Remove redundant semicolon in wifi.h
` [PATCH v2 04/11] rtlwifi: rtl8192ee: Make driver support 64bits DMA
` [PATCH v2 05/11] rtlwifi: Implement rtl_get_tx_hw_rate to yield correct hw_rate
` [PATCH v2 06/11] rtlwifi: Add rtl_get_hal_edca_param() to generate register's format of EDCA
` [PATCH v2 07/11] rtlwifi: Add TX/RX throughput statistics in period
` [PATCH v2 08/11] rtlwifi: Add RSSI and RF type to wifi.h for phydm
` [PATCH v2 09/11] rtlwifi: Remove BAND_NUM and related fields
` [PATCH v2 10/11] rtlwifi: Add bw_update parameter for RA mask update
` [PATCH v2 11/11] rtlwifi: Add module parameter ASPM

[PATCH] Revert "rtlwifi: btcoex: rtl8723be: fix ant_sel not work"
 2017-07-17 14:34 UTC 

brcmfmac: BCM43431 won't get probed on Raspberry Pi Zero W
 2017-07-17 13:10 UTC  (2+ messages)

Intel 8265/8275 microcode
 2017-07-14 13:15 UTC 

[PATCH] brcmfmac: added LED triggers for transmit/receive
 2017-07-17  4:59 UTC  (6+ messages)

[PATCH] mwifiex: correct IE parse during association
 2017-07-17  3:46 UTC 

[PATCH] mwifiex: usb: unlock on error in mwifiex_usb_tx_aggr_tmo()
 2017-07-17  3:12 UTC  (2+ messages)

net-next is OPEN
 2017-07-16 23:39 UTC 

ath10k_htt_rx_amsdu_allowed() noise
 2017-07-16 22:56 UTC 

Intel 8265/8275 microcode
 2017-07-16  8:58 UTC  (3+ messages)

[PATCH] rtlwifi: rtl8821ae: Fix HW_VAR_NAV_UPPER operation
 2017-07-15  7:40 UTC  (3+ messages)

[PATCH v2] iwlwifi: mvm: Fix a memory leak in an error handling path in 'iwl_mvm_sar_get_wgds_table()'
 2017-07-14 10:06 UTC 

[PATCH] ath9k: Add Dell Wireless 1802 with wowlan capability
 2017-07-14  2:10 UTC 

[PATCH] zd1211rw: fix spelling mistake 'hybernate' -> 'hibernate'
 2017-07-13 22:48 UTC 

net-next STATUS page
 2017-07-13 11:47 UTC  (8+ messages)

ath10k QCA6174 not working -> missing data in board2.bin?
 2017-07-13 10:14 UTC  (3+ messages)

[PATCH] ipw2100: don't return positive values to PCI probe on error
 2017-07-12 16:47 UTC 

[PATCH V2] brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
 2017-07-12 15:28 UTC  (3+ messages)

[PATCH for-4.13] brcmfmac: fix regression in brcmf_sdio_txpkt_hdalign()
 2017-07-12 14:57 UTC  (3+ messages)

[PATCH] ath9k: fix debugfs file permission
 2017-07-12 11:44 UTC 

[PATCH] brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
 2017-07-12  9:59 UTC  (4+ messages)

[PATCH] drivers/staging/wilc1000: fix sparse warning: right shift by bigger than source value
 2017-07-12  8:11 UTC  (5+ messages)

[PATCH] iwlwifi: pcie: Fix error code in iwl_trans_pcie_alloc()
 2017-07-12  7:53 UTC 

[PATCH] rt2x00: make const array glrt_table static
 2017-07-12  7:04 UTC  (3+ messages)

[PATCH] iwlwifi: mvm: Fix a memory leak in an error handling path in 'iwl_mvm_sar_get_wgds_table()'
 2017-07-12  5:17 UTC 

WARN_ON_ONCE(work > weight) in napi_poll()
 2017-07-12  1:19 UTC  (6+ messages)

[BUG] brcmfmac: BRCM4354 cannot connect since commit 270a6c1f65
 2017-07-11 14:56 UTC  (3+ messages)

[PATCH 1/3] rsi: use macro for allocating USB buffer
 2017-07-11 14:27 UTC  (3+ messages)
` [PATCH 2/3] rsi: check length before USB read/write register
` [PATCH 3/3] rsi: fix static checker warning

[bug report] rsi: Add new host interface operations
 2017-07-11 14:34 UTC  (3+ messages)

[PATCH 0/3] TDLS support on 10.4 firmware
 2017-07-11 13:56 UTC  (4+ messages)
` [PATCH 1/3] ath10k: extend wmi service map to accommodate new services
` [PATCH 2/3] ath10k: add tdls support for 10.4 firmwares
` [PATCH 3/3] ath10k: push peer type to target for TDLS peers

ath9k: insufficient skb len
 2017-07-11  7:55 UTC 

[PATCH v2 00/10] Constify attribute_group structures
 2017-07-11  7:32 UTC  (3+ messages)
` [PATCH v2 06/10] wireless: iwlegacy: constify "
` [PATCH v2 07/10] wireless: iwlegacy: Constify "

[PATCH v2 00/10] Constify attribute_group structures
 2017-07-11  7:31 UTC  (3+ messages)
` [PATCH v2 04/10] wireless: ipw2200: constify "
` [PATCH v2 05/10] wireless: ipw2100: "

[PATCH 0/2] rtlwifi: Fix two static errors
 2017-07-11  1:33 UTC  (3+ messages)
` [PATCH 1/2] rtlwifi: fix static checker warning of uninitialized symbol
` [PATCH 2/2] rtlwifi: fix static checker warning of dereferencing freed memory

[PATCH] Print NL80211_BSS_LAST_SEEN_BOOTTIME on scan results
 2017-07-11  0:47 UTC 

[RFC 1/2] x86: mark target address as output in 'insb' asm
 2017-07-10 14:44 UTC  (2+ messages)
` [RFC 2/2] wl3501_cs: reduce stack size for KASAN

[PATCH 0/2] crypto/algapi - refactor crypto_xor() to avoid memcpy()s
 2017-07-10 13:45 UTC  (3+ messages)
` [PATCH 1/2] crypto/algapi - use separate dst and src operands for __crypto_xor()
` [PATCH 2/2] crypto/algapi - make crypto_xor() take separate dst and src arguments

[v2 00/17] rsi: station enhancements
 2017-07-10 12:40 UTC  (18+ messages)
` [v2 01/17] rsi: add common structures needed for command packets
` [v2 02/17] rsi: immediate wakeup bit and priority for TX "
` [v2 03/17] rsi: Update in tx command frame radio capabilities
` [v2 04/17] rsi: remove unnecessary check for 802.11 management packet
` [v2 05/17] rsi: Update peer notify command frame
` [v2 06/17] rsi: Update aggregation parameters "
` [v2 07/17] rsi: Update baseband RF programming frame
` [v2 08/17] rsi: update set_channel command frame
` [v2 09/17] rsi: update vap capabilities "
` [v2 10/17] rsi: update set_key "
` [v2 11/17] rsi: set_key enhancements
` [v2 12/17] rsi: update autorate request command frame
` [v2 13/17] rsi: block/unblock data queues as per connection status
` [v2 14/17] rsi: update tx command frame block/unblock data
` [v2 15/17] rsi: Remove internal header from Tx status skb
` [v2 16/17] rsi: Send rx filter frame to device when interface is down
` [v2 17/17] rsi: regulatory enhancements

[PATCH] mac80211: fix incorrect assignment of reassoc value
 2017-07-10 12:44 UTC 

[PATCH] wireless: iwlegacy: Constify attribute_group structures
 2017-07-10  9:51 UTC 

[PATCH] wireless: iwlegacy: constify attribute_group structures
 2017-07-10  9:42 UTC 

[PATCH] wireless: ipw2100: constify attribute_group structures
 2017-07-10  9:39 UTC 

[PATCH] wireless: ipw2200: constify attribute_group structures
 2017-07-10  9:23 UTC 

[PATCH] rt2x00: call clk_get_rate only if we have a clock
 2017-07-10  6:52 UTC  (4+ messages)

[PATCH] staging: wilc1000: fix variable signedness
 2017-07-09 21:36 UTC 

[PATCH] NFC: fix device-allocation error return
 2017-07-09 11:08 UTC 

[PATCH] staging: wilc1000: add parameter name to function definition
 2017-07-08 22:44 UTC 

[PATCH] ath10k: sdio: fix compile warning
 2017-07-08 19:08 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).