Age | Commit message (Expand) | Author | Files | Lines |
2008-12-05 | iwlwifi: properly initialize calibration command header | Tomas Winkler | 3 | -33/+40 |
2008-12-05 | iwlwifi: clean key table in iwl_clear_stations_table function | Tomas Winkler | 2 | -3/+24 |
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: TX update chicken bits | Winkler, Tomas | 3 | -0/+17 |
2008-11-26 | iwlwifi: TX setup fix confusion between TX queue and TX DMA channel | Winkler, Tomas | 3 | -8/+16 |
2008-11-26 | iwlwifi: 4965 define firmware file name once | Winkler, Tomas | 1 | -2/+3 |
2008-11-26 | iwlwifi: enable base band calibration in 5000 HW | Tomas Winkler | 2 | -2/+7 |
2008-11-26 | iwlwifi: move iwl_clear_stations_table to iwl-sta.c | Winkler, Tomas | 4 | -23/+25 |
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 | 2 | -0/+5 |
2008-11-26 | iwlwifi: iwl-fh.h cleanup | Tomas Winkler | 1 | -24/+17 |
2008-11-26 | iwlwifi: some fh document fix and cleanup | Zhu, Yi | 2 | -9/+4 |
2008-11-26 | iwlwifi: configure_filter rewrite | Zhu, Yi | 4 | -59/+70 |
2008-11-26 | iwlwifi : fix checkpatch.pl errors | Abhijeet Kolekar | 9 | -12/+13 |
2008-11-26 | iwlwifi: replace magic constants with define | Chatre, Reinette | 2 | -4/+4 |
2008-11-26 | iwlwifi: rs: remove fc variable and other cleanups | Tomas Winkler | 1 | -29/+19 |
2008-11-26 | iwlwifi: consolidate station management code | Tomas Winkler | 8 | -132/+148 |
2008-11-26 | iwl3945 : Simplify iwl3945_pci_probe | Kolekar, Abhijeet | 1 | -78/+117 |
2008-11-26 | iwlagn: fix DMA sync | Johannes Berg | 1 | -3/+5 |
2008-11-21 | iwlwifi: use Rx single frame mode (one Rx frame per RB) | Zhu, Yi | 2 | -2/+4 |
2008-11-21 | iwlwifi: get some more information about command failure | Winkler, Tomas | 1 | -1/+6 |
2008-11-21 | iwl3945 : Simplify iwl3945_send_beacon_cmd | Kolekar, Abhijeet | 1 | -12/+14 |
2008-11-21 | iwlwifi: move iwl_print_hex_dump to iwl-debug.h | Winkler, Tomas | 2 | -17/+10 |
2008-11-21 | iwl3945 : Fix Sparse Warnings | Kolekar, Abhijeet | 1 | -1/+1 |
2008-11-21 | iwlwifi: move spectrum measurement code to iwl-spectrum.c file | Tomas Winkler | 5 | -228/+209 |
2008-11-21 | iwlwifi: revamp tx scheduler byte count tables handling | Tomas Winkler | 10 | -244/+129 |
2008-11-21 | iwlwifi: move rx queue read pointer into rxq | Winkler, Tomas | 9 | -83/+37 |
2008-11-21 | iwlwifi: update iwl-commands.h for 3 stream support | Halperin, Daniel C | 1 | -5/+7 |
2008-11-21 | iwlwifi: don't fail power set when calibration is not done yet | Winkler, Tomas | 1 | -9/+8 |
2008-11-21 | iwlwifi: trivial fix in includes | Winkler, Tomas | 1 | -2/+1 |
2008-11-21 | iwl3945: fix resume for ADHOC network | Mohamed Abbas | 1 | -7/+14 |
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 | 4 | -17/+22 |
2008-11-19 | iwlagn: fix RX skb alignment | Johannes Berg | 3 | -13/+22 |
2008-11-19 | mac80211: remove ieee80211_notify_mac | Johannes Berg | 2 | -2/+0 |
2008-11-10 | iwlwifi: do not call statistics from rfkill | Mohamed Abbas | 1 | -0/+4 |
2008-11-10 | iwlwifi: iwl-agn-rs: initialize rs with valid antenna | Winkler, Tomas | 1 | -4/+2 |
2008-11-10 | iwlwifi: rename double inclusion protection name in iwl-commands.h | Emmanuel Grumbach | 1 | -3/+3 |
2008-11-10 | iwlwifi: rename generic iwlagn functions that had a HW specific name | Emmanuel Grumbach | 4 | -207/+207 |
2008-11-10 | iwlwifi: fix priv->iw_mode setting when multiple vif are configured | Zhu, Yi | 2 | -17/+16 |
2008-11-10 | iwlwifi: trivial removal of some 4965 remaining from iwl-agn-rs.h | Winkler, Tomas | 2 | -5/+5 |
2008-11-10 | iwlwifi: reorganize flow handler bitology | Winkler, Tomas | 3 | -29/+35 |
2008-11-10 | iwl3945: remove bogus comment | Johannes Berg | 1 | -2/+0 |
2008-11-10 | mac80211: remove SSID driver code | Johannes Berg | 2 | -14/+0 |
2008-11-10 | iwlwifi: remove unused essid variable | Johannes Berg | 4 | -28/+0 |
2008-11-10 | iwlwifi: remove implicit direct scan | Johannes Berg | 2 | -15/+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 | 2 | -2/+19 |
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 |