Age | Commit message (Expand) | Author | Files | Lines |
2008-12-19 | iwlwifi: use type uint for module param debug | Wu, Fengguang | 1 | -2/+2 |
2008-12-19 | iwlwifi: remove a parameter (dest) from *_fill_beacon_frame() methods. | Rami Rosen | 1 | -1/+1 |
2008-12-12 | iwlwifi: add contact email to MODULE_AUTHOR | Tomas Winkler | 1 | -1/+2 |
2008-12-12 | iwlwifi: use iwl_poll_direct_bit in EEPROM reading | Zhu, Yi | 1 | -17/+14 |
2008-12-12 | mac80211: Disable requests for new scans in AP mode | Jouni Malinen | 1 | -11/+0 |
2008-12-12 | iwlwifi: 3945 remove qos module parameter | Winkler, Tomas | 1 | -27/+15 |
2008-12-12 | iwlwifi: change email contact information | Winkler, Tomas | 1 | -1/+1 |
2008-12-12 | iwlwifi: iwl_poll_{direct_}bit cleanup | Zhu, Yi | 1 | -3/+2 |
2008-12-05 | iwl3945 : Fix a-band association for passive channels | Abhijeet Kolekar | 1 | -7/+23 |
2008-12-05 | iwlwifi: rely on API version read from firmware | Reinette Chatre | 1 | -14/+50 |
2008-12-05 | iwlwifi: store ucode version number | Chatre, Reinette | 1 | -3/+9 |
2008-12-05 | iwlwifi: fix printk size format error | Zhu Yi | 1 | -1/+1 |
2008-12-05 | iwlwifi: disable AP mode | Johannes Berg | 1 | -1/+0 |
2008-12-05 | iwl3945: remove obsolete irq handling | Helmut Schaa | 1 | -29/+0 |
2008-11-26 | iwl3945 : Fix ad-hoc mode for 3945 | Abhijeet Kolekar | 1 | -4/+1 |
2008-11-26 | iwlwifi: enable custom fw regulatory solution | Luis R. Rodriguez | 1 | -0/+2 |
2008-11-26 | iwlwifi: configure_filter rewrite | Zhu, Yi | 1 | -27/+35 |
2008-11-26 | iwlwifi : fix checkpatch.pl errors | Abhijeet Kolekar | 1 | -2/+2 |
2008-11-26 | iwlwifi: replace magic constants with define | Chatre, Reinette | 1 | -2/+2 |
2008-11-26 | iwl3945 : Simplify iwl3945_pci_probe | Kolekar, Abhijeet | 1 | -78/+117 |
2008-11-21 | iwl3945 : Simplify iwl3945_send_beacon_cmd | Kolekar, Abhijeet | 1 | -12/+14 |
2008-11-21 | iwl3945 : Fix Sparse Warnings | Kolekar, Abhijeet | 1 | -1/+1 |
2008-11-21 | iwl3945: fix resume for ADHOC network | Mohamed Abbas | 1 | -7/+14 |
2008-11-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+0 |
2008-11-19 | mac80211: remove ieee80211_notify_mac | Johannes Berg | 1 | -1/+0 |
2008-11-10 | iwlwifi: fix priv->iw_mode setting when multiple vif are configured | Zhu, Yi | 1 | -9/+9 |
2008-11-10 | iwl3945: remove bogus comment | Johannes Berg | 1 | -2/+0 |
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-10 | iwlwifi: remove implicit direct scan | Johannes Berg | 1 | -8/+0 |
2008-11-10 | iwl3945: remove dead code | Johannes Berg | 1 | -16/+2 |
2008-11-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+14 |
2008-11-07 | iwl3945: fix deadlock on suspend | Zhu, Yi | 1 | -1/+1 |
2008-11-07 | iwl3945: do not send scan command if channel count zero | Reinette Chatre | 1 | -0/+5 |
2008-11-07 | iwl3945: clear scanning bits upon failure | Mohamed Abbas | 1 | -0/+8 |
2008-11-01 | iwl3945: iwl3945_mac_get_tsf() should not return zero | Fabrice Bellet | 1 | -9/+0 |
2008-11-01 | iwlwifi: run through spell checker | Tomas Winkler | 1 | -14/+14 |
2008-11-01 | wireless: use individual buffers for printing ssid values | John W. Linville | 1 | -3/+6 |
2008-11-01 | wireless: consolidate on a single escape_essid implementation | John W. Linville | 1 | -44/+4 |
2008-11-01 | mac80211/drivers: rewrite the rate control API | Johannes Berg | 1 | -2/+3 |
2008-11-01 | mac80211: introduce hw config change flags | Johannes Berg | 1 | -3/+4 |
2008-10-28 | net: convert print_mac to %pM | Johannes Berg | 1 | -36/+18 |
2008-09-25 | mac80211: clean up rate control API | Johannes Berg | 1 | -10/+1 |
2008-09-16 | iwl3945: add MODULE_FIRMWARE for 3945 HW | Zhu Yi | 1 | -0/+2 |
2008-09-16 | mac80211: use nl80211 interface types | Johannes Berg | 1 | -42/+42 |
2008-09-08 | iwl3945: enable active scanning on active channels | Abhijeet Kolekar | 1 | -28/+26 |
2008-09-08 | iwl3945: avoid redundant iwl3945_get_active_dwell_time | Abhijeet Kolekar | 1 | -4/+3 |
2008-09-08 | iwl3945: removed bg_post_associate work | Abhijeet Kolekar | 1 | -17/+1 |
2008-09-08 | iwl3945: fix unbalanced mutex | Abhijeet Kolekar | 1 | -3/+2 |
2008-09-08 | iwlwifi : Added bss_info_changed callback to 3945 | Abhijeet Kolekar | 1 | -6/+68 |