linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-01 15:02:37 to 2016-02-04 09:24:49 UTC [more...]

[PATCH RESEND 00/70] staging: wilc1000: rebase and resend
 2016-02-04  9:15 UTC  (20+ messages)
` [PATCH RESEND 01/70] staging: wilc1000: wilc_set_wfi_drv_handler: add mac index
` [PATCH RESEND 02/70] staging: wilc1000: remove unused functions
` [PATCH RESEND 03/70] staging: wilc1000: ignore power save
` [PATCH RESEND 04/70] staging: wilc1000: handle connecting error
` [PATCH RESEND 05/70] staging: wilc1000: tcp_process: fix a build warning
` [PATCH RESEND 06/70] staging: wilc1000: remove define TCP_ACK_FILTER
` [PATCH RESEND 07/70] staging: wilc1000: increase link speed
` [PATCH RESEND 08/70] staging: wilc1000: disable power save when AP mode
` [PATCH RESEND 09/70] staging: wilc1000: fix bug on p2p connection
` [PATCH RESEND 10/70] staging: wilc1000: add ops tx power in cfg80211
` [PATCH RESEND 11/70] staging: wilc1000: fix WEP security bug
` [PATCH RESEND 12/70] staging: wilc1000: get mac address after setting drv handler
` [PATCH RESEND 13/70] staging: wilc1000: move wilc_send_config_pkt to wilc_wlan.c
` [PATCH RESEND 14/70] staging: wilc1000: pass vif to wilc_send_config_pkt
` [PATCH RESEND 15/70] staging: wilc1000: rename hWILCWFIDrv of wilc_priv structure
` [PATCH RESEND 16/70] staging: wilc1000: fixes missing a blank line after declarations
` [PATCH RESEND 17/70] staging: wilc1000: rename pBssid of tx_complete_data structure
` [PATCH RESEND 18/70] staging: wilc1000: remove warnings line over 80 characters
` [PATCH RESEND 19/70] staging: wilc1000: removes unnecessary debug logs

[PATCH-v2 1/2] mac80211: Take bitrates into account when building IEs
 2016-02-04  9:02 UTC  (4+ messages)

[PATCH] mac80211: fix VHT MU-MIMO frame processing
 2016-02-04  8:54 UTC  (2+ messages)

[PATCH v3 0/3] mac80211: add cleanup path for MPP table entries
 2016-02-04  8:53 UTC  (6+ messages)
` [PATCH v3 1/3] mac80211: Remove MPP table entries with MPath
` [PATCH v3 2/3] mac80211: let unused MPP table entries timeout
` [PATCH v3 3/3] mac80211: Unify mesh and mpp path removal function

[PATCH] staging: wilc1000: Move Macro definition
 2016-02-04  5:00 UTC  (3+ messages)

Adjusting_tbtt in mesh capability
 2016-02-04  4:06 UTC  (3+ messages)

[ANNOUNCE] NetDev 1.1 schedule is out
 2016-02-04  0:07 UTC 

[PATCH 01/26] staging: wilc1000: removes function 'wilc_dealloc_network_info()'
 2016-02-03 23:35 UTC  (29+ messages)
` [PATCH 02/26] staging: wilc1000: removes function 'wilc_dealloc_assoc_resp_info()'
` [PATCH 03/26] staging: wilc1000: remove typedef from tstrConnectRespInfo
` [PATCH 04/26] staging: wilc1000: renames struct connect_resp_info variables
` [PATCH 05/26] staging: wilc1000: remove typedef from pstrNetworkInfo
` [PATCH 06/26] staging: wilc1000: renames s8rssi of connect_resp_info structure
` [PATCH 07/26] staging: wilc1000: renames u16CapInfo "
` [PATCH 08/26] staging: wilc1000: renames au8ssid "
` [PATCH 09/26] staging: wilc1000: renames u8SsidLen "
` [PATCH 10/26] staging: wilc1000: renames au8bssid "
` [PATCH 11/26] staging: wilc1000: renames u16BeaconPeriod "
` [PATCH 12/26] staging: wilc1000: renames u8DtimPeriod "
` [PATCH 13/26] staging: wilc1000: renames u8channel "
` [PATCH 14/26] staging: wilc1000: renames struct connect_resp_info variables
` [PATCH 15/26] staging: wilc1000: renames bNewNetwork of connect_resp_info structure
` [PATCH 16/26] staging: wilc1000: renames u8Found "
` [PATCH 17/26] staging: wilc1000: renames u32Tsf "
` [PATCH 18/26] staging: wilc1000: renames struct connect_resp_info variables
` [PATCH 19/26] staging: wilc1000: renames pJoinParams of connect_resp_info structure
` [PATCH 20/26] staging: wilc1000: renames strRssi "
` [PATCH 21/26] staging: wilc1000: renames u64Tsf "
` [PATCH 22/26] staging: wilc1000: remove unnecessary wilc_rx_complete function
` [PATCH 23/26] staging: wilc1000: remove unused log message using the RX_DBG tag
` [PATCH 24/26] staging: wilc1000: remove unused debug tag
` [PATCH 25/26] staging: wilc1000: remove unnecessary log message using GENERIC_DBG tag
` [PATCH 26/26] staging: wilc1000: remove warnings line over 80 characters

[PATCH 1/7] staging: wilc1000: wilc_wfi_cfgoperations.c: replaces PRINT_ER with netdev_err
 2016-02-03 23:34 UTC  (2+ messages)

[PATCH 1/6] staging: wilc1000: fix warnings for line over 80 characters
 2016-02-03 23:32 UTC  (2+ messages)

[PATCH 01/12] staging: wilc1000: coreconfigurator.c : remove over-commenting
 2016-02-03 23:30 UTC  (3+ messages)
` [PATCH 05/12] staging: wilc1000: wilc_parse_network_info(): renames function variables

[PATCH 01/13] staging: wilc1000: wilc_frmw_to_linux(): fixes null check
 2016-02-03 23:28 UTC  (3+ messages)
` [PATCH 04/13] staging: wilc1000: rename hWILCWFIDrv of wilc_priv structure

[PATCH V2 00/26] use unified firmware and add ops in cfg
 2016-02-03 23:26 UTC  (3+ messages)
` [PATCH V2 15/26] staging: wilc1000: wilc_set_wfi_drv_handler: add mac index

[PATCH 1/2] staging: wilc1000: move wilc_send_config_pkt to wilc_wlan.c
 2016-02-03 23:22 UTC  (2+ messages)

wilc1000 staging driver initialization failure
 2016-02-03 23:09 UTC 

[PATCH 2/2] staging: wilc1000: wilc_parse_network_info refactoring
 2016-02-03 23:09 UTC  (2+ messages)

[PATCH v2 1/2] staging: wilc1000: fix always return 0 error
 2016-02-03 23:05 UTC  (3+ messages)

[PATCH] staging: wilc1000: fix double mutex_unlock on failure path in wilc_wlan_cleanup()
 2016-02-03 23:04 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 2/2] rtlwifi: Fix reusable codes in core.c
 2016-02-03 19:46 UTC  (2+ messages)

[PATCH 1/2] rtlwifi: Fix improve function 'rtl_addr_delay()' in core.c
 2016-02-03 19:44 UTC  (5+ messages)

[PATCH 00/28] rtl8xxxu updates and fixes
 2016-02-03 18:40 UTC  (29+ messages)
` [PATCH 01/28] rtl8xxxu: Minor cleanup to rtl8xxxu_download_firmware()
` [PATCH 02/28] rtl8xxxu: rtl8xxxu_download_firmware(): Cosmetic cleanups
` [PATCH 03/28] rtl8xxxu: If fw running in RAM, reset the 8051 before trying to download a new one
` [PATCH 04/28] rtl8xxxu: Add RQPN_[NE]PQ_SHIFT values
` [PATCH 05/28] rtl8xxxu: Define SYS_CFG_SW_OFFLOAD_EN
` [PATCH 06/28] rtl8xxxu: Add REG_TX_REPORT_* defines
` [PATCH 07/28] rtl8xxxu: Add more RCR bits
` [PATCH 08/28] rtl8xxxu: Fix typo in Kconfig help text
` [PATCH 09/28] rtl8xxxu: Check return value of kmemdup()
` [PATCH 10/28] rtl8xxxu: Implement rtl8xxxu_reset_8051()
` [PATCH 11/28] rtl8xxxu: Add definitions for antenna selection registers for 8723BU
` [PATCH 12/28] rtl8xxxu: Add mbox extension register definitions for 8723B
` [PATCH 13/28] rtl8xxxu: Add REG_OFDM0_RX_D_SYNC_PATH definitions
` [PATCH 14/28] rtl8xxxu: Remove unused clutter for handling recursive calls to rtl8xxxu_init_device()
` [PATCH 15/28] rtl8xxxu: Use REG_EFUSE_TEST register only on multifunctional devices
` [PATCH 16/28] rtl8xxxu: Fix cosmetics to quiet down checkpatch police
` [PATCH 17/28] rtl8xxxu: Enable monitor mode by handling filters
` [PATCH 18/28] rtl8xxxu: Document REG_RXFLTMAP registers
` [PATCH 19/28] rtl8xxxu: Remove duplicate USB ID
` [PATCH 20/28] rtl8xxxu: Fix 80 character per line issue
` [PATCH 21/28] rtl8xxxu: Enable data frame reception in rtl8xxxu_start
` [PATCH 22/28] rtl8xxxu: rtl8xxxu_set_linktype(): Be consistent aboutregister size REG_MSR
` [PATCH 23/28] rtl8xxxu: Set correct bit to reset MCU IO wrapper
` [PATCH 24/28] rtl8xxxu: Remove unused mgmt variable from rtl8xxxu_rx_complete()
` [PATCH 25/28] rtl8xxxu: Remove unused len/cnt variables "
` [PATCH 26/28] rtl8xxxu: Do not mask RF registers to 6 bits
` [PATCH 27/28] rtl8xxxu: Make device_init kludge 8723au only
` [PATCH 28/28] rtl8xxxu: Add missing bit define for REG_APS_FSMCO

ibss.c backtrace when batman-adv adds wireless interface
 2016-02-03 17:35 UTC  (7+ messages)
    ` [B.A.T.M.A.N.] "

[PATCH] cfg80211: basic support for PBSS network type
 2016-02-03 15:39 UTC  (9+ messages)
      ` [PATCH v2] "

[PATCH 0/2] Peer Stats fixes for rx duration
 2016-02-03 15:37 UTC  (3+ messages)
` [PATCH 1/2] ath10k: Fix updating peer stats "
` [PATCH 2/2] ath10k: Fix pointless update of peer stats list

[PATCH v3] rtlwifi: Fix improve function 'rtl_addr_delay()' in core.c
 2016-02-03  9:18 UTC  (3+ messages)

[PATCH 1/3] mwifiex: register platform specific driver
 2016-02-03  7:54 UTC  (4+ messages)
` [PATCH 2/3] mwifiex: parse chip specific gpio from device tree
` [PATCH 3/3] mwifiex: parse host wakeup configuration "

[PATCH v2 1/3] mwifiex: register platform specific driver
 2016-02-03  6:22 UTC  (3+ messages)
` [PATCH v2 2/3] mwifiex: parse chip specific gpio from device tree
` [PATCH v2 3/3] mwifiex: parse host wakeup configuration "

linux-4.5-rc1 TI pandboard-es wifi wlcore locks and reset
 2016-02-03  6:25 UTC  (4+ messages)
      ` wl12xx regression on 4.5 (was: Re: linux-4.5-rc1 TI pandboard-es wifi wlcore locks and reset)

[PATCH 0/8] mwifiex enhancements
 2016-02-03  6:05 UTC  (9+ messages)
` [PATCH 1/8] mwifiex: display right transmit packet delay
` [PATCH 2/8] mwifiex: process pcie io memory read failure case
` [PATCH 3/8] mwifiex: skip firmware dump when read_regs() fails
` [PATCH 4/8] mwifiex: keep original structure in decl header file
` [PATCH 5/8] mwifiex: use an extensible framework for firmware dump solution
` [PATCH 6/8] mwifiex: dynamically increase preallocated firmware dump memory size
` [PATCH 7/8] mwifiex: increase the priority of firmware dump message
` [PATCH 8/8] mwifiex: firmware dump support for w8997 chipset

[PATCH v2 1/2] rtlwifi: Fix improve function 'rtl_addr_delay()' in core.c
 2016-02-03  6:06 UTC  (4+ messages)
  ` [PATCH] rtlwifi: fix semicolon.cocci warnings

[PATCH 2/2] rtlwifi: Fix reusable codes in core.c
 2016-02-03  2:31 UTC  (3+ messages)

[PATCH] rtlwifi: Fix reusable codes in core.c
 2016-02-03  0:54 UTC  (3+ messages)

[PATCH] Staging: rtl8723au: core: rtw_ieee80211: Fixed a coding style Warning
 2016-02-02 22:26 UTC  (2+ messages)

[PATCH v2] staging: rtl8723au: use list_for_each_entry*()
 2016-02-02 20:30 UTC  (2+ messages)

[RESEND PATCH 01/10] net: wireless: ath: Remove unnecessary semicolon
 2016-02-02 16:42 UTC  (2+ messages)
` [RESEND,01/10] "

[PATCH v2 2/3] net: wireless: b43: Coding Style
 2016-02-02 16:25 UTC  (2+ messages)
` [v2,2/3] "

wpa_supplicant over-eagerly blacklisting AP sending PREV_AUTH_NOT_VALID?
 2016-02-02 16:23 UTC  (3+ messages)

[PATCH 1/3] net: wireless: rsi: Coding Spaces
 2016-02-02 16:18 UTC  (2+ messages)
` [1/3] "

[PATCH] net: wireless: rt2x00: Fixed Spacing issues
 2016-02-02 15:59 UTC  (2+ messages)
`  "

[PATCH] rtlwifi: Fix warning from ieee80211_get_tx_rates() when using 5G
 2016-02-02 15:36 UTC  (3+ messages)

[PATCH 1/3] mac80211: move A-MSDU skb_linearize call to ieee80211_amsdu_to_8023s
 2016-02-02 15:18 UTC  (4+ messages)
` [PATCH 2/3] cfg80211: add function for 802.3 conversion with separate output buffer
` [PATCH 3/3] cfg80211: add support for non-linear skbs in ieee80211_amsdu_to_8023s

[PATCH v2] mac80211: fix memory leak
 2016-02-02 15:14 UTC  (2+ messages)

[PATCH] mac80211: Interoperability workaround for 80+80 and 160 MHz channels
 2016-02-02 15:13 UTC  (2+ messages)

[PATCH 1/3] mac80211: change ieee80211_rx_reorder_ready() arguments
 2016-02-02 15:12 UTC  (2+ messages)

[PATCH 1/2] mac80211: fix txq queue related crashes
 2016-02-02 15:07 UTC  (3+ messages)
` [PATCH v2] mac80211: expose txq queue depth and size to drivers

[PATCH v3] mac80211: Parse legacy and HT rate in injected frames
 2016-02-02 15:05 UTC  (2+ messages)

[PATCH v2] mac80211: mesh: drop constant field mean_chain_len
 2016-02-02 15:01 UTC  (2+ messages)

[PATCH v4] mac80211: minstrel: Change expected throughput unit back to Kbps
 2016-02-02 14:58 UTC  (2+ messages)

[PATCH] mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rate
 2016-02-02 14:55 UTC  (2+ messages)

[patch] mwifiex: fix a reversed condition
 2016-02-02 14:33 UTC  (2+ messages)

[PATCH] ath9k: do not limit the number of DFS channel interfaces to 1
 2016-02-02 11:22 UTC  (2+ messages)

[PATCH 00/12] add ahb (qca4019) support
 2016-02-02 11:19 UTC  (2+ messages)

[PATCH 0/5] ath10k: add basic hostq support
 2016-02-02 11:19 UTC  (3+ messages)

mwifiex: enable pcie MSIx interrupt mode support
 2016-02-02 10:00 UTC 

[PATCH] ath10k: remove impossible code
 2016-02-02  7:14 UTC 

net-next is OPEN
 2016-02-02  4:13 UTC 

[PATCH v2 5/5] Staging: rtl8723au: core: rtw_ieee80211: Fixed a coding style Warning
 2016-02-02  2:21 UTC  (2+ messages)

[PATCH 1/8] rtlwifi: rtl8723be: Fix module parameter initialization
 2016-02-01 23:40 UTC  (2+ messages)

[PATCHv3] mac80211: minstrel: Change expected throughput unit back to Kbps
 2016-02-01 22:53 UTC  (2+ messages)

rtl8xxxu updates - inital rtl8723bu/rtl8192eu support
 2016-02-01 22:03 UTC 

[PATCH] mac80211: minstrel: Change expected throughput unit back to Kbps
 2016-02-01 21:59 UTC 

[PATCH 3/3] Staging: rtl8723au: core: rtw_ieee80211: Fixed space and brace coding style issue
 2016-02-01 15:02 UTC  (6+ messages)


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