messages from 2015-10-17 04:56:49 to 2015-10-21 02:07:34 UTC [more...]
[RFC 00/16] rtl8xxxu: eFUSE parsing for RTL8188EU chips
2015-10-21 2:07 UTC (29+ messages)
` [RFC 01/16] rtl8xxxu: Treat REG_9346CR as an 8-bit wide register
` [RFC 02/16] rtl8xxxu: Use REG_EFUSE_TEST register only on multifunctional devices
` [RFC 03/16] rtl8xxxu: Don't check for illegal offset when reading from efuse
` [RFC 04/16] rtl8xxxu: Skip disabled efuse words early
` [RFC 05/16] rtl8xxxu: Unbreak a user-visible string
` [RFC 06/16] rtl8xxxu: rtl8723au: Introduce a pointer to efuse
` [RFC 07/16] rtl8xxxu: rtl8192cu: "
` [RFC 08/16] rtl8xxxu: Extract TX power fields from struct rtl8xxu_priv
` [RFC 09/16] rtl8xxxu: Rename struct struct rtl8723au_tx_power fields
` [RFC 10/16] rtl8xxxu: Rename struct rtl8723au_idx
` [RFC 11/16] rtl8xxxu: Make efuse content length a parameter
` [RFC 12/16] rtl8xxxu: Prepare to have more than one kind of struct *_tx_power
` [RFC 13/16] rtl8xxxu: Make set_tx_power a chip-type-dependent operation
` [RFC 14/16] rtl8xxxu: Introduce a device agnostic constant for efuse map length
` [RFC 15/16] rtl8xxxu: rtl8188eu: Add stubbed fileops and chip-specific constants
` [RFC 16/16] rtl8xxxu: rtl8188eu: Implement parse_efuse()
[PATCH 00/19] staging/wilc1000 cleanups
2015-10-20 22:47 UTC (20+ messages)
` [PATCH 01/19] staging/wilc1000: remove unused functions
` [PATCH 02/19] staging/wilc1000: make symbols static if possible
` [PATCH 03/19] staging/wilc1000: use proper naming for global symbols
` [PATCH 04/19] staging/wilc1000: move extern declarations to headers
` [PATCH 05/19] staging/wilc1000: use NO_SECURITY instead of NO_ENCRYPT
` [PATCH 06/19] staging/wilc1000: avoid static definitions in header
` [PATCH 07/19] staging/wilc1000: remove linux_wlan_{device_power,device_detection}
` [PATCH 08/19] staging/wilc1000: move wilc_wlan_inp_t into struct wilc
` [PATCH 09/19] staging/wilc1000: move init/exit functions to driver files
` [PATCH 10/19] staging/wilc1000: unify device pointer
` [PATCH 11/19] staging/wilc1000: move wilc1000_ops to drivers
` [PATCH 12/19] staging/wilc1000: use device pointer for phy creation
` [PATCH 13/19] staging/wilc1000: move COMPLEMENT_BOOT code to linux_wlan_sdio.c
` [PATCH 14/19] staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIO
` [PATCH 15/19] staging/wilc1000: turn enable_irq/disable_irq into callbacks
` [PATCH 16/19] staging/wilc1000: remove WILC_SDIO/WILC_SPI macros
` [PATCH 17/19] staging/wilc1000: pass hif operations through initialization
` [PATCH 18/19] staging/wilc1000: split out bus specific modules
` [PATCH 19/19] [RFC] staging/wilc1000: use more regular probing
[PATCH] staging/wilc: fix Kconfig dependencies, second try
2015-10-20 22:42 UTC (5+ messages)
[PATCH] mwifiex: toggle carrier state in start_ap/stop_ap
2015-10-20 20:20 UTC (2+ messages)
[PATCH v2] ath10k: add FW API support to test mode
2015-10-20 11:25 UTC (2+ messages)
[PATCHv2] ath10k: consolidate if statements in ath10k_wmi_event_mgmt_rx
2015-10-20 6:41 UTC
[PATCH] ath10k: consolidate if statements in ath10k_wmi_event_mgmt_rx
2015-10-20 18:59 UTC (2+ messages)
[PATCH-v2 1/2] mac80211: Take bitrates into account when building IEs
2015-10-20 17:24 UTC (2+ messages)
` [PATCH-v2 2/2] mac80211: ensure association req uses configured ratemask
[PATCH v2] ath10k: add notice.txt references to WHENCE
2015-10-20 15:13 UTC
[PATCH] ath10k: add notice.txt references to WHENCE
2015-10-20 15:08 UTC (3+ messages)
[PATCH 1/5] ath10k: QCA988X hw2.0: add board.bin
2015-10-20 12:29 UTC (5+ messages)
[PATCH] ath9k: fix phyerror codes
2015-10-20 12:19 UTC
[PATCH 1/2] rtl8xxxu: Enable monitor mode by handling filters
2015-10-20 11:51 UTC (2+ messages)
` [PATCH 2/2] rtl8xxxu: Add debugfs for RCR register
QCA6174 hw2.1 irq_mode=0 broken on 4.2-rc3, working on 4.1.2
2015-10-20 11:39 UTC (14+ messages)
[PATCH v3] ath10k: add fw_stats support to 10.4 firmware
2015-10-20 11:37 UTC
hostapd mailinglist gone?
2015-10-20 9:39 UTC
[PATCH 01/13] staging: wilc1000: add wilc to netdev private data structure
2015-10-20 8:14 UTC (13+ messages)
` [PATCH 02/13] staging: wilc1000: wilc1000_wlan_init: use netdev private wilc
` [PATCH 03/13] staging: wilc1000: wlan_init_locks: change parameter and use wilc
` [PATCH 04/13] staging: wilc1000: mac_open: use netdev private wilc
` [PATCH 05/13] staging: wilc1000: mac_close: use netdev private wilc instead of g_linux_wlan
` [PATCH 06/13] staging: wilc1000: chage_virtual_intf: use netdev private wilc
` [PATCH 07/13] staging: wilc1000: wilc1000_wlan_deinit: change argument and use wilc
` [PATCH 08/13] staging: wilc1000: CfgConnectResult: use netdev private wilc
` [PATCH 09/13] staging: wilc1000: add_key: use netdev private wilc instead of g_linux_wlan
` [PATCH 10/13] staging: wilc1000: del_key: "
` [PATCH 11/13] staging: wilc1000: wilc_mgmt_frame_register: use netdev private wilc
` [PATCH 12/13] staging: wilc1000: start_ap: use netdev private data wilc
` [PATCH 13/13] staging: wilc1000: init_irq: change argument and use netdev private wilc
[PATCH 1/3] mac80211: remove sta->last_ack_signal
2015-10-20 8:14 UTC (3+ messages)
` [PATCH 2/3] mac80211: move beacon_loss_count into ifmgd
` [PATCH 3/3] mac80211: move station statistics into sub-structs
[PATCH] staging: wilc1000: fix the bug on copying bssid
2015-10-20 8:10 UTC
[PATCH 00/12] WILC1000 V2 for the g_linux_wlan
2015-10-20 5:26 UTC (13+ messages)
` [PATCH V2 01/12] staging: wilc1000: change the type of wilc1000_initialized
` [PATCH V2 02/12] staging: wilc1000: rename u8NoIfcs in the struct wilc
` [PATCH V2 03/12] staging: wilc1000: rename strInterfaceInfo in the sturct wilc
` [PATCH V2 04/12] staging: wilc1000: rename aSrcAddress in the struct wilc_vif
` [PATCH V2 05/12] staging: wilc1000: rename aBSSID in the sturct wilc_vif
` [PATCH V2 06/12] staging: wilc1000: rename drvHandler in the struct wilc_vif
` [PATCH V2 07/12] staging: wilc1000: rename wilc_netdev "
` [PATCH V2 08/12] staging: wilc1000: move clean up codes into wl_wlan_cleanup function
` [PATCH V2 09/12] staging: wilc1000: rename wilc_firmware in the struct wilc
` [PATCH V2 10/12] staging: wilc1000: remove COMPLEMENT_BOOT
` [PATCH V2 11/12] staging: wilc1000: introduce struct wilc_sdio for sdio data
` [PATCH V2 12/12] staging: wilc1000: assign pointer of g_linux_wlan to sdio device data
[PATCH 0/2] delete null dereference
2015-10-20 4:50 UTC (4+ messages)
` [PATCH 1/2] NFC: "
[PATCH] NFC: nfcwilink: Drop a useless static qualifier
2015-10-20 4:50 UTC (2+ messages)
[PATCH] nfc: netlink: avoid NULL pointer dereference on error
2015-10-20 4:50 UTC (2+ messages)
[PATCH] NFC: nxp-nci: constify nxp_nci_phy_ops structure
2015-10-20 4:50 UTC (2+ messages)
[PATCH 1/3] NFC: pn544: Auto-select core module
2015-10-20 4:50 UTC (2+ messages)
[RESEND PATCH] NFC: trf7970a: Add OF match table
2015-10-20 4:49 UTC (2+ messages)
[PATCH 0/2 v2] ath10k: print firwmare stats specific to firmware version
2015-10-20 3:49 UTC (3+ messages)
libertas_cs TX lockups
2015-10-19 22:14 UTC
rtlwifi: rtl8723be: Add new driver
2015-10-19 18:26 UTC (2+ messages)
[PATCH] nfc: free skb buffer using skb_free_datagram
2015-10-19 16:44 UTC (2+ messages)
[PATCH v2 0/3] Coding Style Cleanning
2015-10-19 16:11 UTC (6+ messages)
` [PATCH v2 1/3] net: wireless: rsi: Coding Spaces
` [PATCH v2 2/3] net: wireless: b43: Coding Style
` [PATCH v2 3/3] net: wireless: b43: Statics are init to 0
[PATCH] orinoco_usb: return error in ezusb_probe when alloc_orinocodev fails
2015-10-19 15:15 UTC
[PATCH V2 01/40] staging: wilc1000: rename ssidLen of struct join_bss_param
2015-10-19 15:09 UTC (4+ messages)
[PATCH] ath10k: only advertise mesh support in raw mode
2015-10-19 14:57 UTC (2+ messages)
[PATCH] ath10k: Disable PCI PS for QCA988X and QCA99X0
2015-10-19 14:40 UTC (2+ messages)
FCC DFS support
2015-10-19 13:31 UTC (3+ messages)
new regdb file format
2015-10-19 11:59 UTC (7+ messages)
[PATCH V3] staging: wilc1000: wilc_msgqueue.c : add goto statement
2015-10-19 11:42 UTC (2+ messages)
[PATCH 0/6] WILC1000 rebase and resend some of patch series
2015-10-19 9:26 UTC (7+ messages)
` [PATCH RESEND 1/6] staging: wilc1000: rename variable s32Error
` [PATCH RESEND 2/6] staging: wilc1000: move variable clients_count
` [PATCH RESEND 3/6] staging: wilc1000: move variable FALSE_FRMWR_CHANNEL
` [PATCH RESEND 4/6] staging: wilc1000: fixes unnecessary variable replacement
` [PATCH RESEND 5/6] staging: wilc1000: fixes alignment should match open parenthesis
` [PATCH RESEND 6/6] staging: wilc1000: fixes comparison to NULL could be written
pull-request: wireless-drivers 2015-10-17
2015-10-19 6:06 UTC (2+ messages)
Troubles with Ralink 3070 USB device
2015-10-19 2:49 UTC
[PATCH 01/16] staging: wilc1000: remove extern declarations of g_linux_wlan
2015-10-19 2:19 UTC (4+ messages)
` [PATCH 03/16] staging: wilc1000: rename g_linux_wlan to wl
[PATCH 01/40] staging: wilc1000: rename ssidLen of struct join_bss_param
2015-10-19 1:43 UTC (4+ messages)
` [PATCH 35/40] staging: wilc1000: rename variable s32Error
[PATCH] Add FW binary used by mwlwifi driver
2015-10-19 1:39 UTC (3+ messages)
[PATCH V2] staging: wilc1000: wilc_msgqueue.c : remove the goto ERRORHANDER
2015-10-19 1:21 UTC (5+ messages)
[PATCH] wireless-regdb: Update regulatory rules for Croatia (HR)
2015-10-18 19:44 UTC (3+ messages)
patch for rtl8712 driver, add support for sitecom WLA2100 (006c)
2015-10-18 19:16 UTC (4+ messages)
` [PATCH 3.10-3.18] Driver, staging rtl8712, add support for sitecom WLA2100
[PATCH 1/2 v3] drivers: staging: rtl8723au: Changed rssi_cmd to little-endian param
2015-10-18 19:11 UTC (3+ messages)
[PATCH] iwlwifi: Fix module firmware information for 3160
2015-10-18 18:38 UTC (4+ messages)
[PATCH 5/9] staging: wilc1000: fix trivial typos
2015-10-18 15:31 UTC
Fw: patch for rtl8712 driver, add support for sitecom WLA2100 (006c)
2015-10-18 15:17 UTC
[PATCH] net: wireless: rt2x00: statics code style
2015-10-18 13:16 UTC (2+ messages)
[PATCH 1/3] net: wireless: rsi: Coding Spaces
2015-10-18 9:32 UTC (5+ messages)
` [PATCH 2/3] net: wireless: b43: Fixed Pointer issue
` [PATCH 3/3] net: wireless: b43: statics Don't init to 0
[PATCH] staging: wilc1000: restore wilc_spi_dev variable
2015-10-18 9:29 UTC (2+ messages)
Wireless card not working
2015-10-18 5:07 UTC (2+ messages)
` [linuxwifi] "
[PATCH 3/3] net: wireless: rt2x00: Space Required
2015-10-17 21:11 UTC
[PATCH 1/3] net: wireless: rt2x00: Space issue
2015-10-17 21:06 UTC (3+ messages)
` [PATCH 2/3] net: wireless: rt2x00: Pointer issue
` [PATCH 3/3] net: wireless: rt2x00: Space Required
[PATCH] net: wireless: rt2x00: Fixed Spacing issues
2015-10-17 20:04 UTC
How to enforce Wireless Mode of Station?
2015-10-17 14:49 UTC (3+ messages)
[PATCH 1/9] staging: vt6655: device_main Replace uIdx with idx
2015-10-17 10:33 UTC (9+ messages)
` [PATCH 2/9] staging: vt6655: device.h remove unused macros
` [PATCH 3/9] staging: vt6655: device.h remove unsed headers
` [PATCH 4/9] staging: vt6655: device.h remove typedef enum
` [PATCH 5/9] staging: vt6655: replace typedef struct __device_opt
` [PATCH 6/9] staging: vt6655: remove static inline alloc_rd_info
` [PATCH 7/9] staging: vt6655: remove static inline alloc_td_info
` [PATCH 8/9] staging: vt6655: rename pOpts and sOpts to opts
` [PATCH 9/9] staging: vt6655: card.c rename pDevice with priv
How does tkip_mic_test work?
2015-10-17 9:59 UTC (2+ messages)
[PATCH 16/16] staging: wilc1000: assign pointer of wl to sdio device data
2015-10-17 8:21 UTC (2+ messages)
[PATCH 01/13] staging: wilc1000: add wilc to netdev private data structure
2015-10-17 5:01 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).