linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-04 17:37:33 to 2015-11-06 09:39:33 UTC [more...]

[PATCH 00/26] staging: wilc1000: tidy up sdio/spi
 2015-11-06  9:40 UTC  (24+ messages)
` [PATCH 01/26] staging: wilc1000: separate hif_sdio and hif_spi into different module
` [PATCH 02/26] staging: wilc1000: remove function pointer sdio_cmd52
` [PATCH 03/26] staging: wilc1000: remove sdio_cmd52 of wilc_wlan_io_func_t
` [PATCH 04/26] staging: wilc1000: remove function pointer sdio_cmd53
` [PATCH 05/26] staging: wilc1000: remove sdio_cmd53 of wilc_wlan_io_func_t
` [PATCH 06/26] staging: wilc1000: remove function pointer sdio_set_max_speed
` [PATCH 07/26] staging: wilc1000: remove sdio_set_max_speed
` [PATCH 08/26] staging: wilc1000: remove function pointer sdio_set_default_speed
` [PATCH 09/26] staging: wilc1000: remove varialbe sdio_set_default_speed
` [PATCH 10/26] staging: wilc1000: call linux_sdio_init instead of io_init
` [PATCH 11/26] staging: wilc1000: wilc_spi.c: add prefix wilc in all function name
` [PATCH 12/26] staging: wilc1000: remove function pointer spi_tx of wilc_spi_t
` [PATCH 13/26] staging: wilc1000: remove function pointer spi_tx of wilc_wlan_io_function_t
` [PATCH 14/26] staging: wilc1000: remove function pointer spi_rx of wilc_spi_t
` [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

[[linux-nfc] PATCH v1.0 0/3] Add support for ST95HF
 2015-11-06  9:13 UTC  (4+ messages)
` [[linux-nfc] PATCH v1.0 2/3] driver: nfc: st95hf: ST NFC Transceiver support

[PATCH 1/1] ath6kl: Fix SDIO broken scatter hif-scatter
 2015-11-06  8:42 UTC 

[PATCH 1/1] net: brcm80211: Deletion of unnecessary checks before two function calls
 2015-11-06  7:58 UTC  (3+ messages)
                                    ` [PATCH] net: brcm80211: Delete an unnecessary check before the function call "release_firmware"

[PATCH V2 0/3] Fix few WMI/HTT interfaces
 2015-11-06  5:45 UTC  (5+ messages)

Unable to Connect to WIFI USB ADAPTER(Realtek 8188eu)
 2015-11-06  4:41 UTC 

[PATCH v3] ath10k: Override CE5 configuration for QCA6147 device
 2015-11-06  2:44 UTC 

[PATCH 50/73] staging: wilc1000: wilc_wlan.c: remove unused pointer variables
 2015-11-06  2:20 UTC  (24+ messages)
` [PATCH 51/73] staging: wilc1000: fixes alignment should match open parenthesis
` [PATCH 52/73] staging: wilc1000: rename tcp_PendingAck_index of struct txq_entry_t
` [PATCH 53/73] staging: wilc1000: fixes space prohibited between function name and open parenthesis
` [PATCH 54/73] staging: wilc1000: fixes possible unnecessary 'out of memory' message
` [PATCH 55/73] staging: wilc1000: remove warnings line over 80 characters
` [PATCH 56/73] staging: wilc1000: replace numeric type to kernel error type
` [PATCH 57/73] staging: wilc1000: wilc_wlan.h: alignment defines
` [PATCH 58/73] staging: wilc1000: fixes prefer using the BIT macro
` [PATCH 59/73] staging: wilc1000: fixes please don't use multiple blank lines
` [PATCH 60/73] staging: wilc1000: remove typedef from wilc_cfg_frame_t
` [PATCH 61/73] staging: wilc1000: remove unused typedef wilc_wlan_cfg_func_t
` [PATCH 62/73] staging: wilc1000: remove typedef from wilc_cfg_rsp_t
` [PATCH 63/73] staging: wilc1000: remove typedef from wilc_hif_func_t
` [PATCH 64/73] staging: wilc1000: rename Handle_SetChannel function
` [PATCH 65/73] staging: wilc1000: rename Handle_SetWfiDrvHandler function
` [PATCH 66/73] staging: wilc1000: rename Handle_SetOperationMode function
` [PATCH 67/73] staging: wilc1000: rename Handle_set_IPAddress function
` [PATCH 68/73] staging: wilc1000: rename Handle_get_IPAddress function
` [PATCH 69/73] staging: wilc1000: rename Handle_SetMacAddress function
` [PATCH 70/73] staging: wilc1000: rename Handle_GetMacAddress function
` [PATCH 71/73] staging: wilc1000: rename Handle_CfgParam function
` [PATCH 72/73] staging: wilc1000: rename strWIDList of handle_cfg_param function
` [PATCH 73/73] staging: wilc1000: rename u8WidCnt "

[PATCH 01/73] staging: wilc1000: fixes alignment should match open parenthesis
 2015-11-06  2:13 UTC  (49+ messages)
` [PATCH 02/73] staging: wilc1000: fixes a struct allocation to match coding standards
` [PATCH 03/73] staging: wilc1000: fixes that open brace { should be on the previous line
` [PATCH 04/73] staging: wilc1000: wilc_wlan.c: remove over-commenting
` [PATCH 05/73] staging: wilc1000: fixes please don't use multiple blank lines
` [PATCH 06/73] staging: wilc1000: fixes blank lines aren't necessary brace
` [PATCH 07/73] staging: wilc1000: fixes add blank line after function declaration
` [PATCH 08/73] staging: wilc1000: fixes missing a blank line after declarations
` [PATCH 09/73] staging: wilc1000: rename genuChipPSstate variable
` [PATCH 10/73] staging: wilc1000: replace explicit NULL comparisons with !
` [PATCH 11/73] staging: wilc1000: rename Statisitcs_totalAcks variable
` [PATCH 12/73] staging: wilc1000: rename Statisitcs_DroppedAcks variable
` [PATCH 13/73] staging: wilc1000: rename Ack_session_info struct variable
` [PATCH 14/73] staging: wilc1000: rename Ack_seq_num of struct ack_session_info
` [PATCH 15/73] staging: wilc1000: rename Bigger_Ack_num "
` [PATCH 16/73] staging: wilc1000: remove typedef of struct Pending_Acks_info_t
` [PATCH 17/73] staging: wilc1000: rename Session_index of struct pending_acks_info
` [PATCH 18/73] staging: wilc1000: rename Acks_keep_track_info variable
` [PATCH 19/73] staging: wilc1000: rename Pending_Acks_info variable
` [PATCH 20/73] staging: wilc1000: rename PendingAcks_arrBase variable
` [PATCH 21/73] staging: wilc1000: rename Opened_TCP_session variable
` [PATCH 22/73] staging: wilc1000: rename Pending_Acks variable
` [PATCH 23/73] staging: wilc1000: rename Init_TCP_tracking function
` [PATCH 24/73] staging: wilc1000: rename add_TCP_track_session function
` [PATCH 25/73] staging: wilc1000: rename Update_TCP_track_session function
` [PATCH 26/73] staging: wilc1000: rename add_TCP_Pending_Ack function
` [PATCH 27/73] staging: wilc1000: rename Ack member variable
` [PATCH 28/73] staging: wilc1000: rename Session_index "
` [PATCH 29/73] staging: wilc1000: remove do-nothing else condition case
` [PATCH 30/73] staging: wilc1000: rename Total_Length variable
` [PATCH 31/73] staging: wilc1000: rename Data_offset variable
` [PATCH 32/73] staging: wilc1000: rename Ack_no variable
` [PATCH 33/73] staging: wilc1000: remove warnings line over 80 characters
` [PATCH 34/73] staging: wilc1000: rename Dropped variable
` [PATCH 35/73] staging: wilc1000: rename EnableTCPAckFilter variable
` [PATCH 36/73] staging: wilc1000: rename Enable_TCP_ACK_Filter function
` [PATCH 37/73] staging: wilc1000: rename is_TCP_ACK_Filter_Enabled function
` [PATCH 38/73] staging: wilc1000: fixes a struct allocation to match coding standards
` [PATCH 39/73] staging: wilc1000: remove unused argument of chip_sleep_manually function
` [PATCH 40/73] staging: wilc1000: rename pu32TxqCount in wilc_wlan_handle_txq function
` [PATCH 41/73] staging: wilc1000: fixes else should follow close brace '}'
` [PATCH 42/73] staging: wilc1000: rename pBSSID variable
` [PATCH 43/73] staging: wilc1000: fixes a struct allocation to match coding standards
` [PATCH 44/73] staging: wilc1000: rename bValue in set_machw_change_vir_if function
` [PATCH 45/73] staging: wilc1000: fixes braces {} should be used on all arms of this statement
` [PATCH 46/73] staging: wilc1000: fixes braces {} are not necessary for any arm "
` [PATCH 47/73] staging: wilc1000: rename drvHandler in wilc_wlan_cfg_commit function
` [PATCH 48/73] staging: wilc1000: rename drvHandler in wilc_wlan_cfg_set function
` [PATCH 49/73] staging: wilc1000: rename drvHandler in wilc_wlan_cfg_get function

[PATCH-v2 1/2] mac80211: Take bitrates into account when building IEs
 2015-11-05 19:04 UTC  (3+ messages)

Configurable scan dwell time?
 2015-11-05 16:42 UTC  (8+ messages)

[PATCH] mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flag
 2015-11-05 13:56 UTC  (3+ messages)

ath6kl: SDIO hif-scatter broken?
 2015-11-05 12:53 UTC  (2+ messages)

[PATCH V3] Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"
 2015-11-05  9:51 UTC 

[PATCH v3 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast
 2015-11-05  9:09 UTC  (5+ messages)
` [PATCH v3 2/4] ipv4: add option to drop gratuitous ARP packets
` [PATCH v3 3/4] ipv6: add option to drop unicast encapsulated in L2 multicast
` [PATCH v3 4/4] ipv6: add option to drop unsolicited neighbor advertisements

mwifiex problem: incompatible network settings
 2015-11-05  8:59 UTC  (10+ messages)

[PATCH 0/4] update ath10k support for QCA9377 chips
 2015-11-05  8:54 UTC  (4+ messages)
` [PATCH 4/4] ath10k: add QCA9377 hw1.0 support

[PATCH v2 0/4] update ath10k support for QCA9377 chips
 2015-11-05  8:50 UTC  (5+ messages)
` [PATCH v2 1/4] ath10k: fix the currently supported QCA9377 target version name
` [PATCH v2 2/4] ath10k: update missing hw_params of QCA9377 hw1.1
` [PATCH v2 3/4] ath10k: introduce dev_id to hw_params
` [PATCH v2 4/4] ath10k: add QCA9377 hw1.0 support

[PATCH v2 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast
 2015-11-05  8:25 UTC  (4+ messages)

[PATCH RESEND 01/38] staging: wilc1000: rename pu8IPAddr of fuction Handle_set_IPAddress
 2015-11-05  7:40 UTC  (40+ messages)
` [PATCH RESEND 02/38] staging: wilc1000: rename firmwareIPAddress "
` [PATCH RESEND 03/38] staging: wilc1000: remove unused parameter of fuction Handle_get_IPAddress
` [PATCH RESEND 04/38] staging: wilc1000: rename pstrHostIfSetMacAddress of fuction Handle_SetMacAddress
` [PATCH RESEND 05/38] staging: wilc1000: rename pstrHostIfGetMacAddress of fuction Handle_GetMacAddress
` [PATCH RESEND 06/38] staging: wilc1000: rename strHostIFCfgParamAttr of fuction Handle_CfgParam
` [PATCH RESEND 07/38] staging: wilc1000: remove return type of Handle_wait_msg_q_empty
` [PATCH RESEND 08/38] staging: wilc1000: rename gau8MulticastMacAddrList variable
` [PATCH RESEND 09/38] staging: wilc1000: replace explicit NULL comparisons with !
` [PATCH RESEND 10/38] staging: wilc1000: linux_wlan: remove unused define CUSTOMER_PLATFORM
` [PATCH RESEND 11/38] staging: wilc1000: rename pstrWFIDrv of function dev_state_ev_handler
` [PATCH RESEND 12/38] staging: wilc1000: rename pstrWFIDrv of function linux_wlan_init_test_config
` [PATCH RESEND 13/38] staging: wilc1000: rename pstrWFIDrv of function wilc_set_multicast_list
` [PATCH RESEND 14/38] staging: wilc1000: rename pstrWFIDrv of function mac_close
` [PATCH RESEND 15/38] staging: wilc1000: rename pIP_Add_buff of function dev_state_ev_handler
` [PATCH RESEND 16/38] staging: wilc1000: fixes blank lines aren't necessary brace
` [PATCH RESEND 17/38] staging: wilc1000: linux_wlan.c: clean up comments
` [PATCH RESEND 18/38] staging: wilc1000: linux_wlan: remove unused defines
` [PATCH RESEND 19/38] staging: wilc1000: remove extern function in c file and move it to header file
` [PATCH RESEND 20/38] staging: wilc1000: remove warnings line over 80 characters
` [PATCH RESEND 21/38] staging: wilc1000: fixes add spaces required around that '&&'
` [PATCH RESEND 22/38] staging: wilc1000: remove do-nothing if condition case
` [PATCH RESEND 23/38] staging: wilc1000: rename function GetIfHandler
` [PATCH RESEND 24/38] staging: wilc1000: rename pMacHeader of function get_if_handler
` [PATCH RESEND 25/38] staging: wilc1000: rename Bssid "
` [PATCH RESEND 26/38] staging: wilc1000: rename Bssid1 "
` [PATCH RESEND 27/38] staging: wilc1000: rename pBSSID of function linux_wlan_set_bssid
` [PATCH RESEND 28/38] staging: wilc1000: fixes braces {} should be used on all arms of this statement
` [PATCH RESEND 29/38] staging: wilc1000: remove goto from linux_wlan_start_firmware
` [PATCH RESEND 30/38] staging: wilc1000: remove goto from linux_wlan_firmware_download
` [PATCH RESEND 31/38] staging: wilc1000: fixes missing a blank line after declarations
` [PATCH RESEND 32/38] staging: wilc1000: remove goto from wlan_initialize_threads
` [PATCH RESEND 33/38] staging: wilc1000: remove goto from mac_open
` [PATCH RESEND 34/38] staging: wilc1000: rename Set_machw_change_vir_if function
` [PATCH RESEND 35/38] staging: wilc1000: rename host_int_get_MacAddress function
` [PATCH RESEND 36/38] staging: wilc1000: rename s32Error of mac_ioctl function
` [PATCH RESEND 37/38] staging: wilc1000: rename QueueCount of mac_xmit function
` [PATCH RESEND 38/38] staging: wilc1000: rename pu8UdpBuffer "

[PATCH] staging: wilc1000: fix kbuild test robot error
 2015-11-05  7:12 UTC 

[PATCH V3 0/3] Fix few WMI/HTT interfaces
 2015-11-05  6:04 UTC  (4+ messages)
` [PATCH V3 1/3] ath10k: Fix peer assoc complete WMI command for 10.4
` [PATCH V3 2/3] ath10k: Rename the helper which is used for off-channel tx
` [PATCH V3 3/3] ath10k: Fix peerid configuration in htt tx desc for htt version < 3.4

[PATCH RESEND 01/12] staging: wilc1000: wilc_wlan_txq_get_first: add argument struct wilc
 2015-11-05  3:04 UTC  (7+ messages)
` [PATCH RESEND 11/12] staging: wilc1000: rename os_context to wilc
` [PATCH RESEND 12/12] staging: wilc1000: add argument wilc and use it instead of g_linux_wlan

[PATCH] nl80211: fix compiler warnning
 2015-11-05  2:23 UTC 

[PATCH V2 01/17] staging: wilc1000: define wiphy private data priv in struct host_if_drv
 2015-11-05  2:09 UTC  (9+ messages)
` [PATCH V2 02/17] staging: wilc1000: send_config_pkt: add argument struct net_device
` [PATCH V2 03/17] staging: wilc1000: wilc_wlan_cfg_get: "
` [PATCH V2 04/17] staging: wilc1000: wilc_wlan_cfg_set: "

[PATCH V2 01/12] staging: wilc1000: fix return type of host_int_del_beacon
 2015-11-04 20:54 UTC  (2+ messages)

[PATCH 1/5] staging: wilc1000: change enum variable name with lower case
 2015-11-04 20:52 UTC  (2+ messages)

[PATCH 01/38] staging: wilc1000: rename pu8IPAddr of fuction Handle_set_IPAddress
 2015-11-04 20:51 UTC  (2+ messages)

[PATCH] iw: Added libnl-tiny support (regenerated)
 2015-11-04 18:54 UTC  (2+ messages)

[PATCH] ath10k: fix invalid NSS for 4x4 devices
 2015-11-04 17:46 UTC  (2+ messages)

[PATCH] ath10k: debugfs file to enable Bluetooth coexistence feature
 2015-11-04 17:38 UTC  (2+ messages)

[PATCH v2] ath10k: Add support for pktlog in QCA99X0
 2015-11-04 17:37 UTC  (2+ 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).