linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-08 19:53:52 to 2012-05-10 09:16:59 UTC [more...]

[PATCH 00/78] 18xx chip support
 2012-05-10  9:14 UTC  (68+ messages)
` [PATCH 01/78] wl18xx: add new module
` [PATCH 02/78] wlcore_sdio/wl18xx: use SDIO revision number to identify wl18xx chips
` [PATCH 03/78] wl18xx: add empty operations struct
` [PATCH 04/78] wl18xx: add partition table
` [PATCH 05/78] wl18xx: add register table
` [PATCH 06/78] wl18xx: add identify chip operation
` [PATCH 07/78] wl18xx: add some boot operations and hw-specific configurations
` [PATCH 08/78] wl18xx: add trigger command and ack event operations
` [PATCH 09/78] wl18xx: create per-chip-family private storage
` [PATCH 10/78] wl18xx: set the number of Tx descriptors
` [PATCH 11/78] wl18xx: set normal/GEM Tx spare block counts
` [PATCH 12/78] wl18xx: implement hw op for calculating hw block count per packet
` [PATCH 13/78] wl18xx: implement hw op for setting blocks in hw_tx_desc
` [PATCH 14/78] wl18xx: implement hw op for setting frame length in tx_hw_desc
` [PATCH 15/78] wl18xx: define HW-rate translation elements/tables
` [PATCH 16/78] wl18xx: add fw_status private data
` [PATCH 17/78] wl18xx: set Rx block-size alignment quirk
` [PATCH 18/78] wl18xx: implement hw op for getting rx buffer data alignment
` [PATCH 19/78] wl18xx: implement hw op for getting rx packet data length
` [PATCH 20/78] wl18xx: implement immediate Tx completion
` [PATCH 21/78] wl18xx: add hw_init operation
` [PATCH 22/78] wlcore/wl18xx: add hw op for setting Tx HW checksum
` [PATCH 23/78] wlcore/wl18xx: add hw op for Rx "
` [PATCH 24/78] wl18xx: add runtime configuration parameters
` [PATCH 25/78] wlcore: track current channel type per vif
` [PATCH 26/78] wl18xx: send channel type to FW on role start
` [PATCH 27/78] wl18xx: ipmlement ap_rate_mask hw op
` [PATCH 28/78] wlcore: support peer MIMO rates
` [PATCH 29/78] wlcore/wl18xx: enable MIMO/wide-chan rates in AP-mode rate config
` [PATCH 30/78] wl18xx: set HT capabilities
` [PATCH 31/78] wl18xx: add module param for overriding HT caps
` [PATCH 32/78] wl18xx: add board type module argument
` [PATCH 33/78] wl18xx: translate and write the board type to SCR_PAD2
` [PATCH 34/78] wl18xx: read FW pc on recovery
` [PATCH 35/78] wl18xx: disable FW log functionality
` [PATCH 36/78] wl18xx: read clock frequency and do top init accordingly
` [PATCH 37/78] wlcore: rename wl12xx.h to wlcore_i.h
` [PATCH 38/78] wlcore/wl12xx: move ref_clock and tcxo_clock elements to wl12xx
` [PATCH 39/78] wl18xx: implement hw op to read PG version
` [PATCH 40/78] wlcore/wl12xx: move rx_mem_pool_addr element to wl12xx
` [PATCH 41/78] wl18xx: init Tx-released index to 0 on HW init
` [PATCH 42/78] wl18xx: don't upload NVS to FW
` [PATCH 43/78] wl18xx: change board type enum according to new FW
` [PATCH 44/78] wlcore/wl12xx: add plt_init op and move the code to wl12xx
` [PATCH 45/78] wl18xx: add plt_init operation
` [PATCH 46/78] wl18xx: change the low_band_component_type for HDK boards
` [PATCH 47/78] wl18xx: add number of antennas and dc2dc type as module params
` [PATCH 48/78] wl18xx: add module parameter to disable TCP checksum
` [PATCH 49/78] wlcore/wl12xx/18xx: split fw_status struct into two
` [PATCH 50/78] wl18xx: derive the MAC address from the BD_ADDR in fuse ROM
` [PATCH 51/78] wl18xx: add a module parameter to control 11a support
` [PATCH 52/78] wlcore: add module parameter to dump SDIO reads and writes
` [PATCH 53/78] wl18xx: copy the default configuration before checking the board_type
` [PATCH 54/78] wl18xx: changed default board_type to HDK
` [PATCH 55/78] wlcore: add space for private area when allocating fw_status
` [PATCH 56/78] wl18xx: change low_band_component_type value for COM8
` [PATCH 57/78] wlcore: reorder identify_chip and get_hw_info
` [PATCH 58/78] wl18xx: disable MCS_13 for wl18xx PG 1.0
` [PATCH 59/78] wlcore: update beacon and probe_resp templates when rates change
` [PATCH 60/78] wlcore: use all AP basic rates as default
` [PATCH 61/78] wlcore: abstract debugfs fw_stats to be handled by the lower drivers
` [PATCH 62/78] wlcore: add debugfs macro to help print fw statistics arrays
` [PATCH 63/78] wl12xx: implement fw status debugfs entries
` [PATCH 64/78] wl18xx: "
` [PATCH 65/78] wlcore: create private static_data area and add operation to parse it
` [PATCH 66/78] wl18xx: print the PHY firmware version from the private static data
` [PATCH 67/78] wlcore: print the interrupt status when recovery is triggered

[RFC/PATCH] multi-channel preparation work
 2012-05-10  9:05 UTC  (15+ messages)
` [PATCH 1/7] mac80211: add tracking of temporary offchannel sdata
` [PATCH 2/7] mac80211: split channel logic from hw_config
` [PATCH 3/7] mac80211: refactor ieee80211_set_channel_type
` [PATCH 4/7] mac80211: introduce ieee80211_oper_channel_type
` [PATCH 5/7] cfg80211: extend get_channel to take wdev argument
` [PATCH 6/7] mac80211: remove _oper_channel_type
` [PATCH 7/7] mac80211: move oper_channel to sdata

[PATCH][RFC/RFT] rt2800: Implement selectable support for 802.11w (MFP)
 2012-05-10  8:58 UTC  (2+ messages)
` [rt2x00-users] "

[PATCH] mac80211: Increment probe_send_count earlier
 2012-05-10  8:43 UTC  (3+ messages)

ath6kl hostapd
 2012-05-10  8:33 UTC  (8+ messages)

rt28xx AP-mode problem with commit 3edaf3e61fda3aa9ff8d38445bf92f2bec23bf63 "mac80211: manage AP netdev carrier state"
 2012-05-10  8:27 UTC  (8+ messages)

[PATCH 0/2] add HT format to radiotap
 2012-05-10  7:09 UTC  (3+ messages)
` [PATCH 1/2] mac80211: (selectively) add HT details in radiotap
` [RFC 2/2] iwlwifi: give HT format to mac80211/radiotap

[PATCH 00/13] net: Add and use ether_addr_equal
 2012-05-10  7:08 UTC  (12+ messages)
` [PATCH 08/13] mac80211: Convert compare_ether_addr to ether_addr_equal
` [PATCH 09/13] mac80211: Convert compare_ether_addr to ether_addr_equal by hand
` [PATCH 11/13] wireless: Convert compare_ether_addr to ether_addr_equal
` [PATCH 12/13] wireless: Convert compare_ether_addr to ether_addr_equal by hand

iwlagn/iwlwifi kernel 3.2 related crashes
 2012-05-10  4:39 UTC 

[PATCH 0/3] staging: delete duplicated files/functionality in rtl8712
 2012-05-10  3:47 UTC  (4+ messages)
` [PATCH 1/3] staging: wean rtl8712 off of its ancient duplicate of if_ether.h
` [PATCH 2/3] staging: wean rtl8712 off of its ancient duplicate of ip.h
` [PATCH 3/3] staging: delete all duplicated endian crap from rtl8712 driver

[PATCH 0/3] net,drivers/net: Use ether_addr_equal and ether_addr_equal_64bits
 2012-05-10  3:17 UTC  (2+ messages)
` [PATCH 1/3] drivers/net: Convert compare_ether_addr to ether_addr_equal

[PATCH] rt2x00:Add RT539b chipset support
 2012-05-10  2:57 UTC  (2+ messages)

[PATCH 1/3] cw1200: use round_up instead of open-coding it
 2012-05-10  2:32 UTC  (3+ messages)
` [PATCH 2/3] cw1200: use != instead of ^ for comparison
` [PATCH 3/3] cw1200: use list_for_each_entry_safe and friends

After Kernel 3.3, brcmsmac won't work on mid-2010 Mac Mini
 2012-05-10  0:38 UTC  (3+ messages)

[PATCH 00/19] brcmsmac: use sprom and PCIe code from bcma
 2012-05-09 22:27 UTC  (8+ messages)

[PATCH v2] ssb: add PCI IDs 0x4322 and 43222
 2012-05-09 22:22 UTC 

[PATCH 0/4] bcma: add PCI functions from brcmsmac
 2012-05-09 22:17 UTC  (2+ messages)

[PATCHv2 00/21] cw1200: ST-Ericsson cw1200 wlan device driver
 2012-05-09 20:59 UTC  (9+ messages)

[PATCH] ath6kl: Use correct max-scan-SSIDs limit
 2012-05-09 19:14 UTC 

[PATCH] rt2x00:Add RT539B chipset support V2
 2012-05-09 19:01 UTC  (5+ messages)
    ` [rt2x00-users] "

[PATCHv2 12/21] cw1200: sta.*, mac80211 STA callbacks
 2012-05-09 18:13 UTC  (2+ messages)

brcmsmac still woes, possible regression?
 2012-05-09 18:10 UTC  (17+ messages)

[PATCH 1/2] mac80211: fix network header location when adding encryption headers
 2012-05-09 15:02 UTC  (6+ messages)
` [PATCH 2/2] mac80211: allow low-level drivers to set netdev feature bits

[PATCH] mac80211: Fix race between tx path and ___ieee80211_stop_tx_ba_session
 2012-05-09 13:55 UTC  (3+ messages)

[PATCH 3.4] NFC: Export nfc.h to userland
 2012-05-09 13:02 UTC 

[RFC] nl80211: don't require netdev UP for wdev
 2012-05-09 11:40 UTC  (6+ messages)

[PATCH] brcm80211: Remove an unused variable
 2012-05-09  9:15 UTC  (2+ messages)

[RFC] mac80211: add time synchronisation with BSS for assoc
 2012-05-09  9:08 UTC 

[PATCH 3.4] iwlwifi: fix a potential race in receive buffer allocation
 2012-05-09  7:53 UTC  (4+ messages)

Pull request: ath6kl 20120509
 2012-05-09  7:26 UTC 

[PATCHv2 00/21] cw1200: ST-Ericsson cw1200 wlan device driver
 2012-05-09  6:58 UTC  (2+ messages)

If AP mode with MLME/SME implemented in firmware gets supported in linux 3.0
 2012-05-09  6:28 UTC 

[PATCH] mac80211: Add IV-room in the skb for TKIP and WEP
 2012-05-09  6:12 UTC  (2+ messages)

pull request: bluetooth-next 2012-05-09
 2012-05-09  4:46 UTC 

wireless-next rebased from 94c514fe
 2012-05-09  2:52 UTC  (2+ messages)

new stuff for 3.4 needs to be posted _now_
 2012-05-09  2:39 UTC 

[PATCH] cfg80211: Remove compile warnings
 2012-05-09  1:48 UTC  (5+ messages)

[PATCH v2 00/18] mwifiex: add AP support
 2012-05-09  1:30 UTC  (19+ messages)
` [PATCH v2 01/18] mwifiex: allocate space for one more mwifiex_private structure
` [PATCH v2 02/18] mwifiex: handle station specific commands on STA interface only
` [PATCH v2 03/18] mwifiex: support for creation of AP interface
` [PATCH v2 04/18] mwifiex: multi-interface support for mwifiex
` [PATCH v2 05/18] mwifiex: save adapter pointer in wiphy_priv
` [PATCH v2 06/18] mwifiex: append peer mac address TLV in key material command to firmware
` [PATCH v2 07/18] mwifiex: add bss start and bss stop commands for AP
` [PATCH v2 08/18] mwifiex: add AP command sys_config and set channel
` [PATCH v2 09/18] mwifiex: stop BSS in deauthentication handling
` [PATCH v2 10/18] mwifiex: handle interface type changes correctly
` [PATCH v2 11/18] mwifiex: common set_wiphy_params cfg80211 handler for AP and STA interface
` [PATCH v2 12/18] mwifiex: add cfg80211 start_ap and stop_ap handlers
` [PATCH v2 13/18] mwifiex: add AP event handling framework
` [PATCH v2 14/18] mwifiex: add WPA2 support for AP
` [PATCH v2 15/18] mwifiex: rearrange AP sys configure code
` [PATCH v2 16/18] mwifiex: add custom IE framework
` [PATCH v2 17/18] mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmware
` [PATCH v2 18/18] mwifiex: delete IEs when stop_ap

[PATCH] b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcie
 2012-05-08 23:51 UTC  (2+ messages)

[PATCH] rt28xx: Revert eccc068e8e84c8fe997115629925e0422a98e4de which causes txpower to be stuck at 0
 2012-05-08 23:14 UTC  (4+ messages)
` [OpenWrt-Devel] "


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