linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-13 19:08:58 to 2015-08-19 06:59:36 UTC [more...]

[PATCH 01/13] staging: wilc1000: wilc_msgqueue.c: remove braces for single statement
 2015-08-19  6:59 UTC  (7+ messages)
` [PATCH 02/13] staging: wilc1000: wilc_msgqueue.c: remove blank line after open brace
` [PATCH 03/13] staging: wilc1000: wilc_msgqueue.c: remove multiple blank lines
` [PATCH 04/13] staging: wilc1000: wilc_msgqueue.c: remove blank line before a close brace
` [PATCH 05/13] staging: wilc1000: wilc_msgqueue.c: remove unnecessary parentheses
` [PATCH 06/13] staging: wilc1000: wilc_msgqueue.c: use ! operator instead of NULL comparison
` [PATCH 07/13] staging: wilc1000: wilc_msgqueue.c: remove kfree NULL check

[PATCH 0/3] staging: wilc1000: code style patches
 2015-08-19  3:14 UTC  (40+ messages)
` [PATCH 1/3] staging: wilc1000: code style: fix macro with multiple statements
      ` [PATCH 0/5] staging: wilc1000: code improvements
        ` [PATCH 1/5] staging: wilc1000: remove DECLARE_WILC_BUFFER()
        ` [PATCH 2/5] staging: wilc1000: remove FREE_WILC_BUFFER()
        ` [PATCH 3/5] staging: wilc1000: replace MALLOC_WILC_BUFFER() macro to avoid possible memory leak
        ` [PATCH 4/5] staging: wilc1000: use pr_* instead of printk
        ` [PATCH 5/5] staging: wilc1000: remove void function return statements that are not useful
        ` [PATCHv2 0/5] staging: wilc1000: code improvements
          ` [PATCHv2 1/5] staging: wilc1000: remove void function return statements that are not useful
          ` [PATCHv2 2/5] staging: wilc1000: use pr_* instead of printk
              ` [PATCHv3] staging: wilc1000: use netdev_* "
          ` [PATCHv2 3/5] staging: wilc1000: remove DECLARE_WILC_BUFFER()
          ` [PATCHv2 4/5] staging: wilc1000: remove FREE_WILC_BUFFER()
          ` [PATCHv2 5/5] staging: wilc1000: replace MALLOC_WILC_BUFFER() macro to avoid possible memory leak
              ` [PATCHv3] "
                        ` [PATCHv4 0/2] staging: wilc1000: code improvements
                          ` [PATCHv4 1/2] staging: wilc1000: remove FREE_WILC_BUFFER()
                          ` [PATCHv4 2/2] staging: wilc1000: replace MALLOC_WILC_BUFFER() macro to avoid possible memory leak
` [PATCH 2/3] staging: wilc1000: code style: fix globals initialized to false
` [PATCH 3/3] staging: wilc1000: code style: fix open brace { on wrong line

[PATCH] staging: wilc1000: Set all options in region debugfs file
 2015-08-19  3:01 UTC  (2+ messages)

brcmsmac AP not working with [14e4:4353]
 2015-08-18 20:37 UTC 

mac80211: add rate mask logic for vht rates
 2015-08-18 19:47 UTC 

CT ath10k firmware now supports IBSS + RSN
 2015-08-18 16:11 UTC  (5+ messages)

pull request: iwlwifi-next 2015-08-18
 2015-08-18 14:24 UTC  (28+ messages)
` [PATCH 01/26] iwlwifi: mvm: Add FW paging mechanism for the UMAC on PCI
` [PATCH 02/26] iwlwifi: mvm: print secboot status registers on alive timeout
` [PATCH 03/26] iwlwifi: pcie: dump RBs when FW error occurs
` [PATCH 04/26] iwlwifi: mvm: revert to our old skip over dtim policy
` [PATCH 05/26] iwlwifi: Add max TX aggregation size for 8260 SDIO devices series
` [PATCH 06/26] iwlwifi: add new TLV capability flag for gscan support
` [PATCH 07/26] iwlwifi: pcie: support frag SKBs
` [PATCH 08/26] iwlwifi: mvm: add the ability to trigger only monitor dumps
` [PATCH 09/26] iwlwifi: pcie: New RBD allocation model
` [PATCH 10/26] iwlwifi: mvm: Add FW paging mechanism for the UMAC on SDIO
` [PATCH 11/26] iwlwifi: mvm: ToF - Set correct range request cmd id
` [PATCH 12/26] iwlwifi: mvm: set different pm_timeout for action frames
` [PATCH 13/26] iwlwifi: make sure d3_suspend/resume ops exist
` [PATCH 14/26] iwlwifi: mvm: simplify calculating scan dwells and other timing values
` [PATCH 15/26] iwlwifi: mvm: remove partial and full scan lists from lmac sched scan
` [PATCH 16/26] iwlwifi: mvm: add debug info to schedule scan complete message
` [PATCH 17/26] iwlwifi: pass NAPI struct from transport layer
` [PATCH 18/26] iwlwifi: convert hex_dump_to_buffer() to %*ph
` [PATCH 19/26] iwlwifi: mvm: fix a range check in debugfs code
` [PATCH 20/26] iwlwifi: mvm: support TDLS wider-bandwidth
` [PATCH 21/26] iwlwifi: mvm: Enable power management on low-latency bss
` [PATCH 22/26] iwlwifi: rs: disable MIMO only if allowed in configuration
` [PATCH 23/26] iwlwifi: bump mvm firmware API to 16
` [PATCH 24/26] iwlwifi: out-of-bounds access in iwl_init_sband_channels
` [PATCH 25/26] iwlwifi: mvm: don't disconnect on beacon loss in D0I3
` [PATCH 26/26] iwlwifi: mvm: fix a race in D0i3 vs. Tx path

[PATCH] staging: wilc1000: add a blank line after declaration
 2015-08-18 14:18 UTC 

[PATCH] mac80211: protect non-HT BSS when HT TDLS traffic exists
 2015-08-18 13:52 UTC 

[PATCH/RFT 0/2] ath10k: add qca6164 support
 2015-08-18 11:30 UTC  (5+ messages)
` [PATCH/RFT 1/2] "
` [PATCH/RFT 2/2] ath10k: rename qca6174 to qca61x4

[PATCH 0/5] staging: wilc1000: 64bit build patch
 2015-08-18  9:12 UTC  (10+ messages)
` [PATCH 2/5] staging: wilc1000: change void pointer type to real type
` [PATCH 4/5] staging: wilc1000: use the real data type
` [PATCH 5/5] staging: wilc1000: use id value as argument

[PATCH v3] bcma: switch GPIO portions to use GPIOLIB_IRQCHIP
 2015-08-18  6:09 UTC  (2+ messages)
` [v3] "

[PATCH] ath9k: add correct MAC/BB name for ar9561
 2015-08-18  6:08 UTC  (2+ messages)
`  "

[PATCH 1/2 V2] wl18xx: update statistics acx and debugfs files
 2015-08-18  6:06 UTC  (2+ messages)
` [1/2,V2] "

[PATCH] rt2x00: adjust EEPROM_SIZE for rt2500usb
 2015-08-18  6:05 UTC  (2+ messages)
`  "

[PATCH] mwl8k: refactor some conditionals for clarity
 2015-08-18  6:04 UTC  (2+ messages)
`  "

[PATCH] rtlwifi: rtl8192cu: Remove pci check routine in rtl92c_enable_interrupt
 2015-08-18  6:02 UTC  (2+ messages)
` rtlwifi: rtl8192cu: Remove pci check routine inrtl92c_enable_interrupt

[PATCH] rtlwifi: rtl8192cu: Remove and replace routine in hw.c and mac.c
 2015-08-18  5:58 UTC  (2+ messages)
`  "

[PATCH] rtlwifi: rtl8192cu: remove duplicated routine in hw.c and mac.c
 2015-08-18  5:57 UTC  (2+ messages)
`  "

pull-request: mac80211-next 2015-08-14
 2015-08-18  5:48 UTC  (4+ messages)

pull-request: mac80211 2015-08-14
 2015-08-17 21:03 UTC  (2+ messages)

[PATCH 1/4] staging: wilc1000: delete wilc_log.h
 2015-08-17 19:53 UTC  (8+ messages)
` [PATCH 2/4] staging: wilc1000: delete wilc_osconfig.h
` [PATCH 3/4] staging: wilc1000: remove WILC_ErrNo
` [PATCH 4/4] staging: wilc1000: return -EINVAL for invalid argument checking

[PATCH] ath10k: Fill in wmi 10.4 command handlers for addba/delba debug commands
 2015-08-17 14:49 UTC  (2+ messages)

[PATCH v2 1/2] ath10k: refactor phyerr event handlers
 2015-08-17 14:47 UTC  (2+ messages)

[PATCH] wil6210: match wait_for_completion_timeout return type
 2015-08-17 14:42 UTC  (2+ messages)

[PATCH] ath10k: split ap/ibss wep key install process
 2015-08-17 14:37 UTC  (2+ messages)

[PATCH V2 0/7] brcmfmac: nvram loading and code rework
 2015-08-17 14:25 UTC  (11+ messages)
` [PATCH V2 1/7] brcmfmac: Add support for host platform NVRAM loading
` [PATCH V2 2/7] brcmfmac: correct interface combination info
` [PATCH V2 3/7] brcmfmac: Increase nr of supported flowrings
` [PATCH V2 4/7] brcmfmac: add debugfs entry for msgbuf statistics
` [PATCH V2 5/7] brcmfmac: make use of cfg80211_check_combinations()
` [PATCH V2 6/7] brcmfmac: block the correct flowring when backup queue overflow
` [PATCH V2 7/7] brcmfmac: bump highest event number for 4339 firmware

[PATCH 1/2] ath10k: Fix invalid survey reporting for QCA99X0
 2015-08-17 13:46 UTC  (2+ messages)

[PATCH] ath10k: wake up queue upon vif creation
 2015-08-17 13:45 UTC  (2+ messages)

[PATCH] ath10k: wake up offchannel queue properly
 2015-08-17 13:40 UTC  (2+ messages)

[PATCH] net/wireless: enable wiphy device to suspend/resume asynchronously
 2015-08-17  8:46 UTC  (5+ messages)

[PATCH 1/6] staging: wilc1000: use kmalloc instead of WILC_NEW
 2015-08-17  2:05 UTC  (6+ messages)
` [PATCH 2/6] staging: wilc1000: remove WILC_NEW and WILC_NEW_EX
` [PATCH 3/6] staging: wilc1000: remove unnecessary void pointer cast
` [PATCH 4/6] staging: wilc1000: remove unused codes of gps8ConfigPacket
` [PATCH 5/6] staging: wilc1000: coreconfigurator.c: use kmalloc instead of WILC_MALLOC
` [PATCH 6/6] staging: wilc1000: coreconfigurator.c: fix kmalloc error check

[PATCH] rtlwifi: rtl8723be: disable FW control power save
 2015-08-17  1:16 UTC  (9+ messages)

[PATCH v2] nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC Chip
 2015-08-16 21:07 UTC  (2+ messages)

[PATCH 0/9] various patches from our internal tree
 2015-08-16  8:13 UTC  (12+ messages)
` [PATCH 1/9] mac80211: debugfs: add file to disallow TDLS wider-bw
` [PATCH 2/9] mac80211: TDLS: add proper HT-oper IE
` [PATCH 3/9] mac80211: TDLS: check reg with IR-relax on chandef upgrade
` [PATCH 4/9] nl80211: support vendor dumpit commands
` [PATCH 5/9] mac80211: Introduce per vif frame registration API
` [PATCH 6/9] mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx support
` [PATCH 7/9] mac80211: allow to transmit A-MSDU within A-MPDU
  ` [PATCH v2 "
` [PATCH 8/9] mac80211: avoid VHT usage with no 80MHz chans allowed
` [PATCH 9/9] mac80211: remove direct probe step before authentication

[PATCH 1/4] staging: vt6655: replace typedef struct tagRDES0
 2015-08-15 20:57 UTC  (4+ messages)
` [PATCH 2/4] staging: vt6655: replace typedef struct tagRDES1
` [PATCH 3/4] staging: vt6655: replace typedef struct tagDEVICE_RD_INFO
` [PATCH 4/4] staging: vt6655: replace typedef struct tagSRxDesc

[PATCH] mac80211: process skb_queue while scanning in HW
 2015-08-15 19:04 UTC 

[PATCH] rtlwifi: rtl8192ee: fix semicolon.cocci warnings
 2015-08-15 16:47 UTC  (2+ messages)

[PATCH v3] staging: wilc1000: Process WARN, INFO options of debug levels from user
 2015-08-15  6:53 UTC 

[PATCH v2] staging: wilc1000: Process WARN, INFO options of debug levels from user
 2015-08-15  2:06 UTC  (2+ messages)

[PATCH 1/6] staging: vt6655: desc.h replace typedef struct tagTDES0
 2015-08-14 21:58 UTC  (6+ messages)
` [PATCH 2/6] staging: vt6655: replaced typedef struct tagTDES1
` [PATCH 3/6] staging: vt6655: struct tagDEVICE_TD_INFO resize dwReqCount
` [PATCH 4/6] staging: vt6655: struct tagDEVICE_TD_INFO remove dwHeaderLength
` [PATCH 5/6] staging: vt6655: replace typedef struct tagDEVICE_TD_INFO and structure
` [PATCH 6/6] staging: vt6655: Replace typedef struct tagSTxDesc

FCC's new regulations on 5Ghz Wifi
 2015-08-14 21:47 UTC 

set channel from radiotap headers during injection
 2015-08-14 21:39 UTC  (2+ messages)

iw coalesce show - disabled at init?
 2015-08-14 18:05 UTC  (5+ messages)

Ath10 firmware crashing in Monitor mode(Sniffer mode)
 2015-08-14 15:57 UTC  (12+ messages)

About adding support for MT76x2U to Linux kernel
 2015-08-14 12:32 UTC  (2+ messages)

[PATCH] mwifiex: control WLAN and bluetooth coexistence modes
 2015-08-14  9:59 UTC 

[PATCH] iwlwifi: out-of-bounds access in iwl_init_sband_channels
 2015-08-14  9:05 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH 1/2] average: provide macro to create static EWMA
 2015-08-14  9:05 UTC  (6+ messages)
` GCOV_PROFILE_ALL breaks BUILD_BUG_ON(!is_power_of_2(8))

[PATCH] ath9k_htc: do ani shortcalibratio if we got -ETIMEDOUT
 2015-08-14  5:16 UTC  (3+ messages)
  ` [ath9k-devel] "
    ` [PATCH v2] "

[PATCH v2] ath9k_htc: introduce support for different fw versions
 2015-08-14  5:12 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/2] iw: fixes to Android.mk to include "iw" in AOSP builds
 2015-08-13 20:47 UTC  (8+ messages)

[PATCH] staging: wilc1000: Process WARN, INFO options of debug levels from user
 2015-08-13 19:08 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).