Linux-Wireless Archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-02 18:49:31 to 2012-03-04 20:49:38 UTC [more...]

3.3-rc6: Reported regressions from 3.2
 2012-03-04 20:29 UTC 

[PATCH 000/101] update for 3.4: iwlwifi 2012-03-04
 2012-03-04 19:29 UTC  (102+ messages)
` [PATCH 001/101] iwlwifi: move iwl_clear_driver_stations to user
` [PATCH 002/101] iwlwifi: remove an unused argument
` [PATCH 003/101] iwlwifi: reduce sta_lock hold time in TX
` [PATCH 004/101] iwlwifi: simplify code in iwlagn_key_sta_id
` [PATCH 005/101] iwlwifi: build some station commands directly
` [PATCH 006/101] iwlwifi: introduce per-queue locks
` [PATCH 007/101] iwlwifi: make sta lock private & BH lock
` [PATCH 008/101] iwlwifi: introduce statistics lock
` [PATCH 009/101] iwlwifi: remove shared lock
` [PATCH 010/101] iwlwifi: make EXIT_PENDING depend on mac80211
` [PATCH 011/101] iwlwifi: simplify auth/assoc flow
` [PATCH 012/101] iwlwifi: remove per-device debug level
` [PATCH 013/101] iwlwifi: remove SKU from config
` [PATCH 014/101] iwlwifi: use valid TX/RX antenna from hw_params
` [PATCH 015/101] iwlwifi: make config const
` [PATCH 016/101] iwlwifi: reduce IDI code ifdef
` [PATCH 017/101] iwlwifi: clean up (wowlan) suspend flow
` [PATCH 018/101] iwlwifi: move wowlan bool into priv
` [PATCH 019/101] iwlwifi: use ieee80211_tx_status
` [PATCH 020/101] iwlwifi: pass response packet directly
` [PATCH 021/101] iwlwifi: don't pass iwl_rx_mem_buffer to upper layers
` [PATCH 022/101] iwlwifi: refactor PCI-E RX path
` [PATCH 023/101] iwlwifi: transport's tx_agg_alloc must not sleep
` [PATCH 024/101] iwlwifi: move queue functions to PCI-E
` [PATCH 025/101] iwlwifi: iwl_rx_cmd_buffer belongs to transport API
` [PATCH 026/101] iwlwifi: move tid_to_ac to PCI-E
` [PATCH 027/101] iwlwifi: move IWL_MASK into file using it
` [PATCH 028/101] iwlwifi: move traffic log definitions
` [PATCH 029/101] iwlwifi: fix station HT parameters
` [PATCH 030/101] iwlwifi: move uCode deallocation to drv
` [PATCH 031/101] iwlwifi: move iwl_base_params to shared header
` [PATCH 032/101] iwlwifi: move firmware request into drv
` [PATCH 033/101] iwlwifi: move firmware completion wait
` [PATCH 034/101] iwlwifi: move ucode loading to op_mode
` [PATCH 035/101] iwlwifi: split out firmware store
` [PATCH 036/101] iwlwifi: remove iwl-wifi.h
` [PATCH 037/101] iwlwifi: add wrappers for command sending
` [PATCH 038/101] iwlwifi: move RF/CT kill check to command wrapper
` [PATCH 039/101] iwlwifi: move lockdep assertion into DVM
` [PATCH 040/101] iwlwifi: move mutex out of shared
` [PATCH 041/101] iwlwifi: move rfkill status handling out of transport
` [PATCH 042/101] iwlwifi: rename ucode.h to fw-file.h
` [PATCH 043/101] iwlwifi: remove AMT check from transport
` [PATCH 044/101] iwlwifi: remove shadow_reg_enable from hw_params
` [PATCH 045/101] iwlwifi: move status check functions out of shared
` [PATCH 046/101] iwlwifi: make tracing use device as identifier
` [PATCH 047/101] iwlwifi: virtualize command queue full behaviour
` [PATCH 048/101] iwlwifi: clean up iwl-core.h inclusions
` [PATCH 049/101] iwlwifi: remove num_of_queues module parameter
` [PATCH 050/101] iwlwifi: remove max_txq_num from hw_params
` [PATCH 051/101] iwlwifi: keep plcp_delta_threshold in priv
` [PATCH 052/101] iwlwifi: use watchdog timeout from hw_params
` [PATCH 053/101] iwlwifi: put use_rts_for_aggregation into hw_params
` [PATCH 054/101] iwlwifi: constify remaining config data
` [PATCH 055/101] iwlwifi: fix notification wait bug
` [PATCH 056/101] iwlwifi: abstract out notification wait support
` [PATCH 057/101] iwlwifi: move ucode_owner to priv
` [PATCH 058/101] iwlwifi: move all uCode load variables
` [PATCH 059/101] iwlwifi: move irq to PCIe
` [PATCH 060/101] iwlwifi: move packet to transport
` [PATCH 061/101] iwlwifi: virtualize nic_config
` [PATCH 062/101] iwlwifi: remove priv from shared
` [PATCH 063/101] iwlwifi: remove PA type configuration
` [PATCH 064/101] iwlwifi: don't include iwl-prph.h everywhere
` [PATCH 065/101] iwlwifi: clean up iwl-commands.h
` [PATCH 066/101] iwlwifi: make iwl_fill_probe_req static
` [PATCH 067/101] iwlwifi: remove unused arguments from iwlagn_gain_computation
` [PATCH 068/101] iwlwifi: remove unused argument from rs_initialize_lq
` [PATCH 069/101] iwlwifi: move iwl_sta_id_or_broadcast to user
` [PATCH 070/101] iwlwifi: remove unused argument from iwl_init_hw_rates
` [PATCH 071/101] iwlwifi: remove two unused arguments in testmode
` [PATCH 072/101] iwlwifi: remove unused argument from iwlagn_suspend
` [PATCH 073/101] iwlwifi: redesign PASSIVE_NO_RX workaround
` [PATCH 074/101] iwlwifi: transport's tx_agg_disable must be atomic
` [PATCH 075/101] iwlwifi: remove BT handlers from lib_ops
` [PATCH 076/101] iwlwifi: move BT/HT params to shared
` [PATCH 077/101] iwlwifi: make EEPROM enhanced TX power a bool
` [PATCH 078/101] iwlwifi: remove unused max_nrg_cck from sensitivity and constify
` [PATCH 079/101] iwlwifi: return error if loading uCode failed
` [PATCH 080/101] iwlwifi: dump stack when fail to gain access to the device
` [PATCH 081/101] iwlwifi: always check if got h/w access before write
` [PATCH 082/101] iwlwifi: cleanup/fix memory barriers
` [PATCH 083/101] iwlwifi: use writeb,writel,readl directly
` [PATCH 084/101] iwlwifi: print DMA stop timeout error only if it happened
` [PATCH 085/101] iwlwifi: reintroduce iwl_enable_rfkill_int
` [PATCH 086/101] iwlwifi: add testmode command for rx forwarding
` [PATCH 087/101] iwlwifi: fixed testmode notifications length
` [PATCH 088/101] iwlwifi: add option to test MFP
` [PATCH 089/101] iwlwifi: separate status to priv and trans
` [PATCH 090/101] iwlwifi: make tx_cmd_pool kmem cache global
` [PATCH 091/101] iwlwifi: log stop / wake queues
` [PATCH 092/101] iwlwifi: configure transport layer from dvm op mode
` [PATCH 093/101] iwlwifi: move setting up fw parameters
` [PATCH 094/101] iwlwifi: more status bit factoring
` [PATCH 095/101] iwlwifi: move command queue number out of the iwl_shared struct
` [PATCH 096/101] iwlwifi: remove messages from queue wake/stop
` [PATCH 097/101] iwlwifi: make iwl_init_context static
` [PATCH 098/101] iwlwifi: restore PAN support
` [PATCH 099/101] iwlwifi: don't delete AP station directly
` [PATCH 100/101] iwlwifi: correct status bit refactoring errors
` [PATCH 101/101] iwlwifi: always monitor for stuck queues

[PATCH 3.3] iwlwifi: always monitor for stuck queues
 2012-03-04 16:50 UTC 

[PATCH 3.3] iwlwifi: fix wowlan suspend
 2012-03-04 16:31 UTC 

[PATCH] compat-iwlwifi: properly handle mac80211 tracing
 2012-03-04  9:18 UTC  (2+ messages)

[PATCH 00/11] wl12xx: various patches
 2012-03-04  8:55 UTC  (12+ messages)
` [PATCH 01/11] wl12xx: don't start dev role on ibss vifs
` [PATCH 02/11] wl12xx: consider bss_conf->idle instead of hw->conf.flags
` [PATCH 03/11] wl12xx: implement sta_state callback
` [PATCH 04/11] wl12xx: set authorized AP on sta_state notification
` [PATCH 05/11] wl12xx: increment session_counter for device role as well
` [PATCH 06/11] wl12xx: set correct vif type in change_interface callback
` [PATCH 07/11] wl12xx: don't handle change_channel while associated
` [PATCH 08/11] wl12xx: don't allow scanning while device is in ROC
` [PATCH 09/11] wl12xx: configure the correct beacon_interval
` [PATCH 10/11] wl12xx: avoid bug_on_recovery during fw switch
` [PATCH 11/11] wl12xx: print the tx packet len

[PATCH] compat-wireless: remove unaligned from mac80211 patch
 2012-03-04  8:32 UTC 

[PATCH] compat-wireless: Handle name change from iwlagn to iwlwifi in 3.2
 2012-03-04  8:12 UTC  (2+ messages)

[RFC] bcma: add support for on-chip OTP memory used for SPROM storage
 2012-03-03 22:44 UTC  (5+ messages)

[RFT 2/2] p54: only unregister ieee80211_hw when it has been registered
 2012-03-03 20:46 UTC 

[RFT 1/2] p54pci: convert driver to use asynchronous firmware loading
 2012-03-03 20:46 UTC 

[PATCH 2/2] p54pci: use new driver.pm interface for suspend/resume
 2012-03-03 20:25 UTC 

[PATCH 1/2] p54: pass interface setup errors back to mac80211
 2012-03-03 20:24 UTC 

[PATCH] wl12xx: implement SW Tx watchdog
 2012-03-03 20:18 UTC 

[PATCH] compat: makes all compat symbols EXPORT_SYMBOL_GPL()
 2012-03-03 16:15 UTC  (3+ messages)

[PATCH 1/5] ath9k_hw: use cold instead of warm reset on AR9280
 2012-03-03 15:28 UTC  (11+ messages)
` [PATCH 2/5] ath9k: make MAC sample statistics optional
  ` [PATCH 3/5] ath9k: remove rssi/antenna information from recv debug stats
    ` [PATCH 4/5] ath9k: get rid of double queueing of rx frames on EDMA
      ` [PATCH 5/5] ath9k: fix signal strength reporting issues

mesh smatch (or sparse?) errors
 2012-03-03 11:39 UTC 

[PATCH v2 1/2] cfg80211: expose cfg80211_calculate_bitrate()
 2012-03-03 11:37 UTC  (3+ messages)
` [PATCH v2 2/2] mac80211: fix mesh airtime link metric estimating

[PATCH] rtlwifi: rtl8192ce: Fix loss of receive performance
 2012-03-03  2:52 UTC 

getting syntax error while performing "make install"
 2012-03-02 23:38 UTC  (2+ messages)
` getting syntax error while performing

[PATCH 1/3] mac80211: expose sta_set_sinfo()
 2012-03-02 23:29 UTC  (5+ messages)
` [PATCH 2/3] cfg80211: expose cfg80211_calculate_bitrate()
` [PATCH 3/3] mac80211: fix mesh airtime link metric estimating

[PATCHv5 1/2] mac80211_hwsim: Add tsf to beacons, probe responses and radiotap header
 2012-03-02 23:21 UTC  (3+ messages)
` [PATCHv5 2/2] mac80211: Modify tsf via debugfs in mesh interfaces

[PATCH 0/7] firmware request changed for udev and other cleanup
 2012-03-02 21:55 UTC  (8+ messages)
` [PATCH 1/7] brcm80211: fmac: remove unnecessary NULL pointer check
` [PATCH 2/7] brcm80211: fmac: remove brcmf_usb_attrib structure
` [PATCH 3/7] brcm80211: fmac: use counters in brcmf_bus structure
` [PATCH 4/7] brcm80211: fmac: initialize host interface drivers regardless result
` [PATCH 5/7] brcm80211: fmac: remove firmware requests from init_module syscall
` [PATCH 6/7] brcm80211: smac: "
` [PATCH 7/7] brcm80211: smac: cleanup couple of debug output statements

[PATCHv3 1/2] mac80211_hwsim: Add tsf to beacons, probe responses and radiotap header
 2012-03-02 21:46 UTC  (8+ messages)
` [PATCHv3 2/2] mac80211: Modify tsf via debugfs in mesh interfaces

[PATCHv4 1/2] mac80211_hwsim: Add tsf to beacons, probe responses and radiotap header
 2012-03-02 21:38 UTC  (2+ messages)
` [PATCHv4 2/2] mac80211: Modify tsf via debugfs in mesh interfaces

[PATCH] rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cu
 2012-03-02 21:23 UTC 

[PATCHv2 00/21] cw1200: ST-Ericsson cw1200 wlan device driver
 2012-03-02 20:26 UTC  (22+ messages)
  ` [PATCHv2 01/21] cw1200: cw1200.h, private driver data
  ` [PATCHv2 02/21] cw1200: cw1200_plat.h, definition of the driver'ss platform data
  ` [PATCHv2 03/21] cw1200: sbus.h, common device interface abstraction
  ` [PATCHv2 04/21] cw1200: cw1200_sdio.c, implementation of SDIO wrapper for the driver
  ` [PATCHv2 05/21] cw1200: hwio.*, device reg/mem map and low-level i/o primitives
  ` [PATCHv2 06/21] cw1200: fwio.*, firmware downloading code for the cw1200 driver
  ` [PATCHv2 07/21] cw1200: queue.*, implementation of TX queues of "
  ` [PATCHv2 08/21] cw1200: wsm.*, implementation of device high-level interface
  ` [PATCHv2 09/21] cw1200: txrx.*, implementation of datapath
  ` [PATCHv2 10/21] cw1200: ht.h, small helper header with HT definitions
  ` [PATCHv2 11/21] cw1200: bh.*, device serving thread
  ` [PATCHv2 12/21] cw1200: sta.*, mac80211 STA callbacks
  ` [PATCHv2 13/21] cw1200: ap.*, mac80211 AP callbacks
  ` [PATCHv2 14/21] cw1200: scan.*, mac80211 hw_scan callback
  ` [PATCHv2 15/21] cw1200: debug.*, implementation of the driver's debugfs
  ` [PATCHv2 16/21] cw1200: itp.*, internal device test and calibration code
  ` [PATCHv2 17/21] cw1200: pm.*, power management code
  ` [PATCHv2 18/21] cw1200: main.c, core initialization code
  ` [PATCHv2 19/21] cw1200: TODO list
  ` [PATCHv2 20/21] cw1200: Credits
  ` [PATCHv2 21/21] cw1200: Kconfig + Makefile for the driver

[PATCH 2/2] rtlwifi: Remove extraneous value return
 2012-03-02 19:22 UTC 

[PATCH 1/2] rtlwifi: Detect misread of end-point count
 2012-03-02 19:21 UTC 

Problem with b43 driver
 2012-03-02 19:03 UTC  (2+ messages)

requesting information on null frame send during scan in mac80211 - linux 3_1_4 code base
 2012-03-02 18:39 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 read-only IMAP folder(s) and NNTP newsgroup(s).