| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: remove ieee80211_notify_mac | Johannes Berg | 2008-11-18 | 1 | -1/+0 |
* | iwl3945: fix deadlock on suspend | Zhu, Yi | 2008-11-06 | 1 | -1/+1 |
* | iwl3945: do not send scan command if channel count zero | Reinette Chatre | 2008-11-06 | 1 | -0/+5 |
* | iwl3945: clear scanning bits upon failure | Mohamed Abbas | 2008-11-06 | 1 | -0/+8 |
* | mac80211: clean up rate control API | Johannes Berg | 2008-09-24 | 1 | -10/+1 |
* | iwl3945: add MODULE_FIRMWARE for 3945 HW | Zhu Yi | 2008-09-15 | 1 | -0/+2 |
* | mac80211: use nl80211 interface types | Johannes Berg | 2008-09-15 | 1 | -42/+42 |
* | iwl3945: enable active scanning on active channels | Abhijeet Kolekar | 2008-09-08 | 1 | -28/+26 |
* | iwl3945: avoid redundant iwl3945_get_active_dwell_time | Abhijeet Kolekar | 2008-09-08 | 1 | -4/+3 |
* | iwl3945: removed bg_post_associate work | Abhijeet Kolekar | 2008-09-08 | 1 | -17/+1 |
* | iwl3945: fix unbalanced mutex | Abhijeet Kolekar | 2008-09-08 | 1 | -3/+2 |
* | iwlwifi : Added bss_info_changed callback to 3945 | Abhijeet Kolekar | 2008-09-08 | 1 | -6/+68 |
* | cfg80211: keep track of supported interface modes | Luis R. Rodriguez | 2008-09-05 | 1 | -0/+5 |
* | iwlwifi: use le16 frame control directly, use QOS symbolic constant mask | Harvey Harrison | 2008-08-22 | 1 | -3/+3 |
* | iwlwifi: use generic mac80211 radiotap headers | Bruno Randolf | 2008-08-22 | 1 | -2/+0 |
* | removed unused #include <version.h> | Huang Weiyi | 2008-08-18 | 1 | -1/+0 |
* | iwlwifi: fix printk newlines | Jiri Slaby | 2008-08-18 | 1 | -3/+3 |
* | iwl3945: fix merge mistake for packet injection | Zhu Yi | 2008-08-04 | 1 | -6/+0 |
* | iwlwifi: fix checkpatch.pl errors | Tomas Winkler | 2008-08-04 | 1 | -29/+23 |
* | mac80211: partially fix skb->cb use | Johannes Berg | 2008-07-29 | 1 | -1/+1 |
* | mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag | Johannes Berg | 2008-07-29 | 1 | -2/+1 |
* | iwl3965: remove useless network and duplicate checking | Adel Gadllah | 2008-07-14 | 1 | -126/+0 |
* | mac80211: revamp beacon configuration | Johannes Berg | 2008-07-14 | 1 | -3/+16 |
* | iwlwifi: remove input device and fix rfkill state | Adel Gadllah | 2008-07-08 | 1 | -67/+50 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-07-05 | 1 | -0/+6 |
|\ |
|
| * | iwlwifi: drop skb silently for Tx request in monitor mode | Zhu Yi | 2008-07-02 | 1 | -1/+2 |
* | | iwl3945: remove RFKILL_STATE_HARD_BLOCKED warnings | Zhu Yi | 2008-07-02 | 1 | -2/+5 |
* | | iwlwifi: enable packet injection for iwl3945 | Stefanik Gábor | 2008-07-02 | 1 | -13/+9 |
* | | iwlwifi: fix incorrect monitor mode operation | Rick Farrington | 2008-07-02 | 1 | -19/+11 |
* | | iwlwifi : Patch adds rfkill subsystem for 3945 | Abhijeet Kolekar | 2008-06-30 | 1 | -35/+151 |
* | | iwlwifi: use iwl_is_associated when possible | Ron Rindjunsky | 2008-06-30 | 1 | -2/+2 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-28 | 1 | -15/+18 |
|\ \
| |/ |
|
| * | iwlwifi: improve scanning band selection management | Ron Rindjunsky | 2008-06-25 | 1 | -15/+18 |
* | | mac80211: remove ieee80211_get_morefrag | Harvey Harrison | 2008-06-14 | 1 | -2/+2 |
* | | mac80211: add helpers for frame control testing | Harvey Harrison | 2008-06-14 | 1 | -17/+16 |
* | | iwlwifi: fix software rf_kill problem when interface is down | Zhu Yi | 2008-06-14 | 1 | -1/+2 |
* | | iwlwifi: fix a memory leak in scan | Emmanuel Grumbach | 2008-06-03 | 1 | -1/+1 |
* | | iwlwifi: remove notif_missed_beacons variable | Tomas Winkler | 2008-06-03 | 1 | -3/+0 |
* | | mac80211: use multi-queue master netdevice | Johannes Berg | 2008-05-21 | 1 | -2/+2 |
* | | mac80211: move TX info into skb->cb | Johannes Berg | 2008-05-21 | 1 | -26/+22 |
* | | mac80211: use rate index in TX control | Johannes Berg | 2008-05-21 | 1 | -2/+2 |
* | | mac80211: let drivers wake but not start queues | Johannes Berg | 2008-05-21 | 1 | -1/+1 |
* | | iwlwifi: refactor ieee80211_get_qos_ctrl | Tomas Winkler | 2008-05-21 | 1 | -22/+13 |
* | | mac80211: use hardware flags for signal/noise units | Bruno Randolf | 2008-05-14 | 1 | -11/+4 |
* | | iwl3945: do not delay hardware scan if it is a direct scan | Bill Moss | 2008-05-14 | 1 | -3/+4 |
* | | iwlwifi : Set monitor mode for 3945 | Abhijeet Kolekar | 2008-05-14 | 1 | -1/+35 |
* | | mac80211: QoS related cleanups | Johannes Berg | 2008-05-07 | 1 | -1/+1 |
* | | mac80211: clean up get_tx_stats callback | Johannes Berg | 2008-05-07 | 1 | -3/+3 |
* | | iwlwifi: remove support for Narrow Channel (10Mhz) | Guy Cohen | 2008-05-07 | 1 | -5/+1 |
* | | mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf | Ivo van Doorn | 2008-05-07 | 1 | -3/+4 |
|/ |
|