|
|
[RFC 00/11] cfg80211 connect API + wireless extension move, Johannes Berg
- [RFC 01/11] cfg80211: connect/disconnect API, Johannes Berg
- [RFC 02/11] cfg80211: emulate connect with auth/assoc, Johannes Berg
- [RFC 03/11] cfg80211: managed mode wext compatibility, Johannes Berg
- [RFC 04/11] cfg80211: implement iwpower, Johannes Berg
- [RFC 05/11] cfg80211: implement IWAP for WDS, Johannes Berg
- [RFC 06/11] cfg80211: implement IWRATE, Johannes Berg
- [RFC 07/11] cfg80211: implement get_wireless_stats, Johannes Berg
- [RFC 08/11] cfg80211: combine iwfreq implementations, Johannes Berg
- [RFC 09/11] cfg80211: combine IWAP handlers, Johannes Berg
- [RFC 10/11] cfg80211: combine IWESSID handlers, Johannes Berg
- [RFC 11/11] cfg80211: self-contained wext handling, Johannes Berg
- Re: [RFC 00/11] cfg80211 connect API + wireless extension move, Luis R. Rodriguez
[PATCH 00/10] We must use rcu_barrier() on module unload, Jesper Dangaard Brouer
- [PATCH 01/10] ext4: Use rcu_barrier() on module unload., Jesper Dangaard Brouer
- [PATCH 02/10] bridge: Use rcu_barrier() instead of syncronize_net() on unload., Jesper Dangaard Brouer
- [PATCH 03/10] mac80211: Use rcu_barrier() on unload., Jesper Dangaard Brouer
- [PATCH 04/10] sunrpc: Use rcu_barrier() on unload., Jesper Dangaard Brouer
- [PATCH 06/10] ipv6: Use rcu_barrier() on module unload., Jesper Dangaard Brouer
- [PATCH 05/10] nfs: Use rcu_barrier() on module unload., Jesper Dangaard Brouer
- [PATCH 10/10] nf_conntrack: Use rcu_barrier()., Jesper Dangaard Brouer
- [PATCH 08/10] edac_core: Uses call_rcu() and its own wait_for_completion scheme., Jesper Dangaard Brouer
- [PATCH 09/10] cfq-iosched: Uses its own open-coded rcu_barrier., Jesper Dangaard Brouer
- [PATCH 07/10] decnet: Use rcu_barrier() on module unload., Jesper Dangaard Brouer
- Re: [PATCH 00/10] We must use rcu_barrier() on module unload, Paul E. McKenney
- Re: [PATCH 00/10] We must use rcu_barrier() on module unload, David Miller
Pending ath9k bugs June, 2009, Luis R. Rodriguez
- Re: [ath9k-devel] Pending ath9k bugs June, 2009, Joseph Cheek
- Re: [ath9k-devel] Pending ath9k bugs June, 2009, Luis R. Rodriguez
- Re: [ath9k-devel] Pending ath9k bugs June, 2009, Dmitri Seletski
- Re: [ath9k-devel] Pending ath9k bugs June, 2009, Luis R. Rodriguez
- Re: [ath9k-devel] Pending ath9k bugs June, 2009, Luis R. Rodriguez
- Re: [ath9k-devel] Pending ath9k bugs June, 2009, Dmitri Seletski
- Re: [ath9k-devel] Pending ath9k bugs June, 2009, Luis R. Rodriguez
- Re: [ath9k-devel] Pending ath9k bugs June, 2009, Dmitri Seletski
- Re: [ath9k-devel] Pending ath9k bugs June, 2009, Luis R. Rodriguez
kernel crashes, 2.6.30, rt2x00, ath5k, ieee80211_get_*_rate, automatic rate control, Richard Zidlicky
- Re: kernel crashes, 2.6.30, rt2x00, ath5k, ieee80211_get_*_rate, automatic rate control, Bob Copeland
- Re: kernel crashes, 2.6.30, rt2x00, ath5k, ieee80211_get_*_rate, automatic rate control, Richard Zidlicky
- Re: kernel crashes, 2.6.30, rt2x00, ath5k, ieee80211_get_*_rate, automatic rate control, Richard Zidlicky
- Re: kernel crashes, 2.6.30, rt2x00, ath5k, ieee80211_get_*_rate, automatic rate control, Richard Zidlicky
- Re: kernel crashes, 2.6.30, rt2x00, ath5k, ieee80211_get_*_rate, automatic rate control, Bob Copeland
- Re: kernel crashes, 2.6.30, rt2x00, ath5k, ieee80211_get_*_rate, automatic rate control, Richard Zidlicky
[PATCH 00/23] orinoco: initiate cfg80211 conversion, David Kilroy
- [PATCH 01/23] cfg80211: add wrapper function to get wiphy from priv pointer, David Kilroy
- [PATCH 02/23] cfg80211: Advertise ciphers via WE according to driver capability, David Kilroy
- [PATCH 03/23] cfg80211: allow drivers that can't scan for specific ssids, David Kilroy
- [PATCH 04/23] cfg80211: set WE encoding size based on available ciphers, David Kilroy
- [PATCH 05/23] cfg80211: infer WPA and WPA2 support from TKIP and CCMP, David Kilroy
- [PATCH 06/23] orinoco: Move firmware capability determination into hw.c, David Kilroy
- [PATCH 07/23] orinoco: Move card reading code into hw.c, David Kilroy
- [PATCH 08/23] orinoco: Move FID allocation to hw.c, David Kilroy
- [PATCH 09/23] orinoco: use dev_err in early initialisation routines, David Kilroy
- [PATCH 10/23] orinoco: firmware helpers should use dev_err and friends, David Kilroy
- [PATCH 11/23] orinoco: Replace net_device with orinoco_private in driver interfaces, David Kilroy
- [PATCH 12/23] orinoco: initialise independently of netdev, David Kilroy
- [PATCH 13/23] orinoco: Change set_tkip to use orinoco_private instead of hermes_t, David Kilroy
- [PATCH 14/23] orinoco: initiate cfg80211 conversion, David Kilroy
- [PATCH 15/23] orinoco: make firmware download less verbose, David Kilroy
- [PATCH 16/23] orinoco: move netdev interface creation to main driver, David Kilroy
- [PATCH 17/23] airport: store irq in card private structure, David Kilroy
- [PATCH 18/23] orinoco: Handle suspend/restore in core driver, David Kilroy
- [PATCH 19/23] orinoco: provide generic commit function, David Kilroy
- [PATCH 20/23] orinoco: convert mode setting to cfg80211, David Kilroy
- [PATCH 21/23] orinoco: convert scanning to cfg80211, David Kilroy
- [PATCH 22/23] orinoco: convert giwrange to cfg80211, David Kilroy
- [PATCH 23/23] orinoco: remove WE nickname support, David Kilroy
- Re: [PATCH 00/23] orinoco: initiate cfg80211 conversion, Johannes Berg
[PATCH] wireless extensions: play with netns, Johannes Berg
- Re: [PATCH] wireless extensions: play with netns, Eric W. Biederman
- Re: [PATCH] wireless extensions: play with netns, Johannes Berg
- [PATCH v2] wireless extensions: make netns aware, Johannes Berg
- Re: [PATCH] wireless extensions: play with netns, Johannes Berg
- Re: [PATCH] wireless extensions: play with netns, Eric W. Biederman
- Re: [PATCH] wireless extensions: play with netns, Johannes Berg
- Re: [PATCH] wireless extensions: play with netns, Johannes Berg
- Re: [PATCH] wireless extensions: play with netns, Eric W. Biederman
- Re: [PATCH] wireless extensions: play with netns, Johannes Berg
- Re: [PATCH] wireless extensions: play with netns, Eric W. Biederman
- Re: [PATCH] wireless extensions: play with netns, Johannes Berg
- Re: [PATCH] wireless extensions: play with netns, Eric W. Biederman
- Re: [PATCH] wireless extensions: play with netns, Johannes Berg
- Re: [PATCH] wireless extensions: play with netns, Eric W. Biederman
[RFC] Documentation: add documentation for rc-series and merge window, Luis R. Rodriguez
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Greg KH
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Luis R. Rodriguez
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Greg KH
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Luis R. Rodriguez
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Luis R. Rodriguez
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Greg KH
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Luis R. Rodriguez
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Luis R. Rodriguez
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Greg KH
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Jouni Malinen
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Stefan Richter
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Luis R. Rodriguez
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Pavel Machek
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Luis R. Rodriguez
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Justin Mattock
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Pavel Machek
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Krzysztof Halasa
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Luis R. Rodriguez
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Pavel Machek
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Linus Torvalds
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Luis R. Rodriguez
- Re: [RFC] Documentation: add documentation for rc-series and merge window, John W. Linville
- Re: [RFC] Documentation: add documentation for rc-series and merge window, Pavel Roskin
[PATCH 00/12] iwmc3200wifi updates, Samuel Ortiz
- [PATCH 01/12][2.6.31 and w-t] iwmc3200wifi: fix sdio initialisation race, Samuel Ortiz
- [PATCH 02/12][2.6.31 and w-t] iwmc3200wifi: check for iwm_priv_init error, Samuel Ortiz
- [PATCH 03/12][2.6.31 and w-t] iwmc3200wifi: add iwm_if_add and iwm_if_remove, Samuel Ortiz
- [PATCH 04/12][2.6.31 and w-t] iwmc3200wifi: fix potential kernel oops on module removal, Samuel Ortiz
- [PATCH 05/12][2.6.31 and w-t] iwmc3200wifi: add a mutex to protect iwm_reset_worker, Samuel Ortiz
- [PATCH 06/12][w-t] iwmc3200wifi: invalidate keys when changing the BSSID, Samuel Ortiz
- [PATCH 07/12][w-t] iwmc3200wifi: handling wifi_if_ntfy responses, Samuel Ortiz
- [PATCH 08/12][w-t] iwmc3200wifi: cfg80211 key hooks implemetation, Samuel Ortiz
- [PATCH 09/12][w-t] iwmc3200wifi: change coexist periodic calibration flag, Samuel Ortiz
- [PATCH 10/12][w-t] iwmc3200wifi: cache keys when interface is down, Samuel Ortiz
- [PATCH 11/12][w-t] iwmc3200wifi: remove select LIB80211 from Kconfig, Samuel Ortiz
- [PATCH 12/12][w-t] iwmc3200wifi: rfkill cleanup, Samuel Ortiz
- Re: [PATCH 01/12][2.6.31 and w-t] iwmc3200wifi: fix sdio initialisation race, Johannes Berg
PCI hotplug v.s. suspend, Alan Jenkins
- Re: [linux-pm] PCI hotplug v.s. suspend, Alan Stern
- Re: [linux-pm] PCI hotplug v.s. suspend, Alan Jenkins
- Re: [linux-pm] PCI hotplug v.s. suspend, Alan Stern
- Re: [linux-pm] PCI hotplug v.s. suspend, Rafael J. Wysocki
- Re: [linux-pm] PCI hotplug v.s. suspend, Alan Stern
- Re: [linux-pm] PCI hotplug v.s. suspend, Rafael J. Wysocki
- Re: [ath5k-devel] [linux-pm] PCI hotplug v.s. suspend, Bob Copeland
- Re: [ath5k-devel] [linux-pm] PCI hotplug v.s. suspend, Alan Jenkins
- Re: [ath5k-devel] [linux-pm] PCI hotplug v.s. suspend, Alan Stern
- Re: [ath5k-devel] [linux-pm] PCI hotplug v.s. suspend, Alan Jenkins
- Re: [ath5k-devel] [linux-pm] PCI hotplug v.s. suspend, Alan Jenkins
- Re: [ath5k-devel] [linux-pm] PCI hotplug v.s. suspend, Bob Copeland
[PATCH 00/33] wl12xx update for 2.6.32, Kalle Valo
- [PATCH 02/33] wl12xx: reserver buffer for read32()/write32() in struct wl12xx, Kalle Valo
- [PATCH 01/33] wl12xx: cmd and acx interface rework, Kalle Valo
- [PATCH 03/33] wl12xx: fix error handling in wl12xx_probe(), Kalle Valo
- [PATCH 05/33] wl12xx: allocate buffer spi read/write command buffer kzalloc(), Kalle Valo
- [PATCH 04/33] wl12xx: reserve buffer for partition command in struct wl12xx, Kalle Valo
- [PATCH 06/33] wl12xx: allocate buffer the spi busy word from struct wl12xx, Kalle Valo
- [PATCH 11/33] wl12xx: moved firmware version reading routine to chip-specific functions, Kalle Valo
- [PATCH 09/33] wl12xx: removed chipset interrupt source configuration from fw wakeup, Kalle Valo
- [PATCH 12/33] wl12xx: add support for new WL1271 chip revision, Kalle Valo
- [PATCH 13/33] wl12xx: add support for fixed address in wl12xx_spi_read, Kalle Valo
- [PATCH 15/33] wl12xx: Moved wl1251 TX path implementation into chip specific files, Kalle Valo
- [PATCH 08/33] wl12xx: fix rx descriptor use, Kalle Valo
- [PATCH 17/33] wl12xx: Fix incorrect warning message., Kalle Valo
- [PATCH 07/33] wl12xx: use wl12xx_mem_read32() to read the rx counter, Kalle Valo
- [PATCH 10/33] wl12xx: add wl12xx_spi_reg_read() and wl12xx_spi_reg_write() functions, Kalle Valo
- [PATCH 14/33] wl12xx: pass the wake up condition when configuring the wake up event, Kalle Valo
- [PATCH 16/33] wl12xx: Add support for block reading from a fixed register address, Kalle Valo
- [PATCH 18/33] wl12xx: Fix CMD_TEST regression via netlink., Kalle Valo
- [PATCH 20/33] wl12xx: optimise elp wakeup and sleep calls, Kalle Valo
- [PATCH 21/33] wl12xx: check if elp wakeup failed, Kalle Valo
- [PATCH 19/33] wl12xx: protect wl12xx_op_set_rts_threshold(), Kalle Valo
- [PATCH 22/33] wl12xx: enable ELP mode, Kalle Valo
- [PATCH 23/33] wl12xx: Assign value to rx msdu lifetime variable, Kalle Valo
- [PATCH 24/33] wl12xx: Use chipset specific join commands, Kalle Valo
- [PATCH 25/33] wl12xx: rename wl1251.c wl1251_ops.c, Kalle Valo
- [PATCH 27/33] wl1251: remove wl1271_setup(), Kalle Valo
- [PATCH 28/33] wl1251: add wl1251 prefix to all 1251 files, Kalle Valo
- [PATCH 32/33] wl1251: fix a checkpatch warning, Kalle Valo
- [PATCH 30/33] wl12xx: remove unused wl12xx_hw_init_mem_config(), Kalle Valo
- [PATCH 29/33] wl1251: rename wl12xx.h to wl1251.h, Kalle Valo
- [PATCH 31/33] wl1251: use wl1251 prefix everywhere, Kalle Valo
- [PATCH 33/33] wl1251: change psm enabled/disabled info to debug, Kalle Valo
- [PATCH 26/33] wl12xx: rename driver to wl1251, Kalle Valo
[PATCH/RFC 0/7] wl12xx SDIO interface, Bob Copeland
- [PATCH/RFC 2/7] wl12xx: use wiphy_dev instead of wl->spi->dev, Bob Copeland
- [PATCH/RFC 7/7] wl12xx: add sdio support, Bob Copeland
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Pierre Ossman
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Kalle Valo
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Marcel Holtmann
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Kalle Valo
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Marcel Holtmann
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Kalle Valo
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Pierre Ossman
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Bob Copeland
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Bob Copeland
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Pierre Ossman
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Bob Copeland
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Kalle Valo
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Pierre Ossman
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Bob Copeland
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Pierre Ossman
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Pierre Ossman
- Re: [PATCH/RFC 7/7] wl12xx: add sdio support, Bob Copeland
- [PATCH/RFC 4/7] wl12xx: make wl12xx_set_partition bus agnostic, Bob Copeland
- [PATCH/RFC 5/7] wl12xx: move module probe methods into spi.c, Bob Copeland
- [PATCH/RFC 1/7] wl12xx: separate bus i/o code into io.c, Bob Copeland
- Re: [PATCH/RFC 0/7] wl12xx SDIO interface, Gábor Stefanik
- Re: [PATCH/RFC 0/7] wl12xx SDIO interface, Kalle Valo
[PATCH] mac80211: disassociate when switching bands and not scanning, Luis R. Rodriguez
- Re: [PATCH] mac80211: disassociate when switching bands and not scanning, reinette chatre
- Re: [PATCH] mac80211: disassociate when switching bands and not scanning, Luis R. Rodriguez
- Re: [PATCH] mac80211: disassociate when switching bands and not scanning, reinette chatre
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, Luis R. Rodriguez
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, Johannes Berg
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, Luis R. Rodriguez
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, Luis R. Rodriguez
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, Luis R. Rodriguez
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, Johannes Berg
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, Luis R. Rodriguez
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, reinette chatre
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, John W. Linville
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, reinette chatre
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, Luis R. Rodriguez
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, reinette chatre
- Re: [ath9k-devel] [PATCH] mac80211: disassociate when switching bands and not scanning, Luis R. Rodriguez
- Re: [PATCH] mac80211: disassociate when switching bands and not scanning, Johannes Berg
[PATCH 00/18] wireless: rate cleanups, Luis R. Rodriguez
- [PATCH 12/18] ath9k: remap ATH9K_MODE_*, Luis R. Rodriguez
- [PATCH 08/18] ath9k: remove pointless wrapper ath_rc_rate_getidx(), Luis R. Rodriguez
- [PATCH 10/18] ath9k: remove unused ath_rc_isvalid_txmask(), Luis R. Rodriguez
- [PATCH 02/18] mac80211: drop frames for sta with no valid rate, Luis R. Rodriguez
- [PATCH 09/18] ath9k: rename ath_rc_get_nextlowervalid_txrate(), Luis R. Rodriguez
- [PATCH 18/18] ath9k: remove rate control wraper, Luis R. Rodriguez
- [PATCH 11/18] ath9k: remove ATH9K_MODE_11B, Luis R. Rodriguez
- [PATCH 16/18] iwlwifi: use ieee80211_is_data(fc), Luis R. Rodriguez
- [PATCH 06/18] ath9k: remove unused min rate calculation code, Luis R. Rodriguez
- [PATCH 15/18] mac80211: make minstrel/pid RC use ieee80211_is_data(fc), Luis R. Rodriguez
- [PATCH 04/18] iwlwifi: remove rs_get_rate workaround, Luis R. Rodriguez
- [PATCH 14/18] ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checks, Luis R. Rodriguez
- [PATCH 01/18] mac80211: disable moving between PS modes during scan, Luis R. Rodriguez
- [PATCH 07/18] ath9k: remove unused stepdown when looking for the next rate, Luis R. Rodriguez
- [PATCH 13/18] ath9k: rename ath_rc_ratefind_ht() to ath_rc_get_highest_rix(), Luis R. Rodriguez
- [PATCH 03/18] ath9k: downgrade assert in rc.c for invalid rate, Luis R. Rodriguez
- [PATCH 17/18] mac80211: add helper for management / no-ack frame rate decision, Luis R. Rodriguez
- [PATCH 05/18] ath9k: cleanup try count for MRR in rate control, Luis R. Rodriguez
Cross compiling libnl, iw, crda and friends, Jon Loeliger
- Re: Cross compiling libnl, iw, crda and friends, John W. Linville
- Re: Cross compiling libnl, iw, crda and friends, Felix Fietkau
- Re: Cross compiling libnl, iw, crda and friends, Alexandre Becholey - s h o c k f i s h /
- Re: Cross compiling libnl, iw, crda and friends, Samuel Ortiz
Testing AP mode with WLAN-USB-Stick: How to obtain?, Stefan Steuerwald
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Chi-Thanh Christopher Nguyen
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Hin-Tak Leung
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Gábor Stefanik
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Hin-Tak Leung
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Johannes Berg
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, John W. Linville
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Kalle Valo
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Jouni Malinen
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Kalle Valo
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Gábor Stefanik
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, John W. Linville
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, John W. Linville
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Hin-Tak Leung
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Gábor Stefanik
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Johannes Berg
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Johannes Berg
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Kalle Valo
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Hin-Tak Leung
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Luis R. Rodriguez
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Johannes Berg
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Gábor Stefanik
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Jon Fairbairn
- Re: Testing AP mode with WLAN-USB-Stick: How to obtain?, Joerg Pommnitz
[PATCH] mac80211 : fix a race with update_tkip_key, gregor kowski
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, Johannes Berg
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, gregor kowski
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, Johannes Berg
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, gregor kowski
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, Johannes Berg
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, gregor kowski
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, gregor kowski
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, Johannes Berg
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, Johannes Berg
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, gregor kowski
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, Johannes Berg
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, gregor kowski
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, gregor kowski
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, Johannes Berg
- Re: [PATCH] mac80211 : fix a race with update_tkip_key, gregor kowski
[PATCH v2 00/15] ath9k: few rate control cleanups, Luis R. Rodriguez
- [PATCH v2 05/15] ath9k: remove pointless wrapper ath_rc_rate_getidx(), Luis R. Rodriguez
- [PATCH v2 06/15] ath9k: rename ath_rc_get_nextlowervalid_txrate(), Luis R. Rodriguez
- [PATCH v2 10/15] ath9k: rename ath_rc_ratefind_ht() to ath_rc_get_highest_rix(), Luis R. Rodriguez
- [PATCH v2 04/15] ath9k: remove unused stepdown when looking for the next rate, Luis R. Rodriguez
- [PATCH v2 08/15] ath9k: remove ATH9K_MODE_11B, Luis R. Rodriguez
- [PATCH v2 07/15] ath9k: remove unused ath_rc_isvalid_txmask(), Luis R. Rodriguez
- [PATCH v2 11/15] ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checks, Luis R. Rodriguez
- [PATCH v2 03/15] ath9k: remove unused min rate calculation code, Luis R. Rodriguez
- [PATCH v2 13/15] iwlwifi: use ieee80211_is_data(fc), Luis R. Rodriguez
- [PATCH v2 12/15] mac80211: make minstrel/pid RC use ieee80211_is_data(fc), Luis R. Rodriguez
- [PATCH v2 09/15] ath9k: remap ATH9K_MODE_*, Luis R. Rodriguez
- [PATCH v2 15/15] ath9k: remove rate control wraper, Luis R. Rodriguez
- [PATCH v2 01/15] ath9k: fix oops by downgrading assert in rc.c, Luis R. Rodriguez
- [PATCH v2 02/15] ath9k: cleanup try count for MRR in rate control, Luis R. Rodriguez
- [PATCH v2 14/15] mac80211: add helper for management / no-ack frame rate decision, Luis R. Rodriguez
- Re: [PATCH v2 00/15] ath9k: few rate control cleanups, Luis R. Rodriguez
[RFC V2] b43/legacy: port to cfg80211 rfkill, Larry Finger
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Michael Buesch
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Larry Finger
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Michael Buesch
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Johannes Berg
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Michael Buesch
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Johannes Berg
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Larry Finger
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Michael Buesch
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Johannes Berg
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Johannes Berg
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Johannes Berg
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Michael Buesch
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Larry Finger
- Re: [RFC V2] b43/legacy: port to cfg80211 rfkill, Johannes Berg
[PATCH 00/15] ath9k/mac80211/iwlwifi: rate control cleanup, Luis R. Rodriguez
- [PATCH 03/15] ath9k: remove unused min rate calculation code, Luis R. Rodriguez
- [PATCH 09/15] ath9k: remap ATH9K_MODE_*, Luis R. Rodriguez
- [PATCH 07/15] ath9k: remove unused ath_rc_isvalid_txmask(), Luis R. Rodriguez
- [PATCH 10/15] ath9k: rename ath_rc_ratefind_ht() to ath_rc_get_highest_rix(), Luis R. Rodriguez
- [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Luis R. Rodriguez
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Vasanthakumar Thiagarajan
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Luis R. Rodriguez
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Vasanthakumar Thiagarajan
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Luis R. Rodriguez
- RE: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Vasanth Thiagarajan
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Luis R. Rodriguez
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Luis R. Rodriguez
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Vasanthakumar Thiagarajan
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Vasanthakumar Thiagarajan
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Vasanthakumar Thiagarajan
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Vasanthakumar Thiagarajan
- Re: [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c, Gábor Stefanik
- [PATCH 11/15] ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checks, Luis R. Rodriguez
- [PATCH 06/15] ath9k: rename ath_rc_get_nextlowervalid_txrate(), Luis R. Rodriguez
- [PATCH 04/15] ath9k: remove unused stepdown when looking for the next rate, Luis R. Rodriguez
- [PATCH 08/15] ath9k: remove ATH9K_MODE_11B, Luis R. Rodriguez
- [PATCH 13/15] iwlwifi: use ieee80211_is_data(fc), Luis R. Rodriguez
- [PATCH 05/15] ath9k: remove pointless wrapper ath_rc_rate_getidx(), Luis R. Rodriguez
- [PATCH 15/15] ath9k: remove rate control wraper, Luis R. Rodriguez
- [PATCH 02/15] ath9k: cleanup try count for MRR in rate control, Luis R. Rodriguez
- [PATCH 12/15] mac80211: make minstrel/pid RC use ieee80211_is_data(fc), Luis R. Rodriguez
- [PATCH 14/15] mac80211: move management / no-ack frame rate decision to mac80211, Luis R. Rodriguez
- Re: [PATCH 00/15] ath9k/mac80211/iwlwifi: rate control cleanup, Luis R. Rodriguez
[PULL REQUEST] IEEE 802.15.4 stack: generic parts v2, Dmitry Eremin-Solenikov
- [PATCH 1/5] Add constants for the ieee 802.15.4 stack, Dmitry Eremin-Solenikov
- [PATCH 2/5] net: add IEEE 802.15.4 socket family implementation, Dmitry Eremin-Solenikov
- [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- [PATCH 4/5] ieee802154: add documentation about our stack, Dmitry Eremin-Solenikov
- [PATCH 5/5] ieee802154: add simple HardMAC driver sample, Dmitry Eremin-Solenikov
- Re: [PATCH 4/5] ieee802154: add documentation about our stack, Marcel Holtmann
- Re: [PATCH 4/5] ieee802154: add documentation about our stack, Dmitry Eremin-Solenikov
- Re: [PATCH 4/5] ieee802154: add documentation about our stack, Marcel Holtmann
- Re: [PATCH 4/5] ieee802154: add documentation about our stack, Dmitry Eremin-Solenikov
- Re: [PATCH 4/5] ieee802154: add documentation about our stack, Maxim Osipov
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, Johannes Berg
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, David Miller
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, Sergey Lapin
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, Jesper Dangaard Brouer
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, Marcel Holtmann
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, David Miller
- Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
pull request: wireless-next-2.6 2009-06-04, John W. Linville
- Re: pull request: wireless-next-2.6 2009-06-04, David Miller
- Re: pull request: wireless-next-2.6 2009-06-04, Oliver Hartkopp
- Re: pull request: wireless-next-2.6 2009-06-04, John W. Linville
- Re: pull request: wireless-next-2.6 2009-06-04, Oliver Hartkopp
- Re: pull request: wireless-next-2.6 2009-06-04, Oliver Hartkopp
- Re: pull request: wireless-next-2.6 2009-06-04, Marcel Holtmann
- rfkill regression in net-next-2.6, Oliver Hartkopp
- Re: rfkill regression in net-next-2.6, Oliver Hartkopp
- Re: rfkill regression in net-next-2.6, John W. Linville
- Re: rfkill regression in net-next-2.6, Johannes Berg
- Re: rfkill regression in net-next-2.6, Oliver Hartkopp
- Re: pull request: wireless-next-2.6 2009-06-04, John W. Linville
[MERGE REQUEST] IEEE 802.15.4 stack: generic parts, Dmitry Eremin-Solenikov
- [PATCH 1/6] crc-itu-t: add bit-reversed calculation, Dmitry Eremin-Solenikov
- [PATCH 2/6] Add constants for the ieee 802.15.4/ZigBee stack, Dmitry Eremin-Solenikov
- [PATCH 3/6] net: add IEEE 802.15.4 socket family implementation, Dmitry Eremin-Solenikov
- [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- [PATCH 5/6] ieee802154: add documentation about our stack, Dmitry Eremin-Solenikov
- [PATCH 6/6] ieee802154: add simple HardMAC driver sample, Dmitry Eremin-Solenikov
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Johannes Berg
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, David Miller
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Johannes Berg
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Johannes Berg
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Patrick McHardy
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Patrick McHardy
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Sergey Lapin
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Patrick McHardy
- Re: [PATCH 4/6] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- Re: [PATCH 2/6] Add constants for the ieee 802.15.4/ZigBee stack, David Miller
- Re: [PATCH 2/6] Add constants for the ieee 802.15.4/ZigBee stack, Dmitry Eremin-Solenikov
- Re: [PATCH 2/6] Add constants for the ieee 802.15.4/ZigBee stack, David Miller
- Re: [PATCH 2/6] Add constants for the ieee 802.15.4/ZigBee stack, Dmitry Eremin-Solenikov
- Re: [PATCH 2/6] Add constants for the ieee 802.15.4/ZigBee stack, David Miller
- Re: [PATCH 1/6] crc-itu-t: add bit-reversed calculation, Ben Hutchings
[PATCH] rfkill: always init poll delayed work, Johannes Berg
- Re: [PATCH] rfkill: always init poll delayed work, Larry Finger
- Re: [PATCH] rfkill: always init poll delayed work, Johannes Berg
- Re: [PATCH] rfkill: always init poll delayed work, Larry Finger
- Re: [PATCH] rfkill: always init poll delayed work, Johannes Berg
- Re: [PATCH] rfkill: always init poll delayed work, Larry Finger
- Re: [PATCH] rfkill: always init poll delayed work, Johannes Berg
- Re: [PATCH] rfkill: always init poll delayed work, Larry Finger
- Re: [PATCH] rfkill: always init poll delayed work, Johannes Berg
- Re: [PATCH] rfkill: always init poll delayed work, Larry Finger
- Re: [PATCH] rfkill: always init poll delayed work, Johannes Berg
- Re: [PATCH] rfkill: always init poll delayed work, Larry Finger
- Re: [PATCH] rfkill: always init poll delayed work, Johannes Berg
- Re: [PATCH] rfkill: always init poll delayed work, Larry Finger
[RFC][WIP] IEEE 802.15.4 implementation for Linux v1, Dmitry Eremin-Solenikov
- [PATCH 01/10] crc-itu-t: add bit-reversed calculation, Dmitry Eremin-Solenikov
- [PATCH 02/10] Add constants for the ieee 802.15.4/ZigBee stack, Dmitry Eremin-Solenikov
- [PATCH 03/10] net: add IEEE 802.15.4 socket family implementation, Dmitry Eremin-Solenikov
- [PATCH 04/10] net: add NL802154 interface for configuration of 802.15.4 devices, Dmitry Eremin-Solenikov
- [PATCH 05/10] ieee802154: add simple HardMAC driver sample, Dmitry Eremin-Solenikov
- [PATCH 06/10] mac802154: add a software MAC 802.15.4 implementation, Dmitry Eremin-Solenikov
- [PATCH 07/10] ieee802154: add virtual loopback driver, Dmitry Eremin-Solenikov
- [PATCH 08/10] tty_io: export tty_class, Dmitry Eremin-Solenikov
- [PATCH 09/10] ieee802154: add serial dongle driver, Dmitry Eremin-Solenikov
- [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Dmitry Eremin-Solenikov
- Re: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Gábor Stefanik
- Re: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Dmitry Eremin-Solenikov
- Re: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Holger Schurig
- Re: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Marcel Holtmann
- Ответ: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Dmitry Eremin-Solenikov
- Re: ÐÑÐÐÑ: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Marcel Holtmann
- Re: ÐÑÐÐÑ: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Florian Fainelli
- Re: Ответ: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Maxim Osipov
- Re: ÐÑÐÐÑ: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Holger Schurig
- Re: ?????: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Jonathan Cameron
- Re: ?????: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Dmitry Eremin-Solenikov
- Re: ÐÑÐÐÑ: [PATCH 10/10] ieee802154: add at86rf230/rf231 spi driver, Sergey Lapin
- Re: [PATCH 09/10] ieee802154: add serial dongle driver, Alan Cox
- Re: [PATCH 09/10] ieee802154: add serial dongle driver, Dmitry Eremin-Solenikov
- Re: [PATCH 09/10] ieee802154: add serial dongle driver, Alan Cox
- Re: [PATCH 09/10] ieee802154: add serial dongle driver, Sergey Lapin
- Re: [PATCH 08/10] tty_io: export tty_class, Alan Cox
- Re: [PATCH 08/10] tty_io: export tty_class, Dmitry Eremin-Solenikov
- Re: [PATCH 08/10] tty_io: export tty_class, Alan Cox
- Re: [PATCH 08/10] tty_io: export tty_class, Dmitry Eremin-Solenikov
- Re: [PATCH 08/10] tty_io: export tty_class, Alan Cox
- Re: [PATCH 06/10] mac802154: add a software MAC 802.15.4 implementation, Pavel Machek
- Re: [PATCH 03/10] net: add IEEE 802.15.4 socket family implementation, Andrew Morton
- Re: [PATCH 03/10] net: add IEEE 802.15.4 socket family implementation, Dmitry Eremin-Solenikov
- Re: [PATCH 03/10] net: add IEEE 802.15.4 socket family implementation, John W. Linville
- Re: [PATCH 03/10] net: add IEEE 802.15.4 socket family implementation, Dmitry Eremin-Solenikov
- Re: [PATCH 03/10] net: add IEEE 802.15.4 socket family implementation, Johannes Berg
- Re: [PATCH 01/10] crc-itu-t: add bit-reversed calculation, Andrew Morton
- Re: [RFC][WIP] IEEE 802.15.4 implementation for Linux v1, Jon Smirl
- Re: [RFC][WIP] IEEE 802.15.4 implementation for Linux v1, Jon Smirl
Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- [RFC] rfkill: remove set_global_sw_state(), Alan Jenkins
- Re: [RFC] rfkill: remove set_global_sw_state(), Johannes Berg
- Re: [RFC] rfkill: remove set_global_sw_state(), Alan Jenkins
- Re: [RFC] rfkill: remove set_global_sw_state(), Johannes Berg
- Re: [RFC] rfkill: remove set_global_sw_state(), Alan Jenkins
- [PATCH v2] rfkill: remove set_global_sw_state, Alan Jenkins
- Re: [PATCH v2] rfkill: remove set_global_sw_state, Alan Jenkins
- [PATCH v3] rfkill: remove set_global_sw_state, Alan Jenkins
- [PATCH v4] rfkill: remove set_global_sw_state, Alan Jenkins
- Re: [PATCH v4] rfkill: remove set_global_sw_state, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Dan Williams
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Alan Jenkins
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Dan Williams
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Marcel Holtmann
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
- Re: [PATCH] rfkill: create useful userspace interface, Henrique de Moraes Holschuh
- Re: [PATCH] rfkill: create useful userspace interface, Johannes Berg
|
|