summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: add more comments to IWL_DL_xxZhu Yi2009-01-291-4/+6
* iwl3945: use iwl-io.h and delete iwl-3945-io.hAbhijeet Kolekar2009-01-294-601/+197Star
* iwl3945: replaces iwl3945_priv with iwl_privAbhijeet Kolekar2009-01-298-595/+417Star
* iwl3945: rename iwl3945_priv variablesAbhijeet Kolekar2009-01-295-263/+263
* iwl3945: use iwl_hw_params in iwl3945_privAbhijeet Kolekar2009-01-294-69/+49Star
* iwl3945: use iwl_rx_queue in iwl3945Abhijeet Kolekar2009-01-293-40/+13Star
* iwl3945: use iwl_rx_mem_bufferAbhijeet Kolekar2009-01-293-41/+35Star
* iwlwifi: beautify codeWu Fengguang2009-01-291-82/+85
* iwl3945: replace iwl3945_broadcast_addr with iwl_bcast_addrKolekar, Abhijeet2009-01-292-7/+4Star
* iwl3945: remove duplicate structures from iwl-3945.hKolekar, Abhijeet2009-01-293-50/+4Star
* iwl3945: move structures from iwl-3945.h to iwl-dev.hKolekar, Abhijeet2009-01-292-46/+49
* iwl3945: replace iwl_3945_cfg with iwl_cfgKolekar, Abhijeet2009-01-294-34/+4Star
* iwl3945: include iwl-core.hKolekar, Abhijeet2009-01-294-156/+32Star
* iwl3945: Change IWLWIFI_VERSION constant nameKolekar, Abhijeet2009-01-291-2/+2
* iwlwifi: emliminate iwl3945_mac_get_stats mac80211 handlerWinkler, Tomas2009-01-291-7/+0Star
* iwl3945: iwl3945_queue and iwl3945_channel_info replacementSamuel Ortiz2009-01-295-209/+71Star
* iwl3945: Remove power related definitions from 3945 codeSamuel Ortiz2009-01-293-39/+30Star
* iwl3945: Getting rid of iwl-3945-led.hSamuel Ortiz2009-01-292-16/+4Star
* iwl3945: Use iwl-agn-rs.h rates definitions.Samuel Ortiz2009-01-296-234/+80Star
* iwl3945: Have consistant and not redefined HW constantsSamuel Ortiz2009-01-298-42/+55
* iwl3945: Getting rid of iwl3945_eeprom_channelSamuel Ortiz2009-01-293-56/+11Star
* iwl3945: Remove DRV_NAME dependeniesSamuel Ortiz2009-01-2911-42/+55
* iwl3945: Getting rid of iwl-3945-debug.hSamuel Ortiz2009-01-297-227/+59Star
* iwlwifi: 3945 remove iwl-3945-commands.hTomas Winkler2009-01-297-835/+468Star
* iwlwifi: 3945 drop usage of union tsfTomas Winkler2009-01-293-48/+10Star
* iwlwifi: 3945 remove duplicated code from iwl-3945-commands.hTomas Winkler2009-01-295-547/+39Star
* iwlwifi: use iwl-commands.h also in 3945Tomas Winkler2009-01-297-442/+61Star
* iwlwifi: 3945 remove current_rate from station entry.Winkler, Tomas2009-01-293-22/+0Star
* iwlwifi: 3945 unfold iwl-3945-commands.hTomas Winkler2009-01-296-10/+10
* iwlwifi: 3945 extract flow handler definitions into iwl-3945-fh.hTomas Winkler2009-01-295-149/+226
* iwlwifi: kill retry_rate sysfs for iwlagnWinkler, Tomas2009-01-292-27/+0Star
* iwlwifi: move sysfs status entry to debugfsWinkler, Tomas2009-01-293-12/+10Star
* iwlwifi: fix rs_get_rate WARN_ON()Abbas, Mohamed2009-01-232-5/+23
* iwlwifi: return NETDEV_TX_OK from _tx opsReinette Chatre2009-01-222-2/+2
* iwlwifi: remove CMD_WANT_SKB flag if send_cmd_sync failureZhu Yi2009-01-162-2/+2
* iwl3945: fix "‘power_idx’ may be used uninitialized" warningJohn W. Linville2009-01-131-1/+1
* iwlwifi: Fix typo in iwl-commands.h for CCK rate bit range.Daniel Wu2009-01-121-1/+1
* iwlwifi: Fix get_cmd_string() for REPLY_3945_RXSamuel Ortiz2009-01-121-0/+1
* iwlwifi: iwl-tx.c cleanup (remove unused parameter and unused local variable).Rami Rosen2008-12-191-5/+3Star
* iwlwifi: indicate txpower is off in sysfsJay Sternberg2008-12-191-1/+5
* iwlwifi: use GFP_KERNEL to allocate Rx SKB memoryZhu Yi2008-12-192-21/+20Star
* iwlwifi: use meaningful vars in _iwl_poll_bit()Wu, Fengguang2008-12-191-5/+6
* iwlwifi: remove useless gotoWu Fengguang2008-12-192-12/+4Star
* iwlwifi: use type uint for module param debugWu, Fengguang2008-12-194-5/+5
* iwlwifi: update comments on the debug interfaceWu, Fengguang2008-12-192-11/+8Star
* iwlwifi: add line feed to printkWu, Fengguang2008-12-191-1/+1
* iwlwifi: cleanup iwl-dev.hWinkler, Tomas2008-12-194-32/+14Star
* iwlwifi: remove a parameter (dest) from *_fill_beacon_frame() methods.Rami Rosen2008-12-194-6/+3Star
* iwlagn: fix agn rate scalingMohamed Abbas2008-12-191-10/+16
* mac80211: Fix HT channel selectionSujith2008-12-191-5/+13