messages from 2012-02-29 17:20:16 to 2012-03-02 22:07:15 UTC [more...]
[PATCHv5 1/2] mac80211_hwsim: Add tsf to beacons, probe responses and radiotap header
2012-03-02 22:07 UTC
[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
[PATCHv2 1/3] mac80211_hwsim: Add tsf to beacons, probe responses and radiotap header
2012-03-02 18:16 UTC (6+ messages)
` [PATCHv2 2/3] mac80211: Modify tsf via debugfs in mesh interfaces
` [PATCHv2 3/3] mac80211_hwsim: Implement ieee80211_ops:tx_last_beacon
[PATCH] ath5k: allow AP and mesh mode to operate simultaneously
2012-03-03 1:48 UTC
firmware error
2012-03-02 16:59 UTC (3+ messages)
` [Ilw] "
[PATCH 00/21] cw1200: mac80211-based driver for ST-Ericsson CW1200 device
2012-03-02 15:45 UTC (29+ messages)
` [PATCH 01/21] cw1200: cw1200.h, private driver data
` [PATCH 02/21] cw1200: cw1200_plat.h, definition of the driver'ss platform data
` [PATCH 03/21] cw1200: sbus.h, common device interface abstraction
` [PATCH 04/21] cw1200: cw1200_sdio.c, implementation of SDIO wrapper for the driver
` [PATCH 05/21] cw1200: hwio.*, device reg/mem map and low-level i/o primitives
` [PATCH 06/21] cw1200: fwio.*, firmware downloading code for the cw1200 driver
` [PATCH 07/21] cw1200: queue.*, implementation of TX queues of "
` [PATCH 08/21] cw1200: wsm.*, implementation of device high-level interface
` [PATCH 09/21] cw1200: txrx.*, implementation of datapath
` [PATCH 10/21] cw1200: ht.h, small helper header with HT definitions
` [PATCH 11/21] cw1200: bh.*, device serving thread
` [PATCH 12/21] cw1200: sta.*, mac80211 STA callbacks
` [PATCH 13/21] cw1200: ap.*, mac80211 AP callbacks
` [PATCH 14/21] cw1200: scan.*, mac80211 hw_scan callback
` [PATCH 15/21] cw1200: debug.*, implementation of the driver's debugfs
` [PATCH 16/21] cw1200: itp.*, internal device test and calibration code
` [PATCH 17/21] cw1200: pm.*, power management code
` [PATCH 18/21] cw1200: main.c, core initialization code
` [PATCH 19/21] cw1200: TODO list
` [PATCH 20/21] cw1200: Credits
` [PATCH 21/21] cw1200: Kconfig + Makefile for the driver
[PATCH] mac80211: combine QoS with other BSS changes
2012-03-02 14:56 UTC
[PATCH] cfg80211/mac80211: report signal strength for mgmt frames
2012-03-02 12:40 UTC
[PATCH] ath6kl: Restrict memcpy to bounce buffer only for write request
2012-03-02 12:32 UTC
[PATCH] mac80211: use common radiotap code for cooked monitors
2012-03-02 12:18 UTC
[RFC] bcma: add support for on-chip OTP memory used for SPROM storage
2012-03-02 10:39 UTC (12+ messages)
[PATCH V2] cfg80211: Add an attribute to set inactivity timeout in AP mode
2012-03-02 10:23 UTC (2+ messages)
[PATCH] cfg80211: Add an attribute to set inactivity timeout in AP mode
2012-03-02 10:18 UTC (3+ messages)
[PATCH] Staging: rtl8712: Change double device ID back to original value
2012-03-02 8:57 UTC (3+ messages)
` AW: "
Build Error Report
2012-03-02 1:58 UTC
[patch] mwifiex: endian bug in mwifiex_drv_change_adhoc_chan()
2012-03-01 19:45 UTC (2+ messages)
[PATCH] ath6kl: Add provision to define suspend policy in disconnected state
2012-03-01 19:30 UTC (4+ messages)
[PATCH] mac80211: add an rx flag for ignoring a packet's signal strength
2012-03-01 17:00 UTC
wireless-testing fail compiling
2012-03-01 15:51 UTC (7+ messages)
About nl80211/mac80211 packet injection
2012-03-01 14:40 UTC
Fw: Google summer of code application for organization opened; wireless projects
2012-03-01 14:52 UTC (3+ messages)
[PATCH 1/2] cfg80211: use compare_ether_addr on MAC addresses instead of memcmp
2012-03-01 14:32 UTC (3+ messages)
` [PATCH 2/2] mac80211: "
[PATCH] cfg80211: fix kernel-doc
2012-03-01 14:31 UTC (2+ messages)
[PATCH] cfg80211: Add an attribute to set inactivity timeout in AP mode
2012-03-01 14:27 UTC (3+ messages)
[PATCH v3] {nl,cfg,mac}80211: Implement RSSI threshold for mesh peering
2012-03-01 14:25 UTC (2+ messages)
[PATCH v2] cfg80211: Add background scan period attribute
2012-03-01 14:23 UTC (2+ messages)
[RFC 1/2] ath9k: use ieee80211_free_txskb
2012-03-01 13:58 UTC (6+ messages)
` [RFC 2/2] ath9k_htc: "
brcmsmac crashed 3.3-rc5 kernel
2012-03-01 12:58 UTC (2+ messages)
[patch 1/4] rndis_wlan: integer overflows in rndis_wlan_do_link_up_work()
2012-03-01 12:57 UTC (7+ messages)
` [patch 1/4 v2] "
Problems with wl1271
2012-03-01 12:28 UTC (6+ messages)
[PATCH] mac80211: use 16 bit alignment for the if_ibss bssid field
2012-03-01 10:24 UTC (2+ messages)
[patch 4/4] rndis_wlan: prevent integer overflow in indication()
2012-03-01 10:19 UTC (2+ messages)
[patch 3/4] rndis_wlan: make some variables unsigned
2012-03-01 10:19 UTC (2+ messages)
[patch 2/4] rndis_wlan: remove unneeded variables
2012-03-01 10:19 UTC (2+ messages)
[PATCH v2] mac80211: fix the support of setting non-forwarding entity in Mesh
2012-03-01 18:03 UTC
[PATCH] p54spi: Release GPIO lines and IRQ on error in p54spi_probe
2012-03-01 9:00 UTC (3+ messages)
[PATCH V3 1/5] ath6kl: Group wiphy initialization into ath6kl_cfg80211_init()
2012-03-01 8:07 UTC (4+ messages)
[PATCH 1/2] mac80211_hwsim: Add tsf to beacons and radiotap header
2012-03-01 7:38 UTC (3+ messages)
` [PATCH 2/2] mac80211: Modify tsf via debugfs in mesh interfaces
[PATCH] ath6kl: Fix random system lockup
2012-03-01 7:35 UTC (2+ messages)
[PATCH] ath6kl: Collect residue firmware logs
2012-03-01 6:48 UTC (2+ messages)
[PATCH] ath6kl: add padding to firmware log records
2012-03-01 6:44 UTC (2+ messages)
[PATCH] ath6kl: implement hidden ssid
2012-03-01 6:41 UTC (2+ messages)
[PATCH] ath6kl: Clear the IE in firmware if not set
2012-03-01 6:38 UTC (2+ messages)
[PATCH] ath6kl: Make sure wiphy is registered before calling regulatory_hint()
2012-03-01 6:34 UTC (2+ messages)
[PATCH 1/2] ath6kl: Maintain the listen interval per VIF specific
2012-03-01 6:28 UTC (2+ messages)
Help building compat-wireless
2012-03-01 6:08 UTC (7+ messages)
"Failed to stop Tx DMA" and "Could not stop RX" with AR9485
2012-03-01 5:53 UTC (5+ messages)
[ath9k-devel] Any recommendation of direct access the GPIO from specific address ?
2012-03-01 5:03 UTC (4+ messages)
BUG: sleeping function called from invalid context at drivers/net/wireless/iwlwifi/iwl-trans.h:452
2012-03-01 4:59 UTC (3+ messages)
` "
iwl3945: WPA2+swcrypto=0: receives broadcast only
2012-03-01 2:05 UTC (3+ messages)
getting syntax error while performing "make install"
2012-02-29 23:40 UTC
[PATCH] carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"
2012-02-29 20:35 UTC (4+ messages)
[RFC/RFT 0/5] Firmware load change for various wireless drivers
2012-02-29 20:01 UTC (10+ messages)
` [PATCH 4/5] p54pci: Load firmware from work queue and not from probe routine
` [RFC/RFT 5/5] p54spi: "
[RFC] mac80211: Filter duplicate IE ids [corrupted beacons]
2012-02-29 19:26 UTC (6+ messages)
` [RFCv3] mac80211: Filter duplicate IE ids
` [PATCH] "
brcmsmac not working well
2012-02-29 18:21 UTC
[PATCH 3.3 1/4] Revert "ath9k_hw: Fix false tx hung detection in AR9003 chips"
2012-02-29 18:24 UTC (3+ messages)
[PATCH 00/12] ath6kl: checkpatch fixes
2012-02-29 18:21 UTC (5+ messages)
` [PATCH 12/12] ath6kl: make ath6kl_bmi_[read|write]_hi32() endian safe
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).