linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-16 21:23:27 to 2014-07-20 17:43:54 UTC [more...]

[PATCH 0/7] firmware validation
 2014-07-20 17:43 UTC  (22+ messages)
` [PATCH 1/7] doc: fix minor typos in firmware_class README
` [PATCH 2/7] test: add firmware_class loader test
` [PATCH 3/7] security: introduce kernel_fw_from_file hook
` [PATCH 4/7] firmware_class: perform new LSM checks
` [PATCH 5/7] firmware_class: extract start loading logic
` [PATCH 6/7] firmware_class: add "fd" input file

[PATCH 01/25] staging: vt6656: struct vnt_private replace byBBType with bb_type
 2014-07-20 14:33 UTC  (25+ messages)
` [PATCH 02/25] staging: vt6656: struct vnt_private replace byPacketType with packet_type
` [PATCH 03/25] staging: vt6656: struct vnt_private replace wBasicRate with basic_rates
` [PATCH 04/25] staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_basic_rate
` [PATCH 05/25] staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_basic_rate
` [PATCH 06/25] staging: vt6656: struct vnt_private replace abyEEPROM with eeprom
` [PATCH 07/25] staging: vt6656: struct vnt_private replace byPreambleType with preamble_type
` [PATCH 08/25] staging: vt6656: struct vnt_private rf power table remove camel case
` [PATCH 09/25] staging: vt6656: struct vnt_private replace wCurrentRate with current_rate
` [PATCH 10/25] staging: vt6656: struct vnt_private remove camel case retry limit
` [PATCH 11/25] staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_time
` [PATCH 12/25] staging: vt6656: struct vnt_private remove dead variable bBarkerPreambleMd
` [PATCH 13/25] staging: vt6656: struct vnt_private replace wSeqCounter with seq_counter
` [PATCH 14/25] staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrl
` [PATCH 15/25] staging: vt6656: struct vnt_private replace abyBBVGA with bb_vga
` [PATCH 16/25] staging: vt6656: struct vnt_private remove dead code ldBmThreshold
` [PATCH 17/25] staging: vt6656: struct vnt_private replace byBBPreEDRSSI with bb_pre_ed_rssi
` [PATCH 18/25] staging: vt6656: struct vnt_private rename byBBPreEDIndex with bb_pre_ed_index
` [PATCH 19/25] staging: vt6656: dead code remove channel switch
` [PATCH 20/25] staging: vt6656: vnt_get_duration_le fix typo piv to priv
` [PATCH 21/25] staging: vt6656: rxtx move pkt_type into vnt_usb_send_context
` [PATCH 22/25] staging: vt6656: move need_ack into "
` [PATCH 23/25] staging: vt6656: rxtx move frame_len/size into vnt_usb_send_context as frame_len
` [PATCH 24/25] staging; vt6656: rxtx add current_rate into vnt_usb_send_context as tx_rate
` [PATCH 25/25] staging: vt6656: struct vnt_usb_send_context context into vnt_get_duration_le

[PATCH 10/30] rtlwifi: rtl8188ee: remove unnecessary break after return
 2014-07-20 14:25 UTC  (6+ messages)
` [PATCH 11/30] prism54: "
` [PATCH 12/30] cw1200: "
` [PATCH 13/30] airo: "
` [PATCH 14/30] ath6kl: "
` [PATCH 15/30] carl9170: "

[PATCH 00/30] drivers/net: remove unnecessary break after return
 2014-07-20 14:16 UTC  (8+ messages)
` [PATCH 03/30] brcm80211: "
` [PATCH 04/30] mwl8k: "
` [PATCH 05/30] rtlwifi: "
` [PATCH 06/30] rtlwifi: rtl8192ce: "
` [PATCH 07/30] rtlwifi: rtl8192se: "
` [PATCH 08/30] rtlwifi: rtl8723ae: "
` [PATCH 09/30] rtlwifi: rtl8723be: "

[PATCH 00/10] add support for ack timeout estimation in ath9k driver
 2014-07-20 14:05 UTC  (12+ messages)
` [PATCH 01/10] ath9k: export methods related to ack timeout estimation
` [PATCH 02/10] ath9k: add duration field to ath_tx_status
` [PATCH 03/10] ath9k: add dynamic ack timeout estimation
` [PATCH 04/10] ath9k: add config for (en|dis)abling "
` [PATCH 05/10] ath9k: do not overwrite "
` [PATCH 06/10] ath9k: add sampling methods for (tx|rx) timestamp
` [PATCH 07/10] ath9k: enable control frame reception
` [PATCH 08/10] ath9k: add debugfs support for dynack
` [PATCH 09/10] ath9k: add ath9k_enable_dynack() method
` [PATCH 10/10] ath9k: initialize ath_node linked list

[PATCH 0/2] add auto parameter to set distance command
 2014-07-20 12:33 UTC  (3+ messages)
` [PATCH 1/2] iw: sync nl80211_attrs
` [PATCH 2/2] iw: add auto parameter to set distance command

[PATCH 0/2] configure ack timeout estimation algorithm through
 2014-07-20 12:32 UTC  (3+ messages)
` [PATCH 1/2] cfg80211: add enable_dynack API
` [PATCH 2/2] mac80211: "

[PATCH 1/2] b43: implement PPR (Power Per Rate) management/API
 2014-07-20 12:10 UTC  (12+ messages)
` [PATCH 2/2] b43: N-PHY: support setting custom TX power

[PATCH] b43: extract one more radio parameter: version
 2014-07-20 10:57 UTC 

[PATCH 01/16] staging: vt6656: struct vnt_private rename cbRD to num_rcb
 2014-07-19 11:30 UTC  (16+ messages)
` [PATCH 02/16] staging: vt6656: struct vnt_private rename cdTD to num_tx_context
` [PATCH 03/16] staging: vt6656: struct vnt_private rename wFirmwareVersion to firmware_version
` [PATCH 04/16] staging: vt6656: struct vnt_private rename byLocalID to local_id
` [PATCH 05/16] staging: vt6656: struct vnt_private replace byRFType with rf_type
` [PATCH 06/16] staging: vt6656: struct vnt_private rename byBBRxConf to bb_rx_conf
` [PATCH 07/16] staging: vt6656: remove variable byZoneType
` [PATCH 08/16] staging: vt6656: remame abyCurrentNetAddr to current_net_addr
` [PATCH 09/16] staging: vt6656: rename abyPermanentNetAddr to permanent_net_addr
` [PATCH 10/16] staging: vt6656: replace bExistSWNetAddr with exist_sw_net_addr
` [PATCH 11/16] staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsf
` [PATCH 12/16] staging: vt6656: struct vnt_private rename uCurrRSSI to current_rssi
` [PATCH 13/16] staging: vt6656: antenna modes remove unused variables
` [PATCH 14/16] staging: vt6656: struct vnt_private remove camel case antenna variables
` [PATCH 15/16] staging: vt6656: struct vnt_private remove uCwMin/uCwMax
` [PATCH 16/16] staging: vt6656: struct vnt_private remove camel case IFS names

[PATCH 1/7] b43: N-PHY: add helper for setting digital filters
 2014-07-19 10:52 UTC  (7+ messages)
` [PATCH 2/7] b43: N-PHY: update digital filters setup
` [PATCH 3/7] b43: N-PHY: update generic rev7+ workarounds
` [PATCH 4/7] b43: N-PHY: allow applying separated workarounds per core
` [PATCH 5/7] b43: N-PHY: add rev7+ workarounds for radio revs 9 and 14
` [PATCH 6/7] b43: N-PHY: final fixes to rev7+ workarounds
` [PATCH 7/7] b43: enable radio 0x2057 rev 14 support (AKA BCM43217)

[PATCH 1/5] staging: vt6656: struct vnt_private remove unused variable bRadioControlOff
 2014-07-18 22:00 UTC  (5+ messages)
` [PATCH 2/5] staging: vt6656: struct vnt_private remove unused variable bRadioOff
` [PATCH 3/5] staging: vt6656: put radio power off and on into correct state every time
` [PATCH 4/5] staging: vt6656: mac.h clean up macros
` [PATCH 5/5] staging: vt6656: remove unused macros

[PATCH] mwifiex: card reset: enable rescan of non-removable card
 2014-07-18 19:07 UTC  (4+ messages)

[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
 2014-07-18 18:50 UTC  (12+ messages)
` [PATCH 3/25] iwlegacy: "
` [PATCH 7/25] rt2x00: "
` [PATCH 14/25] adm8211: "
` [PATCH 21/25] hostap: "

Pull request: ath 20140717
 2014-07-18 17:45 UTC  (2+ messages)

pull request: bluetooth-next 2014-07-14
 2014-07-18 17:42 UTC  (2+ messages)

pull-request: mac80211 2014-07-18
 2014-07-18 16:56 UTC  (2+ messages)

[PATCH 0/2] ath10k spectral scan support
 2014-07-18 13:26 UTC  (3+ messages)
` [PATCH 1/2] ath: Move spectral debugfs structs to shared header
` [PATCH 2/2] ath10k: add spectral scan feature

[PATCH] ath10k: prevent endless pci rx loop
 2014-07-18 12:45 UTC 

[PATCH] ath10k: handle attention flags correctly when A-MSDU
 2014-07-18 12:50 UTC  (2+ messages)

[PATCH v2] ath10k: fix Rx aggregation reordering
 2014-07-18 12:41 UTC  (6+ messages)
` [PATCH v3] "

[RFC 0/2] ath10k spectral scan support
 2014-07-18 10:26 UTC  (6+ messages)
` [RFC 2/2] ath10k: add spectral scan feature

[PATCH] ath10k: extend debug code for RX path
 2014-07-18  8:34 UTC 

[PATCH] cfg80211: fix mic_failure tracing
 2014-07-18  7:58 UTC  (2+ messages)

[PATCH 1/9] staging: vt6656: usb_device_reset remove camel case
 2014-07-18  5:36 UTC  (9+ messages)
` [PATCH 2/9] staging: vt6656: fix module_param_named tx_buffers variable
` [PATCH 3/9] staging: vt6656: struct vnt_rcb remove unused members
` [PATCH 4/9] staging: vt6656: struct vnt_rcb remove camel case
` [PATCH 5/9] staging: vt6656: remove dead structure struct vnt_tx_pkt_info
` [PATCH 6/9] staging: vt6656: struct vnt_private remove dead variables
` [PATCH 7/9] staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urb
` [PATCH 8/9] staging: vt6656: struct vnt_private rename apRCB to rcb
` [PATCH 9/9] staging: vt6656: struct vnt_private rename apTD to tx_context

[PATCH] mwifiex: remove redundant timestamps in debug prints
 2014-07-17 22:55 UTC 

[PATCH] mwifiex: do not re-associate when already connected
 2014-07-17 18:49 UTC 

[PATCH] mwifiex: remove needless current_bssid variable
 2014-07-17 18:48 UTC 

[PATCH 1/6] b43: N-PHY: fix channel switching with 2 GHz radio 0x2057
 2014-07-17 17:31 UTC  (6+ messages)
` [PATCH 2/6] b43: N-PHY: add tables for radio 0x2057 rev 14
` [PATCH 3/6] b43: N-PHY: complete 0x2057 radio init calibration
` [PATCH 4/6] b43: N-PHY: set band on every channel switch
` [PATCH 5/6] b43: use one shared function for setting MAC frequency
` [PATCH 6/6] b43: N-PHY: update spur avoidance to support newer devices

[PATCH 00/15] mac80211 TDLS QoS/HT support
 2014-07-17 14:14 UTC  (16+ messages)
` [PATCH 01/15] mac80211: track TDLS initiator internally
` [PATCH 02/15] mac80211: fix error path for TDLS setup
` [PATCH 03/15] mac80211: consolidate TDLS IE treatment
` [PATCH 04/15] mac80211: split extra TDLS IEs in setup frames
` [PATCH 05/15] mac80211: avoid adding some IEs on TDLS setup failure packets
` [PATCH 06/15] mac80211: set TDLS capab to zero on failure frames
` [PATCH 07/15] mac80211: add QoS IE during TDLS setup start
` [PATCH 08/15] mac80211: add TDLS QoS param IE on setup-confirm
` [PATCH 09/15] mac80211: move TDLS data to mgd private part
` [PATCH 10/15] mac80211: support HT for TDLS stations
` [PATCH 11/15] mac80211: set Rx highest rate in ht_cap
` [PATCH 12/15] mac80211: disable VHT for TDLS
` [PATCH 13/15] cfg80211: fix TDLS setup with VHT peers
` [PATCH 14/15] mac80211: ignore frames between TDLS peers when operating as AP
` [PATCH 15/15] mac80211: make sure TDLS teardown packet is sent on time

[PATCH 4/4] ath9k: drop negativity checks for unsigned values coming from kstrtoul()
 2014-07-17 13:56 UTC 

[PATCH 1/2] ath10k: simplify tx helpers
 2014-07-17 12:45 UTC  (2+ messages)
` [PATCH 2/2] ath10k: workaround qos nullfunc bug

[RFC/RFT 1/2] ath10k: fix monitor start/stop sequences
 2014-07-17  5:15 UTC  (4+ messages)
` [RFC/RFT 2/2] ath10k: don't start monitor vdev for promisc

About WSMP (Wave Short Message Protocol)
 2014-07-17  4:28 UTC 

How to replace control code in gdm72xx?
 2014-07-17  0:59 UTC  (3+ messages)

[PATCH] ath9k: set up tx power into the MRR
 2014-07-16 23:06 UTC  (4+ messages)
` [ath9k-devel] "

[PATCH 01/21] staging: vt6656: baseband.c rename awcFrameTime to vnt_frame_time
 2014-07-16 21:22 UTC  (13+ messages)
` [PATCH 02/21] staging: vt6656: rename BBvSetAntennaMode to vnt_set_antenna_mode
` [PATCH 11/21] staging: vt6656: device_init_registers remove camel case
` [PATCH 12/21] staging: vt6656: main_usb replace DBG_PRT debug messages
` [PATCH 13/21] staging: vt6656: replace DBG_PRT error messages
` [PATCH 14/21] staging: vt6656: power.c replace DBG_PRT debug messages
` [PATCH 15/21] staging: vt6656: remove DBG_PRT kernel messages macro and enums
` [PATCH 16/21] staging: vt6656: main_usb.c Replace DEVICE_PARAM RxDescriptors0
` [PATCH 17/21] staging: vt6656: main_usb.c Replace DEVICE_PARAM TxDescriptors0
` [PATCH 18/21] staging: vt6656: remove dead code DEVICE_PARAM
` [PATCH 19/21] staging: vt6656: main_usb remove dead module params macros
` [PATCH 20/21] staging: vt6656: main_usb remove static function declarations
` [PATCH 21/21] staging: vt6656: Remove commented out long frequency_list


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