linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-14 11:47:49 to 2015-10-16 04:41:51 UTC [more...]

[PATCH V2 01/40] staging: wilc1000: rename ssidLen of struct join_bss_param
 2015-10-16  4:38 UTC  (36+ messages)
` [PATCH V2 02/40] staging: wilc1000: rename u8NoaEnbaled "
` [PATCH V2 03/40] staging: wilc1000: rename u8OppEnable "
` [PATCH V2 04/40] staging: wilc1000: rename u8CtWindow "
` [PATCH V2 05/40] staging: wilc1000: rename u8Count "
` [PATCH V2 06/40] staging: wilc1000: rename u8Index "
` [PATCH V2 07/40] staging: wilc1000: rename au8Duration "
` [PATCH V2 08/40] staging: wilc1000: rename au8Interval "
` [PATCH V2 09/40] staging: wilc1000: rename au8StartTime "
` [PATCH V2 10/40] staging: wilc1000: remove unused variable gWFiDrvHandle
` [PATCH V2 11/40] staging: wilc1000: rename variable HostIFthreadHandler
` [PATCH V2 12/40] staging: wilc1000: rename variable gMsgQHostIF
` [PATCH V2 13/40] staging: wilc1000: rename variable hSemHostIFthrdEnd
` [PATCH V2 14/40] staging: wilc1000: rename variable hSemDeinitDrvHandle
` [PATCH V2 15/40] staging: wilc1000: rename variable hWaitResponse
` [PATCH V2 16/40] staging: wilc1000: rename variable hSemHostIntDeinit
` [PATCH V2 17/40] staging: wilc1000: rename variable g_hPeriodicRSSI
` [PATCH v2 18/40] staging: wilc1000: rename variable gapu8RcvdAssocResp
` [PATCH V2 19/40] staging: wilc1000: rename variable gbScanWhileConnected
` [PATCH V2 20/40] staging: wilc1000: rename variable gs8Rssi
` [PATCH V2 21/40] staging: wilc1000: rename variable gs8lnkspd
` [PATCH V2 22/40] staging: wilc1000: rename variable gu8Chnl
` [PATCH V2 23/40] staging: wilc1000: rename variable gs8SetIP
` [PATCH V2 24/40] staging: wilc1000: rename variable gs8GetIP
` [PATCH V2 25/40] staging: wilc1000: rename variable gu32InactiveTime
` [PATCH V2 26/40] staging: wilc1000: rename variable gu8DelBcn
` [PATCH V2 27/40] staging: wilc1000: remove unused variable gu32WidConnRstHack
` [PATCH V2 28/40] staging: wilc1000: rename variable gu8FlushedJoinReq
` [PATCH V2 29/40] staging: wilc1000: rename variable gu8FlushedInfoElemAsoc
` [PATCH V2 30/40] staging: wilc1000: rename variable gu8Flushed11iMode
` [PATCH V2 31/40] staging: wilc1000: rename variable gu8FlushedAuthType
` [PATCH V2 32/40] staging: wilc1000: rename variable gu32FlushedJoinReqSize
` [PATCH V2 33/40] staging: wilc1000: rename variable gu32FlushedInfoElemAsocSize
` [PATCH V2 34/40] staging: wilc1000: rename variable gu8FlushedJoinReqDrvHandler
` [PATCH V2 35/40] staging: wilc1000: rename variable s32Error
` [PATCH V2 36/40] staging: wilc1000: move variable clients_count

[PATCH 1/6] cfg80211: reg: remove useless non-NULL check
 2015-10-15 23:03 UTC  (7+ messages)
` [PATCH 2/6] cfg80211: reg: rename reg_call_crda to reg_query_database
` [PATCH 3/6] cfg80211: reg: search built-in database directly
` [PATCH 4/6] cfg80211: reg: remove useless reg_timeout scheduling
` [PATCH 5/6] cfg80211: reg: make CRDA support optional
` [PATCH 6/6] cfg80211: reg: rename reg_regdb_query() to reg_query_builtin()

[PATCH] Staging: nfc: Fix comment style
 2015-10-15 19:32 UTC 

[PATCH] wireless-regdb: fix gHz to GHz
 2015-10-15 18:06 UTC  (2+ messages)

[PATCH] wireless-regdb: Update regulatory rules for Croatia (HR)
 2015-10-15 18:04 UTC  (2+ messages)

[PATCH 01/12] cfg80211: reg: remove useless non-NULL check
 2015-10-15 13:58 UTC  (12+ messages)
` [PATCH 02/12] cfg80211: reg: fix reg_call_crda() return value bug
` [PATCH 03/12] cfg80211: reg: rename reg_call_crda to reg_query_database
` [PATCH 04/12] cfg80211: reg: search built-in database directly
` [PATCH 05/12] cfg80211: reg: remove useless reg_timeout scheduling
` [PATCH 06/12] cfg80211: reg: make CRDA support optional
` [PATCH 07/12] cfg80211: reg: rename reg_regdb_query() to reg_query_builtin()
` [PATCH 08/12] cfg80211: reg: clarify 'treatment' handling in reg_process_hint()
` [PATCH 09/12] cfg80211: reg: centralize freeing ignored requests
` [PATCH 10/12] cfg80211: reg: fix antenna gain in chan_reg_rule_print_dbg()
` [PATCH 11/12] cfg80211: reg: reduce chan_reg_rule_print_dbg() ifdef
` [PATCH 12/12] cfg80211: reg: fix reg_ignore_cell_hint return type

[RFC 1/2] cfg80211: support loading regulatory database as firmware file
 2015-10-15 13:58 UTC  (2+ messages)
` [RFC 2/2] cfg80211: reg: remove support for built-in regdb

[PATCH 01/40] staging: wilc1000: rename ssidLen of struct join_bss_param
 2015-10-15 13:23 UTC  (58+ messages)
` [PATCH 02/40] staging: wilc1000: rename u8NoaEnbaled "
` [PATCH 03/40] staging: wilc1000: rename u8OppEnable "
` [PATCH 04/40] staging: wilc1000: rename u8CtWindow "
` [PATCH 05/40] staging: wilc1000: rename u8Count "
` [PATCH 06/40] staging: wilc1000: rename u8Index "
` [PATCH 07/40] staging: wilc1000: rename au8Duration "
` [PATCH 08/40] staging: wilc1000: rename au8Interval "
` [PATCH 09/40] staging: wilc1000: rename au8StartTime "
` [PATCH 10/40] staging: wilc1000: remove unused variable gWFiDrvHandle
` [PATCH 11/40] staging: wilc1000: rename variable HostIFthreadHandler
` [PATCH 12/40] staging: wilc1000: rename variable gMsgQHostIF
` [PATCH 13/40] staging: wilc1000: rename variable hSemHostIFthrdEnd
` [PATCH 14/40] staging: wilc1000: rename variable hSemDeinitDrvHandle
  ` [RFC PATCH] staging: wilc1000: hif_sema_driver can be static
` [PATCH 15/40] staging: wilc1000: rename variable hWaitResponse
` [PATCH 16/40] staging: wilc1000: rename variable hSemHostIntDeinit
  ` [RFC PATCH] staging: wilc1000: hif_sema_deinit can be static
` [PATCH 17/40] staging: wilc1000: rename variable g_hPeriodicRSSI
  ` [RFC PATCH] staging: wilc1000: periodic_rssi can be static
` [PATCH 18/40] staging: wilc1000: rename variable gapu8RcvdAssocResp
` [PATCH 19/40] staging: wilc1000: rename variable gbScanWhileConnected
  ` [RFC PATCH] staging: wilc1000: scan_while_connected can be static
` [PATCH 20/40] staging: wilc1000: rename variable gs8Rssi
` [PATCH 21/40] staging: wilc1000: rename variable gs8lnkspd
` [PATCH 22/40] staging: wilc1000: rename variable gu8Chnl
` [PATCH 23/40] staging: wilc1000: rename variable gs8SetIP
` [PATCH 24/40] staging: wilc1000: rename variable gs8GetIP
` [PATCH 25/40] staging: wilc1000: rename variable gu32InactiveTime
` [PATCH 26/40] staging: wilc1000: rename variable gu8DelBcn
` [PATCH 27/40] staging: wilc1000: remove unused variable gu32WidConnRstHack
` [PATCH 28/40] staging: wilc1000: rename variable gu8FlushedJoinReq
  ` [RFC PATCH] staging: wilc1000: join_req can be static
` [PATCH 29/40] staging: wilc1000: rename variable gu8FlushedInfoElemAsoc
` [PATCH 30/40] staging: wilc1000: rename variable gu8Flushed11iMode
  ` [RFC PATCH] staging: wilc1000: mode_11i can be static
` [PATCH 31/40] staging: wilc1000: rename variable gu8FlushedAuthType
` [PATCH 32/40] staging: wilc1000: rename variable gu32FlushedJoinReqSize
` [PATCH 33/40] staging: wilc1000: rename variable gu32FlushedInfoElemAsocSize
  ` [RFC PATCH] staging: wilc1000: info_element_size can be static
` [PATCH 34/40] staging: wilc1000: rename variable gu8FlushedJoinReqDrvHandler
  ` [RFC PATCH] staging: wilc1000: join_req_drv can be static
` [PATCH 35/40] staging: wilc1000: rename variable s32Error
` [PATCH 36/40] staging: wilc1000: move variable clients_count
` [PATCH 37/40] staging: wilc1000: move variable FALSE_FRMWR_CHANNEL
` [PATCH 38/40] staging: wilc1000: fixes unnecessary variable replacement
` [PATCH 39/40] staging: wilc1000: fixes alignment should match open parenthesis
` [PATCH 40/40] staging: wilc1000: fixes comparison to NULL could be written

[PATCH v3 0/1] rtl8xxxu (mac80211) driver for rtl8188[cr]u/rtl8192cu/rtl8723au
 2015-10-15 12:16 UTC  (4+ messages)
` [PATCH 1/1] New driver: rtl8xxxu (mac80211)

[PATCH 1/5] ath10k: QCA988X hw2.0: add board.bin
 2015-10-15 10:40 UTC  (5+ messages)
` [PATCH 2/5] ath10k: QCA988X hw2.0: add firmware 10.2.4.70.9-2
` [PATCH 3/5] ath10k: QCA6174 hw2.1: add firmware WLAN.RM.1.1-00141 and board.bin
` [PATCH 4/5] ath10k: QCA6174 hw3.0: add WLAN.RM.2.0-00180-QCARMSWPZ-1
` [PATCH 5/5] ath10k: QCA99X0 hw2.0: add firmware 10.4.1.00030-1 and board.bin

[PATCH 01/11] brcmfmac: expose device memory to devcoredump subsystem
 2015-10-15 10:06 UTC  (6+ messages)

[RFC] cfg80211: support loading regulatory database as firmware file
 2015-10-15  9:48 UTC  (2+ messages)

[PATCH v3] brcm80211: Add support for brcm4371
 2015-10-15  9:39 UTC  (2+ messages)

[PATCH] ssb: pick PCMCIA host code support from b43 driver
 2015-10-15  5:23 UTC  (4+ messages)
` [PATCH][RESEND] "
  ` [PATCH V2] "

[RFC 1/2] mac80211: Take bitrates into account when building IEs
 2015-10-15  2:53 UTC  (2+ messages)
` [RFC 2/2] mac80211: ensure association req uses configured ratemask

[PATCH 01/33] staging: wilc1000: fix return type of host_int_set_WEPDefaultKeyID
 2015-10-15  2:07 UTC  (33+ messages)
` [PATCH 02/33] staging: wilc1000: fix return type of host_int_add_wep_key_bss_sta
` [PATCH 03/33] staging: wilc1000: fix return type of host_int_add_wep_key_bss_ap
` [PATCH 04/33] staging: wilc1000: fix return type of host_int_add_ptk
` [PATCH 05/33] staging: wilc1000: fix return type of host_int_add_rx_gtk
` [PATCH 06/33] staging: wilc1000: fix return type of host_int_get_inactive_time
` [PATCH 07/33] staging: wilc1000: fix return type of host_int_set_pmkid_info
` [PATCH 08/33] staging: wilc1000: fix return type of host_int_get_MacAddress
` [PATCH 09/33] staging: wilc1000: fix return type of host_int_set_MacAddress
` [PATCH 10/33] staging: wilc1000: fix return type of host_int_set_join_req
` [PATCH 11/33] staging: wilc1000: fix return type of host_int_flush_join_req
` [PATCH 12/33] staging: wilc1000: fix return type of host_int_disconnect
` [PATCH 13/33] staging: wilc1000: fix return type of host_int_get_host_chnl_num
` [PATCH 14/33] staging: wilc1000: fix return type of host_int_get_rssi
` [PATCH 15/33] staging: wilc1000: fix return type of host_int_get_link_speed
` [PATCH 16/33] staging: wilc1000: fix return type of host_int_get_statistics
` [PATCH 17/33] staging: wilc1000: fix return type of host_int_frame_register
` [PATCH 18/33] staging: wilc1000: fix return type of host_int_ListenStateExpired
` [PATCH 19/33] staging: wilc1000: fix return type of host_int_remain_on_channel
` [PATCH 20/33] staging: wilc1000: fix return type of host_int_get_ipaddress
` [PATCH 21/33] staging: wilc1000: fix return type of host_int_setup_ipaddress
` [PATCH 22/33] staging: wilc1000: fix return type of host_int_del_All_Rx_BASession
` [PATCH 23/33] staging: wilc1000: fix return type of host_int_delBASession
` [PATCH 24/33] staging: wilc1000: fix return type of host_int_setup_multicast_filter
` [PATCH 25/33] staging: wilc1000: fix return type of host_int_set_power_mgmt
` [PATCH 26/33] staging: wilc1000: fix return type of host_int_edit_station
` [PATCH 27/33] staging: wilc1000: fix return type of host_int_del_allstation
` [PATCH 28/33] staging: wilc1000: fix return type of host_int_del_station
` [PATCH 29/33] staging: wilc1000: fix return type of host_int_add_station
` [PATCH 30/33] staging: wilc1000: fix return type of host_int_del_beacon
` [PATCH 31/33] staging: wilc1000: fix return type of host_int_add_beacon
` [PATCH 32/33] staging: wilc1000: fix return type of host_int_scan
` [PATCH 33/33] staging: wilc1000: fix return type of hif_set_cfg

pull-request: mac80211 2015-10-13
 2015-10-15  1:35 UTC  (2+ messages)

[RFC] ath9k: Simplify and fix eeprom endianness swapping
 2015-10-14 22:33 UTC  (2+ messages)
` [PATCH] "

MIMO Transmit
 2015-10-14 21:56 UTC 

MIMO Transmit
 2015-10-14 21:39 UTC 

new regdb file format
 2015-10-14 21:04 UTC  (3+ messages)

[PATCH v2] brcm80211: Add support for brcm4371
 2015-10-14 19:32 UTC  (3+ messages)

[PATCH] mac80211: move sta_set_rate_info_rx() and make it static
 2015-10-14 16:50 UTC 

[PATCH] mac80211: remove event.c
 2015-10-14 16:40 UTC 

[PATCH] mac80211: remove cfg.h
 2015-10-14 16:37 UTC 

[PATCH] mac80211: clean up ieee80211_rx_h_check_dup code
 2015-10-14 16:27 UTC 

[PATCH] mac80211: remove PM-QoS listener
 2015-10-14 16:04 UTC 

[PATCH][RFC][RFT] ssb: pick PCMCIA host code support from b43 driver
 2015-10-14 14:48 UTC  (6+ messages)

[PATCH 01/16] staging: wilc1000: remove extern declarations of g_linux_wlan
 2015-10-14 11:46 UTC  (11+ messages)
` [PATCH 07/16] staging: wilc1000: rename strInterfaceInfo in the struct wilc
` [PATCH 08/16] staging: wilc1000: rename aSrcAddress in the struct wilc_vif
` [PATCH 09/16] staging: wilc1000: rename aBSSID "
` [PATCH 10/16] staging: wilc1000: rename drvHandler "
` [PATCH 11/16] staging: wilc1000: rename wilc_netdev "
` [PATCH 12/16] staging: wilc1000: move clean up codes into wl_wlan_cleanup function
` [PATCH 13/16] staging: wilc1000: rename wilc_firmware in the struct wilc
` [PATCH 14/16] staging: wilc1000: remove COMPLEMENT_BOOT
` [PATCH 15/16] staging: wilc1000: introduce struct wilc_sdio for sdio data
` [PATCH 16/16] staging: wilc1000: assign pointer of wl to sdio device data


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