| Commit message (Expand) | Author | Files | Lines |
2009-01-29 | iwl3945: release resources before shutting down | Kolekar, Abhijeet | 1 | -4/+6 |
2009-01-29 | iwl3945: simplify iwl3945_pci_probe | Kolekar, Abhijeet | 1 | -67/+79 |
2009-01-29 | iwl3945: add set_pwr_src | Kolekar, Abhijeet | 1 | -3/+7 |
2009-01-29 | iwl3945: add apm ops | Kolekar, Abhijeet | 2 | -53/+88 |
2009-01-29 | iwl3945: add load ucode op | Kolekar, Abhijeet | 2 | -151/+160 |
2009-01-29 | iwl3945: cleanup and remove duplicate code | Kolekar, Abhijeet | 1 | -170/+34 |
2009-01-29 | iwl3945: use iwl_mod_params for 3945 | Kolekar, Abhijeet | 3 | -31/+24 |
2009-01-29 | iwlwifi: use iwl_cmd instead of iwl3945_cmd | Winkler, Tomas | 5 | -99/+44 |
2009-01-29 | iwlwifi: replace IWL_ERROR with IWL_ERR | Winkler, Tomas | 21 | -272/+299 |
2009-01-29 | iwlwifi: replace IWL_WARNING with IWL_WARN | Winkler, Tomas | 12 | -87/+94 |
2009-01-29 | iwlwifi: clean up printing | Tomas Winkler | 8 | -70/+58 |
2009-01-29 | iwlwifi: add more comments to IWL_DL_xx | Zhu Yi | 1 | -4/+6 |
2009-01-29 | iwl3945: use iwl-io.h and delete iwl-3945-io.h | Abhijeet Kolekar | 4 | -601/+197 |
2009-01-29 | iwl3945: replaces iwl3945_priv with iwl_priv | Abhijeet Kolekar | 8 | -595/+417 |
2009-01-29 | iwl3945: rename iwl3945_priv variables | Abhijeet Kolekar | 5 | -263/+263 |
2009-01-29 | iwl3945: use iwl_hw_params in iwl3945_priv | Abhijeet Kolekar | 4 | -69/+49 |
2009-01-29 | iwl3945: use iwl_rx_queue in iwl3945 | Abhijeet Kolekar | 3 | -40/+13 |
2009-01-29 | iwl3945: use iwl_rx_mem_buffer | Abhijeet Kolekar | 3 | -41/+35 |
2009-01-29 | iwlwifi: beautify code | Wu Fengguang | 1 | -82/+85 |
2009-01-29 | iwl3945: replace iwl3945_broadcast_addr with iwl_bcast_addr | Kolekar, Abhijeet | 2 | -7/+4 |
2009-01-29 | iwl3945: remove duplicate structures from iwl-3945.h | Kolekar, Abhijeet | 3 | -50/+4 |
2009-01-29 | iwl3945: move structures from iwl-3945.h to iwl-dev.h | Kolekar, Abhijeet | 2 | -46/+49 |
2009-01-29 | iwl3945: replace iwl_3945_cfg with iwl_cfg | Kolekar, Abhijeet | 4 | -34/+4 |
2009-01-29 | iwl3945: include iwl-core.h | Kolekar, Abhijeet | 4 | -156/+32 |
2009-01-29 | iwl3945: Change IWLWIFI_VERSION constant name | Kolekar, Abhijeet | 1 | -2/+2 |
2009-01-29 | iwlwifi: emliminate iwl3945_mac_get_stats mac80211 handler | Winkler, Tomas | 1 | -7/+0 |
2009-01-29 | iwl3945: iwl3945_queue and iwl3945_channel_info replacement | Samuel Ortiz | 5 | -209/+71 |
2009-01-29 | iwl3945: Remove power related definitions from 3945 code | Samuel Ortiz | 3 | -39/+30 |
2009-01-29 | iwl3945: Getting rid of iwl-3945-led.h | Samuel Ortiz | 2 | -16/+4 |
2009-01-29 | iwl3945: Use iwl-agn-rs.h rates definitions. | Samuel Ortiz | 6 | -234/+80 |
2009-01-29 | iwl3945: Have consistant and not redefined HW constants | Samuel Ortiz | 8 | -42/+55 |
2009-01-29 | iwl3945: Getting rid of iwl3945_eeprom_channel | Samuel Ortiz | 3 | -56/+11 |
2009-01-29 | iwl3945: Remove DRV_NAME dependenies | Samuel Ortiz | 11 | -42/+55 |
2009-01-29 | iwl3945: Getting rid of iwl-3945-debug.h | Samuel Ortiz | 7 | -227/+59 |
2009-01-29 | iwlwifi: 3945 remove iwl-3945-commands.h | Tomas Winkler | 7 | -835/+468 |
2009-01-29 | iwlwifi: 3945 drop usage of union tsf | Tomas Winkler | 3 | -48/+10 |
2009-01-29 | iwlwifi: 3945 remove duplicated code from iwl-3945-commands.h | Tomas Winkler | 5 | -547/+39 |
2009-01-29 | iwlwifi: use iwl-commands.h also in 3945 | Tomas Winkler | 7 | -442/+61 |
2009-01-29 | iwlwifi: 3945 remove current_rate from station entry. | Winkler, Tomas | 3 | -22/+0 |
2009-01-29 | iwlwifi: 3945 unfold iwl-3945-commands.h | Tomas Winkler | 6 | -10/+10 |
2009-01-29 | iwlwifi: 3945 extract flow handler definitions into iwl-3945-fh.h | Tomas Winkler | 5 | -149/+226 |
2009-01-29 | mac80211: Cancel the power save timer in ieee80211_stop. | Vivek Natarajan | 1 | -0/+2 |
2009-01-29 | mac80211: Enhancements to dynamic power save. | Vivek Natarajan | 4 | -6/+53 |
2009-01-29 | mac80211: A couple of fixes to dynamic power save. | Vivek Natarajan | 2 | -5/+7 |
2009-01-29 | mac80211: Reset the power save timer from master_start_xmit. | Vivek Natarajan | 1 | -13/+13 |
2009-01-29 | mac80211: Scale down to non-HT association with TKIP/WEP as pairwise cipher | Vasanthakumar Thiagarajan | 4 | -3/+22 |
2009-01-29 | wireless: Add channel/frequency conversions to ieee80211.h | David Kilroy | 7 | -68/+155 |
2009-01-29 | ath5k: More EEPROM code updates | Nick Kossifidis | 1 | -6/+1 |
2009-01-29 | iwlwifi: kill retry_rate sysfs for iwlagn | Winkler, Tomas | 2 | -27/+0 |
2009-01-29 | iwlwifi: move sysfs status entry to debugfs | Winkler, Tomas | 3 | -12/+10 |