linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-07 15:21:59 to 2014-07-13 10:18:33 UTC [more...]

[RFCv2 00/10] add support for ack timeout estimation in ath9k driver
 2014-07-13 10:18 UTC  (9+ messages)
` [RFCv2 01/10] ath9k: export methods related to ack timeout estimation
` [RFCv2 02/10] ath9k: add duration field to ath_tx_status
` [RFCv2 03/10] ath9k: add dynamic ack timeout estimation
` [RFCv2 04/10] ath9k: add config for (en|dis)abling "
` [RFCv2 05/10] ath9k: do not overwrite "
` [RFCv2 06/10] ath9k: add sampling methods for (tx|rx) timestamp
` [RFCv2 07/10] ath9k: enable control frame reception
` [RFCv2 08/10] ath9k: add debugfs support for dynack

[PATCH 01/13] staging: vt6656: replace typedef enum tagCMD_CODE with enum vnt_cmd
 2014-07-13  9:42 UTC  (13+ messages)
` [PATCH 02/13] staging: vt6656: replace typedef enum tagCMD_STATE with enum vnt_cmd_state
` [PATCH 03/13] staging: vt6656: remove typedef struct tagCMD_ITEM
` [PATCH 04/13] staging: vt6656: remove unused variables bCmdClear and bNeedRadioOFF
` [PATCH 05/13] staging: vt6656: replace camel case from command variables
` [PATCH 06/13] staging: vt6656: dead code remove typedef enum tagCMD_STATUS
` [PATCH 07/13] staging: vt6656: Move and rename s_bCommandComplete to vnt_cmd_complete
` [PATCH 08/13] staging: vt6656: rename vCommandTimerWait to vnt_cmd_timer_wait
` [PATCH 09/13] staging: vt6656: rename vRunCommand to vnt_run_command
` [PATCH 10/13] staging: vt6656: Drop u8 pointer and rename bScheduleCommand
` [PATCH 11/13] staging: vt6656: rename vResetCommandTimer to vnt_reset_command_timer
` [PATCH 12/13] staging: vt6656: wcmd remove unneeded headers
` [PATCH 13/13] staging: vt6656: wcnd.c clean up comments

[PATCH] rtl8723au: Corrections in the coding style
 2014-07-13  7:25 UTC  (2+ messages)

[iwlwifi] Wireless-AC 7260 disconnects every half and hour
 2014-07-13  7:21 UTC  (4+ messages)

rtl8192se static driver in 3.14 kernel not working
 2014-07-12 19:38 UTC  (3+ messages)

[PATCH 1/4] staging: vt6656: baseband clean up VT3184 static variables
 2014-07-12 19:12 UTC  (4+ messages)
` [PATCH 2/4] staging: vt6656: baseband.c rename abyVT3184_AGC to vnt_vt3184_agc
` [PATCH 3/4] staging: vt6656: baseband.c remame abyVT3184_AL2230 to vnt_vt3184_al2230
` [PATCH 4/4] staging: vt6656: baseband.c rename abyVT3184_VT3226D0 to vnt_vt3184_vt3226d0

[PATCH V2 0/9] drivers/net: remove unnecessary break after goto
 2014-07-12 18:09 UTC  (4+ messages)
` [PATCH V2 6/9] orinoco_usb: "
` [PATCH V2 7/9] wcn36xx: "
` [PATCH V2 8/9] rtlwifi: "

[PATCH 1/2] ssb: make code for antenna gain extraction more generic
 2014-07-12 14:42 UTC  (2+ messages)
` [PATCH 2/2] ssb: extract antenna gains from SPROMs revs 4+ properly

[PATCH 4/7] mwifiex: remove redundant TDLS setup action frame check
 2014-07-12 14:01 UTC  (5+ messages)
` [PATCH 5/7] mwifiex: define TDLS idle timeout macro with units
` [PATCH 6/7] mwifiex: declare sta_ptr in smaller scope
` [PATCH 7/7] mwifiex: correct a typo in mwifiex_ret_tdls_oper

[PATCH 1/1] wireless: zd1211rw: new url for fw, remove experimental
 2014-07-12 12:57 UTC 

[PATCH] b43: N-PHY: add missing TX gain table for radio 0x2057 rev 5
 2014-07-12 10:34 UTC 

[PATCH 1/4] staging: vt6656: rf.c clean up channel and power tables
 2014-07-12 10:30 UTC  (4+ messages)
` [PATCH 2/4] staging: vt6656: rf.c remove dead code RFaby11aChannelIndex
` [PATCH 3/4] staging: vt6656: vnt_rf_write_embedded add reg length and IFREGCTL_REGW
` [PATCH 4/4] staging: vt6656: rf.c cleanup comments

[PATCH 01/10] staging: vt6656: vCommandTimerWait remove camel case
 2014-07-12  6:53 UTC  (10+ messages)
` [PATCH 02/10] staging: vt6656: wcmd Remove command WLAN_CMD_RADIO
` [PATCH 03/10] staging: vt6656: wcmd remove unused commands
` [PATCH 04/10] staging: vt6656: vRunCommand remove camel case
` [PATCH 05/10] staging: vt6656: remove unused variables from struct tagCMD_ITEM
` [PATCH 06/10] staging: vt6656: s_bCommandComplete remove else from if
` [PATCH 07/10] staging: vt6656: s_bCommandComplete clean up and remove camel case
` [PATCH 08/10] staging: vt6656: bScheduleCommand "
` [PATCH 09/10] staging: vt6656: vResetCommandTimer "
` [PATCH 10/10] staging: vt6656: wcmd replace debug message with dev_dbg

[PATCH 0/9] brcmfmac: cleanup wiphy setup and debugfs
 2014-07-12  6:49 UTC  (10+ messages)
` [PATCH 1/9] brcmfmac: Cleanup used device IDs
` [PATCH 2/9] brcmfmac: make use of seq_file API for debugfs entries
` [PATCH 3/9] brcmfmac: rework debugfs functions in the driver
` [PATCH 4/9] brcmfmac: Make firmware path a module parameter
` [PATCH 5/9] brcmfmac: move attach and detach functions in wl_cfg80211.c
` [PATCH 6/9] brcmfmac: introduce feature and quirk handling
` [PATCH 7/9] brcmfmac: moving some functions around
` [PATCH 8/9] brcmfmac: rework wiphy structure setup
` [PATCH 9/9] brcmfmac: add brcmf_p2p_detach() call in brcmf_cfg80211_detach()

[PATCH 3/7] mwifiex: fix a cut-n-paste error in adhoc-start
 2014-07-12  3:54 UTC 

[PATCH 1/7] mwifiex: access rx_reorder_tbl_ptr only while holding lock
 2014-07-12  3:53 UTC  (2+ messages)
` [PATCH 2/7] mwifiex: fix corner case system hang issue

[RFC 00/10] add support for ack timeout estimation in ath9k driver
 2014-07-11 22:08 UTC  (7+ messages)
` [RFC 03/10] ath9k: add dynamic ack timeout estimation
  ` [ath9k-devel] "
` [ath9k-devel] [RFC 00/10] add support for ack timeout estimation in ath9k driver

pull request: wireless-next 2014-07-11
 2014-07-11 20:06 UTC 

[PATCH] wireless: rt2x00: add new rt2800usb devices
 2014-07-11 19:46 UTC 

[PATCH 1/2] staging: vt6656: vnt_init_bands fix missing default
 2014-07-11 19:02 UTC  (2+ messages)
` [PATCH 2/2] staging: vt6656: Fix pairwise key for non station modes

linux-firmware: pull-request TI wireless firmware
 2014-07-11 17:18 UTC  (2+ messages)

A question about Wireless dongle HW and driver support - best practice
 2014-07-11 11:39 UTC 

About WSMP (Wave Short Message Protocol)
 2014-07-11  9:15 UTC 

[PATCH v7 17/33] net: airo - set name assign type
 2014-07-11  7:45 UTC  (5+ messages)
` [PATCH v7 29/33] net: brcmfmac "

[PATCH 01/13] staging: vt6656: s_uGetRTSCTSDuration remove camel case
 2014-07-11  0:08 UTC  (13+ messages)
` [PATCH 02/13] staging: vt6656: rxtx rename s_uGetRTSCTSDuration to vnt_get_rtscts_duration_le
` [PATCH 03/13] staging: vt6656: s_uGetDataDuration remove camel case
` [PATCH 04/13] staging: vt6656: rename s_uGetDataDuration to vnt_get_duration_le
` [PATCH 05/13] staging: vt6656: rename s_uGetRTSCTSRsvTime to vnt_get_rtscts_rsvtime_le
` [PATCH 06/13] staging: vt6656: rename s_uGetTxRsvTime to vnt_get_rsvtime
` [PATCH 07/13] staging: vt6656: rename and cleanup wTimeStampOff
` [PATCH 08/13] staging: vt6656: clean up and rename wFB_Opt0 to vnt_fb_opt0
` [PATCH 09/13] staging: vt6656: clean up and rename wFB_Opt1 to vnt_fb_opt1
` [PATCH 10/13] staging: vt6656: rename s_vGetFreeContext to vnt_get_free_context
` [PATCH 11/13] staging: vt6656: rxtx remove static declarations
` [PATCH 12/13] staging: vt6656: rxtx remove unneeded comments
` [PATCH 13/13] staging: vt6656: rxtx replace debug messages DBG_PRT

[PATCH 00/14] wlcore/wl18xx/wl12xx: various fixes
 2014-07-11  0:01 UTC  (15+ messages)
` [PATCH 01/14] wlcore: save seq num only between recoveries
` [PATCH 02/14] wlcore: user smaller sqn padding for GEM
` [PATCH 03/14] wl18xx: fix last tx rate calculation
` [PATCH 04/14] wlcore: use correct LAA bit
` [PATCH 05/14] wlcore: add smart config definitions
` [PATCH 06/14] wlcore/wl18xx: add smart config commands
` [PATCH 07/14] wlcore: handle smart config vendor commands
` [PATCH 08/14] wlcore/wl18xx: handle smart config events
` [PATCH 09/14] wlcore: increase max roc duration to 30 seconds
` [PATCH 10/14] wlcore: register vendor commands
` [PATCH 11/14] wlcore: don't switch channels on disconnected STA vifs
` [PATCH 12/14] wl18xx: change the number of WLAN addrs per chip
` [PATCH 13/14] wl18xx: make sure fw_status->priv exists before deref
` [PATCH 14/14] wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longs

pull request: wireless 2014-07-10
 2014-07-10 23:10 UTC  (2+ messages)

[PATCH] b43: always print info about radio (manuf, id, revision)
 2014-07-10 21:23 UTC  (2+ messages)

pull request: bluetooth-next 2014-07-09
 2014-07-10 21:05 UTC  (2+ messages)

[PATCH 01/16] staging: vt6656: rxtx remove struct ethhdr from functions
 2014-07-10 18:56 UTC  (16+ messages)
` [PATCH 02/16] staging: vt6656: rxtx: move tx_context->fb_option into function structure
` [PATCH 03/16] staging: vt6656: rxtx remove fb_option from functions
` [PATCH 04/16] staging: vt6656: move current_rate setting out of s_vGenerateTxParameter
` [PATCH 05/16] staging: vt6656: s_vGenerateTxParameter Parse out struct vnt_rrv_time_rts
` [PATCH 06/16] staging: vt6656: s_vGenerateTxParameter Parse out struct vnt_rrv_time_cts
` [PATCH 07/16] staging: vt6656: s_vGenerateTxParameter rxtx.c s_vGenerateTxParameter pBuf->rrv_time always the calling pkt_type
` [PATCH 08/16] staging: vt6656: s_vGenerateTxParameter parse out vnt_rrv_time_ab
` [PATCH 09/16] staging: vt6656: merge PK_TYPE_11GB and PK_TYPE_11GA into vnt_rxtx_rts
` [PATCH 10/16] staging: vt6656: move s_vFillCTSHead to vnt_rxtx_cts
` [PATCH 11/16] staging: vt6656: merge data positions for packet types a and b into vnt_rxtx_ab
` [PATCH 12/16] staging: vt6656: s_vGenerateTxParameter remove else from if statements
` [PATCH 13/16] staging: vt6656: s_vGenerateTxParameter remove camel case
` [PATCH 14/16] staging: vt6656: rename s_vGenerateTxParameter to vnt_generate_tx_parameter
` [PATCH 15/16] staging: vt6656: s_vFillCTSHead remove camel case
` [PATCH 16/16] staging: vt6656: rename s_vFillCTSHead to vnt_fill_cts_head

[PATCH] mac80211: Requeue work for all iftypes after scan completion
 2014-07-10 17:47 UTC  (2+ messages)

[PATCH] cfg80211: Try multiple bandwidths when checking usable channels
 2014-07-10 13:25 UTC 

[PATCH] mac80211: Parse IEEE80211_RADIOTAP_RATE on TX
 2014-07-10 12:27 UTC 

[PATCH 1/2] staging: rtl8723au: core: rtw_ap.c - removed NULL pointer check before kfree()
 2014-07-10  6:59 UTC  (3+ messages)
` [PATCH 2/2] staging: rtl8723au: core: rtw_cmd.c "

[PATCH 4/5] cfg80211: accept world/same regdom from driver/user hints
 2014-07-09 14:46 UTC  (14+ messages)

[PATCH] mac80211: fix a potential NULL access in ieee80211_crypto_hw_decrypt
 2014-07-09 13:55 UTC 

ath9k -> bogus usb xfer on at91
 2014-07-09 11:49 UTC  (6+ messages)

[PATCH] wlcore: add basic device-tree support
 2014-07-09 11:45 UTC  (3+ messages)

mac80211: A-MPDU reordering issue when RX_FLAG_AMSDU_MORE
 2014-07-09  8:16 UTC 

[PATCH 0/3] drivers: expand usage of request_firmware_direct()
 2014-07-09  0:46 UTC  (3+ messages)

pull request: wireless-next 2014-07-03
 2014-07-08 21:13 UTC  (3+ messages)

[PATCH][3.16 MAYBE?] b43: don't warn about no 5 GHz support on 2.4 GHz devices
 2014-07-08 19:00 UTC 

Intel 7260 desktop version
 2014-07-08 16:53 UTC  (2+ messages)

[PATCH v2 00/10] lib: introduce string_escape_mem an %*pE specifier
 2014-07-08 16:35 UTC  (16+ messages)
` [PATCH v2 01/10] lib / string_helpers: move documentation to c-file
` [PATCH v2 02/10] lib / string_helpers: refactoring the test suite
` [PATCH v2 03/10] lib / string_helpers: introduce string_escape_mem()
` [PATCH v2 04/10] lib/vsprintf: add %*pE[achnops] format specifier
` [PATCH v2 05/10] wireless: libertas: print esaped string via %*pE
` [PATCH v2 06/10] wireless: ipw2x00: print SSID "
` [PATCH v2 07/10] lib80211: remove unused print_ssid()
` [PATCH v2 08/10] staging: wlan-ng: use %*pEhp to print SN
` [PATCH v2 09/10] staging: rtl8192e: use %*pEn to escape buffer
` [PATCH v2 10/10] staging: rtl8192u: "

mac80211: add generic cipher scheme support
 2014-07-08 14:31 UTC  (2+ messages)

iwlwifi gets into state where it continually fails to associate until the driver is re-bound
 2014-07-08 13:13 UTC  (2+ messages)

[PATCH 1/7] b43: N-PHY: drop reg 0x1 access restriction on new PHY revs
 2014-07-08 13:11 UTC  (7+ messages)
` [PATCH 2/7] b43: N-PHY: add TX gain tables for devices with specific EPA
` [PATCH 3/7] b43: N-PHY: add placeholders for new devices support
` [PATCH 4/7] b43; N-PHY: write most of the missing code for revs 7+
` [PATCH 5/7] b43: N-PHY: init and channel switching of radio 0x2057 rev 9
` [PATCH 6/7] b43: N-PHY: implement channel switching of radio 0x2057 rev 5
` [PATCH 7/7] b43: enable radio 0x2057 rev 9 (AKA BCM43228) support

[RFC/RFT 0/2] mac80211/ath10k: fix Rx reordering
 2014-07-08  7:10 UTC  (3+ messages)
` [RFC/RFT 1/2] mac80211: add support for Rx reordering offloading

[PATCH v4 0/4] brcmfmac: OOB interrupt support
 2014-07-08  6:55 UTC  (4+ messages)
` [PATCH v3 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices
    ` [linux-sunxi] "

[PATCH] bcma: support for PCIe Gen 2 as host platform
 2014-07-07 20:48 UTC  (5+ messages)

pull request: iwlwifi-next 2014-07-06
 2014-07-07 20:08 UTC  (3+ messages)

pull request: iwlwifi 2014-07-05
 2014-07-07 19:00 UTC  (2+ messages)

ath6kl: add htc ops
 2014-07-07 15:58 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).