Age | Commit message (Expand) | Author | Files | Lines |
2009-01-29 | iwl3945: Remove DRV_NAME dependenies | Samuel Ortiz | 1 | -5/+6 |
2009-01-29 | iwlwifi: kill retry_rate sysfs for iwlagn | Winkler, Tomas | 1 | -26/+0 |
2009-01-29 | iwlwifi: move sysfs status entry to debugfs | Winkler, Tomas | 1 | -11/+0 |
2009-01-22 | iwlwifi: return NETDEV_TX_OK from _tx ops | Reinette Chatre | 1 | -1/+1 |
2008-12-19 | iwlwifi: indicate txpower is off in sysfs | Jay Sternberg | 1 | -1/+5 |
2008-12-19 | iwlwifi: use GFP_KERNEL to allocate Rx SKB memory | Zhu Yi | 1 | -11/+1 |
2008-12-19 | iwlwifi: update comments on the debug interface | Wu, Fengguang | 1 | -1/+1 |
2008-12-19 | iwlwifi: remove a parameter (dest) from *_fill_beacon_frame() methods. | Rami Rosen | 1 | -2/+1 |
2008-12-19 | mac80211: Fix HT channel selection | Sujith | 1 | -5/+13 |
2008-12-12 | iwlwifi: add contact email to MODULE_AUTHOR | Tomas Winkler | 1 | -1/+1 |
2008-12-12 | iwlwifi: remove 4965 from common uCode API structures | Tomas Winkler | 1 | -5/+6 |
2008-12-12 | iwlwifi: fix resume while txpower off | Mohamed Abbas | 1 | -1/+4 |
2008-12-12 | mac80211: Disable requests for new scans in AP mode | Jouni Malinen | 1 | -6/+0 |
2008-12-12 | iwlwifi: remove qos module parameter | Winkler, Tomas | 1 | -8/+0 |
2008-12-12 | iwlwifi: change email contact information | Winkler, Tomas | 1 | -1/+1 |
2008-12-05 | iwlwifi: rely on API version read from firmware | Reinette Chatre | 1 | -13/+49 |
2008-12-05 | iwlwifi: store ucode version number | Chatre, Reinette | 1 | -3/+9 |
2008-12-05 | iwlwifi: move channels sysfs to debugfs | Winkler, Tomas | 1 | -63/+0 |
2008-12-05 | iwlwifi: move disable/enable interrupts to iwl-core.c | Winkler, Tomas | 1 | -22/+0 |
2008-12-05 | iwlwifi: fix printk size format error | Zhu Yi | 1 | -1/+1 |
2008-12-05 | iwlwifi: move host command check function into separate file | Winkler, Tomas | 1 | -74/+1 |
2008-12-05 | iwlwifi: 5150 add support for 5150 | Tomas Winkler | 1 | -0/+4 |
2008-11-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+5 |
2008-11-26 | iwlwifi: configure_filter rewrite | Zhu, Yi | 1 | -30/+35 |
2008-11-26 | iwlwifi : fix checkpatch.pl errors | Abhijeet Kolekar | 1 | -2/+3 |
2008-11-26 | iwlwifi: replace magic constants with define | Chatre, Reinette | 1 | -2/+2 |
2008-11-26 | iwlwifi: consolidate station management code | Tomas Winkler | 1 | -42/+5 |
2008-11-26 | iwlagn: fix DMA sync | Johannes Berg | 1 | -3/+5 |
2008-11-21 | iwlwifi: move spectrum measurement code to iwl-spectrum.c file | Tomas Winkler | 1 | -228/+1 |
2008-11-21 | iwlwifi: revamp tx scheduler byte count tables handling | Tomas Winkler | 1 | -8/+0 |
2008-11-21 | iwlwifi: move rx queue read pointer into rxq | Winkler, Tomas | 1 | -1/+1 |
2008-11-21 | iwlagn: fix resume for ADHOC network | Mohamed Abbas | 1 | -6/+15 |
2008-11-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -5/+3 |
2008-11-19 | iwlagn: fix RX skb alignment | Johannes Berg | 1 | -3/+3 |
2008-11-19 | mac80211: remove ieee80211_notify_mac | Johannes Berg | 1 | -1/+0 |
2008-11-10 | iwlwifi: do not call statistics from rfkill | Mohamed Abbas | 1 | -0/+4 |
2008-11-10 | iwlwifi: rename generic iwlagn functions that had a HW specific name | Emmanuel Grumbach | 1 | -201/+201 |
2008-11-10 | iwlwifi: fix priv->iw_mode setting when multiple vif are configured | Zhu, Yi | 1 | -8/+7 |
2008-11-10 | mac80211: remove SSID driver code | Johannes Berg | 1 | -7/+0 |
2008-11-10 | iwlwifi: remove unused essid variable | Johannes Berg | 1 | -12/+0 |
2008-11-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+5 |
2008-11-07 | iwlagn: avoid sleep in softirq context | John W. Linville | 1 | -1/+5 |
2008-11-01 | iwlwifi: Update reclaim flag | Daniel Halperin | 1 | -0/+1 |
2008-11-01 | iwlwifi: run through spell checker | Tomas Winkler | 1 | -1/+1 |
2008-11-01 | mac80211: rewrite HT handling | Johannes Berg | 1 | -13/+26 |
2008-11-01 | mac80211: introduce hw config change flags | Johannes Berg | 1 | -1/+2 |
2008-11-01 | 802.11: clean up/fix HT support | Johannes Berg | 1 | -10/+10 |
2008-11-01 | iwlwifi: refactor rxon time command | Tomas Winkler | 1 | -45/+25 |
2008-10-31 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2008-10-30 | iwlwifi: fix suspend to RAM in iwlwifi | Tomas Winkler | 1 | -1/+1 |