| Commit message (Expand) | Author | Age | Files | Lines |
* | iwl3945: Change crypto parameter name | Samuel Ortiz | 2009-01-29 | 1 | -3/+4 |
* | iwl3945: use hw_params.rx_buf_size | Winkler, Tomas | 2009-01-29 | 1 | -6/+9 |
* | iwl3945: kill iwl3945_x2_queue_used | Winkler, Tomas | 2009-01-29 | 1 | -8/+1 |
* | iwl3945: kill iwl3945_rx_queue_space | Winkler, Tomas | 2009-01-29 | 1 | -17/+2 |
* | iwl3945: kill iwl3945_rx_queue_restock | Winkler, Tomas | 2009-01-29 | 1 | -48/+2 |
* | mac80211: clean up set_key callback | Johannes Berg | 2009-01-29 | 1 | -5/+7 |
* | iwl3945: use rx queue management infrastructure from iwlcore | Winkler, Tomas | 2009-01-29 | 1 | -80/+1 |
* | iwl3945: use iwl3945_tx_cmd instead of iwl_tx_cmd | Winkler, Tomas | 2009-01-29 | 1 | -32/+34 |
* | iwl3945: switch to the iwl-core send_card_state routine | Samuel Ortiz | 2009-01-29 | 1 | -33/+1 |
* | iwl3945: sync tx queue data structure with iwlagn | Samuel Ortiz | 2009-01-29 | 1 | -48/+77 |
* | iwl3945: rearrange 3945 tfd | Winkler, Tomas | 2009-01-29 | 1 | -23/+17 |
* | iwl3945: use iwl_rb_status | Winkler, Tomas | 2009-01-29 | 1 | -1/+1 |
* | iwl3945: use iwl_get_hw_mode | Kolekar, Abhijeet | 2009-01-29 | 1 | -8/+2 |
* | iwl3945: release resources before shutting down | Kolekar, Abhijeet | 2009-01-29 | 1 | -4/+6 |
* | iwl3945: simplify iwl3945_pci_probe | Kolekar, Abhijeet | 2009-01-29 | 1 | -67/+79 |
* | iwl3945: add apm ops | Kolekar, Abhijeet | 2009-01-29 | 1 | -5/+2 |
* | iwl3945: add load ucode op | Kolekar, Abhijeet | 2009-01-29 | 1 | -151/+1 |
* | iwl3945: cleanup and remove duplicate code | Kolekar, Abhijeet | 2009-01-29 | 1 | -170/+34 |
* | iwl3945: use iwl_mod_params for 3945 | Kolekar, Abhijeet | 2009-01-29 | 1 | -28/+20 |
* | iwlwifi: use iwl_cmd instead of iwl3945_cmd | Winkler, Tomas | 2009-01-29 | 1 | -26/+28 |
* | iwlwifi: replace IWL_ERROR with IWL_ERR | Winkler, Tomas | 2009-01-29 | 1 | -91/+101 |
* | iwlwifi: replace IWL_WARNING with IWL_WARN | Winkler, Tomas | 2009-01-29 | 1 | -36/+37 |
* | iwlwifi: clean up printing | Tomas Winkler | 2009-01-29 | 1 | -21/+17 |
* | iwl3945: use iwl-io.h and delete iwl-3945-io.h | Abhijeet Kolekar | 2009-01-29 | 1 | -115/+115 |
* | iwl3945: replaces iwl3945_priv with iwl_priv | Abhijeet Kolekar | 2009-01-29 | 1 | -200/+200 |
* | iwl3945: rename iwl3945_priv variables | Abhijeet Kolekar | 2009-01-29 | 1 | -188/+188 |
* | iwl3945: use iwl_hw_params in iwl3945_priv | Abhijeet Kolekar | 2009-01-29 | 1 | -18/+18 |
* | iwl3945: use iwl_rx_queue in iwl3945 | Abhijeet Kolekar | 2009-01-29 | 1 | -8/+8 |
* | iwl3945: use iwl_rx_mem_buffer | Abhijeet Kolekar | 2009-01-29 | 1 | -26/+26 |
* | iwl3945: replace iwl3945_broadcast_addr with iwl_bcast_addr | Kolekar, Abhijeet | 2009-01-29 | 1 | -6/+4 |
* | iwl3945: remove duplicate structures from iwl-3945.h | Kolekar, Abhijeet | 2009-01-29 | 1 | -1/+1 |
* | iwl3945: replace iwl_3945_cfg with iwl_cfg | Kolekar, Abhijeet | 2009-01-29 | 1 | -1/+1 |
* | iwl3945: include iwl-core.h | Kolekar, Abhijeet | 2009-01-29 | 1 | -51/+1 |
* | iwl3945: Change IWLWIFI_VERSION constant name | Kolekar, Abhijeet | 2009-01-29 | 1 | -2/+2 |
* | iwlwifi: emliminate iwl3945_mac_get_stats mac80211 handler | Winkler, Tomas | 2009-01-29 | 1 | -7/+0 |
* | iwl3945: iwl3945_queue and iwl3945_channel_info replacement | Samuel Ortiz | 2009-01-29 | 1 | -47/+22 |
* | iwl3945: Remove power related definitions from 3945 code | Samuel Ortiz | 2009-01-29 | 1 | -12/+13 |
* | iwl3945: Use iwl-agn-rs.h rates definitions. | Samuel Ortiz | 2009-01-29 | 1 | -1/+1 |
* | iwl3945: Have consistant and not redefined HW constants | Samuel Ortiz | 2009-01-29 | 1 | -9/+10 |
* | iwl3945: Getting rid of iwl3945_eeprom_channel | Samuel Ortiz | 2009-01-29 | 1 | -2/+2 |
* | iwl3945: Remove DRV_NAME dependenies | Samuel Ortiz | 2009-01-29 | 1 | -14/+17 |
* | iwl3945: Getting rid of iwl-3945-debug.h | Samuel Ortiz | 2009-01-29 | 1 | -54/+41 |
* | iwlwifi: 3945 remove iwl-3945-commands.h | Tomas Winkler | 2009-01-29 | 1 | -33/+31 |
* | iwlwifi: 3945 drop usage of union tsf | Tomas Winkler | 2009-01-29 | 1 | -12/+6 |
* | iwlwifi: 3945 remove duplicated code from iwl-3945-commands.h | Tomas Winkler | 2009-01-29 | 1 | -13/+14 |
* | iwlwifi: use iwl-commands.h also in 3945 | Tomas Winkler | 2009-01-29 | 1 | -14/+17 |
* | iwlwifi: 3945 remove current_rate from station entry. | Winkler, Tomas | 2009-01-29 | 1 | -2/+0 |
* | iwlwifi: 3945 unfold iwl-3945-commands.h | Tomas Winkler | 2009-01-29 | 1 | -0/+1 |
* | iwlwifi: 3945 extract flow handler definitions into iwl-3945-fh.h | Tomas Winkler | 2009-01-29 | 1 | -5/+5 |
* | iwlwifi: return NETDEV_TX_OK from _tx ops | Reinette Chatre | 2009-01-22 | 1 | -1/+1 |