summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl4965-base.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-07iwlwifi-5000: adding initial recognition for the 5000 familyTomas Winkler1-0/+5
2008-05-07iwlwifi: move hw_rx_handler_setup to iwl-4965.cEmmanuel Grumbach1-1/+1
2008-05-07iwlwifi: move verify_ucode functions to iwl-coreEmmanuel Grumbach1-142/+2
2008-05-07iwlwifi: unify init driver flowRon Rindjunsky1-166/+9
2008-05-07iwlwifi: more RS improvementsGuy Cohen1-1/+1
2008-05-07iwlwifi: TLC modificationsGuy Cohen1-14/+17
2008-05-07iwlwifi: handle shared memoryRon Rindjunsky1-14/+9
2008-05-07iwlwifi: check eeprom version in pci probe timeTomas Winkler1-0/+4
2008-05-07iwlwifi: add iwl_hw_detect function to iwl coreTomas Winkler1-1/+3
2008-05-07iwlwifi: add apm init handlerTomas Winkler1-12/+6
2008-05-07iwlwifi: HT antenna/chains overhaulGuy Cohen1-39/+0
2008-05-07iwlwifi: HT IE in probe request clean upEmmanuel Grumbach1-81/+101
2008-05-07iwlwifi: support 64 bit DMA masksRon Rindjunsky1-4/+10
2008-05-07iwlwifi: remove support for Narrow Channel (10Mhz)Guy Cohen1-3/+0
2008-05-07iwlwifi: remove uneeded callbackEmmanuel Grumbach1-41/+1
2008-05-07iwlwifi: expanding HW parameters controlRon Rindjunsky1-7/+7
2008-05-07iwlwifi: changing EEPROM layout handlingTomas Winkler1-1/+4
2008-05-07iwlwifi: Add power level supportMohamed Abbas1-197/+20
2008-05-07iwlwifi: HW crypto acceleration fixesEmmanuel Grumbach1-40/+1
2008-05-07mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_confIvo van Doorn1-3/+3
2008-05-07iwlwifi: move find station to iwl-sta.cTomas Winkler1-5/+5
2008-05-07iwlwifi: HW dependent run time calibrationEmmanuel Grumbach1-15/+3
2008-05-02iwlwifi: fix debug messages during scanningBill Moss1-7/+6
2008-05-02iwlwifi: fix current channel is not scannedGuy Cohen1-13/+0
2008-04-24iwlwifi: Don't unlock priv->mutex if it isn't lockedRoland Dreier1-1/+0
2008-04-17iwlwifi: Use HW acceleration decryption by defaultEmmanuel Grumbach1-2/+2
2008-04-17iwlwifi: fix unload warning and errorMohamed Abbas1-1/+2
2008-04-17iwlwifi: Fix TKIP update key and get_free_ucode_keyEmmanuel Grumbach1-2/+0
2008-04-17iwlwifi: move rxon associated command to hcmdTomas Winkler1-41/+2
2008-04-17iwlwifi: move HW device registrationRon Rindjunsky1-7/+15
2008-04-17iwlwifi: hw_setting cleanupTomas Winkler1-27/+27
2008-04-16iwlwifi: remove the statistics workEmmanuel Grumbach1-8/+1
2008-04-16iwlwifi: move shared pointers to iwl_privTomas Winkler1-3/+3
2008-04-16iwlwifi: perform bss_info_changed post association work right awayReinette Chatre1-9/+22
2008-04-16iwl4965: make iwl4965_send_rxon_assoc asynchronousReinette Chatre1-21/+6
2008-04-16iwlwifi: Fix byte count table for fragmented packetsTomas Winkler1-3/+3
2008-04-16iwlwifi: moves security functions to iwl-sta.cEmmanuel Grumbach1-118/+2
2008-04-16iwlwifi: maintain uCode key table stateEmmanuel Grumbach1-3/+7
2008-04-16iwlwifi: add 1X HW WEP supportEmmanuel Grumbach1-2/+7
2008-04-16iwlwifi: default WEP HW encryptionEmmanuel Grumbach1-39/+51
2008-04-16iwlwifi: generalize iwlwifi init flowTomas Winkler1-164/+15
2008-04-09mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas1-0/+1
2008-04-09iwlwifi: honour regulatory restrictions in scan codeJohannes Berg1-0/+3
2008-04-09iwlwifi: ensure led registration complete as part of initializationReinette Chatre1-2/+2
2008-04-09iwlwifi: move driver status inliners into iwl-core.hTomas Winkler1-63/+29
2008-04-08iwlwifi: Eliminate association from beaconTomas Winkler1-29/+44
2008-04-08iwlwifi: eliminate conf_htTomas Winkler1-83/+63
2008-04-02wireless: fix various printk warnings on ia64 (and others)John W. Linville1-1/+1
2008-04-02iwlwifi: unregister to upper stack before releasing resourcesRon Rindjunsky1-3/+5
2008-04-02iwlwifi: move rate registration to module loadReinette Chatre1-4/+18