linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-03 14:04:09 to 2015-11-06 02:14:58 UTC [more...]

[PATCH 01/73] staging: wilc1000: fixes alignment should match open parenthesis
 2015-11-06  2:13 UTC  (45+ 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-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 V2 0/3] Fix few WMI/HTT interfaces
 2015-11-05 11:03 UTC  (7+ messages)
` [PATCH V2 1/3] ath10k: Fix peer assoc complete WMI command for 10.4
` [PATCH V2 2/3] ath10k: Rename the helper which is used for off-channel tx
` [PATCH V2 3/3] ath10k: Fix peerid configuration in htt tx desc for htt version < 3.4

[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  (7+ messages)
` [PATCH 1/4] ath10k: fix the currently supported QCA9377 target version name
` [PATCH 2/4] ath10k: update missing hw_params of QCA9377 hw1.1
` [PATCH 3/4] ath10k: introduce dev_id to hw_params
` [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  (7+ messages)
` [PATCH v2 2/4] ipv6: "
` [PATCH v2 3/4] ipv4: add option to drop gratuitous ARP packets
` [PATCH v2 4/4] ipv6: add option to drop unsolicited neighbor advertisements

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

[PATCH 0/3] Add new WMI defines to 10.4
 2015-11-04 17:36 UTC  (2+ messages)

[PATCH] ath10k: Add thermal throttling support for 10.4 firmware
 2015-11-04 17:33 UTC  (4+ messages)

[PATCH 1/2] ath10k: Add abstraction layer for peer flags
 2015-11-04 17:31 UTC  (2+ messages)

[PATCHv2] ath10k: consolidate if statements in ath10k_wmi_event_mgmt_rx
 2015-11-04 17:29 UTC  (2+ messages)

[PATCH 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast
 2015-11-04 16:19 UTC  (4+ messages)
` [PATCH 3/4] ipv4: add option to drop gratuitous ARP packets

[PATCH] wil6210: hold wil->mutex while managing vrings
 2015-11-04 14:54 UTC  (2+ messages)

[patch] NFC: nci: memory leak in nci_core_conn_create()
 2015-11-04 13:37 UTC 

[PATCH] mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE
 2015-11-04 13:09 UTC 

[PATCH 2/2] ath10k: set peer MFP flag in peer assoc command
 2015-11-04  7:57 UTC  (4+ messages)

[PATCH V2] Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"
 2015-11-04  7:40 UTC 

Intel 7260 - limited in 5GHz spectrum
 2015-11-04  7:33 UTC  (6+ messages)

[PATCH 2/2] iw: Removed the libnl-tiny >= 1 requirement
 2015-11-04  7:15 UTC  (2+ messages)

ath9k(?): AP stops sending traffic to iPhone 4S until another 802.11n-capable STA joins
 2015-11-04  5:20 UTC 

ath9k(?): AP stops sending traffic to iPhone 4S until another 802.11n-capable STA joins
 2015-11-04  5:03 UTC 

[PATCH v2] ath10k: add notice.txt references to WHENCE
 2015-11-04  1:48 UTC  (2+ messages)

[PATCH 0/2] brcm: new firmware files
 2015-11-04  1:48 UTC  (2+ messages)

[PATCH] NFC: nfcmrvl: fix SPI driver dependencies
 2015-11-04  1:37 UTC  (2+ messages)

Question STBC and LDPC
 2015-11-04  1:15 UTC 

[PATCH] iw: Add libnl-tiny support
 2015-11-03 22:14 UTC 

Ralink RT5592 5Ghz capability not working
 2015-11-03 21:50 UTC  (11+ messages)

[PATCH] ath9k: incorrect queue may be stopped/awaken
 2015-11-03 17:37 UTC 

pull-request: mac80211 2015-11-03
 2015-11-03 16:34 UTC  (2+ messages)

[PATCHv2] offchannel: Cancel the pending_action TX wait, before starting new one
 2015-11-03 16:08 UTC  (2+ messages)

Encryption problems with libertas drivers, kernel 3.18 and wpa_supplicant using wext
 2015-11-03 15:24 UTC 

[PATCH] Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"
 2015-11-03 15:06 UTC  (2+ messages)

NFC: nci: Create pipe on specific gate in nci_hci_connect_gate
 2015-11-03 14:29 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).