summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl4965-base.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-02iwlwifi: fix race condition during driver unloadMohamed Abbas1-2/+30
2008-04-02iwlwifi: hook iwlwifi with Linux rfkillMohamed Abbas1-34/+20
2008-04-02iwlwifi: add notification infrastructure to iwlcoreMohamed Abbas1-0/+6
2008-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-2/+2
2008-03-27iwlwifi: iwl_priv - clean up in types of membersTomas Winkler1-0/+5
2008-03-27iwlwifi: rename iwl-4965-io.h to iwl-io.hTomas Winkler1-116/+117
2008-03-27iwlwifi: Add led supportMohamed Abbas1-1/+6
2008-03-27iwlwifi: do not register bands with no supported channelsJohn W. Linville1-2/+6
2008-03-25iwlwifi: Completing the parameter packagingAssaf Krauss1-38/+8
2008-03-25iwlwifi: move host command sending functions to core moduleTomas Winkler1-249/+50
2008-03-25iwlwifi: rename iwl4965_get_channel_info to iwl_get_channel_infoAssaf Krauss1-4/+4
2008-03-25iwlwifi-2.6: enables RX TKIP decryption in HWEmmanuel Grumbach1-0/+51
2008-03-25iwlwifi-2.6: enables HW TKIP encryptionEmmanuel Grumbach1-9/+24
2008-03-25iwlwifi-2.6: RX status translation to old schemeEmmanuel Grumbach1-0/+6
2008-03-25iwlwifi-2.6: Cleans up set_key flowEmmanuel Grumbach1-56/+109
2008-03-25iwlwifi: Probe Flow - Extracting hw and priv initAssaf Krauss1-554/+23
2008-03-25iwlwifi: Probe Flow - Performing allocation in a separate functionAssaf Krauss1-8/+5
2008-03-25iwlwifi: Packing all 4965 parametersAssaf Krauss1-23/+22
2008-03-25iwlwifi: Re-ordering probe flow (4965)Assaf Krauss1-117/+135
2008-03-25iwlwifi: Add debugfs to iwl coreTomas Winkler1-3/+11
2008-03-25iwlwifi: Add TX/RX statistcs to driverTomas Winkler1-1/+9
2008-03-25iwlwifi: rename struct iwl4965_priv to struct iwl_privTomas Winkler1-198/+198
2008-03-25iwlwifi: rename iwl-4965-debug.h back to iwl-debug.hTomas Winkler1-28/+28
2008-03-25iwlwifi: Bug fix, CCMP with HW encryption with AGGMax Stepanov1-0/+2
2008-03-25iwlwifi: fix __devexit_p points to __devexit functionsReinette Chatre1-1/+1
2008-03-25iwlwifi: mac start synchronization issueRick Farrington1-1/+1
2008-03-14iwlwifi: fix bug to show hidden APs during scanReinette Chatre1-8/+13
2008-03-14iwlwifi: change rate number to a constantTomas Winkler1-2/+3
2008-03-14iwlwifi: Use eeprom form iwlcoreAssaf Krauss1-81/+3
2008-03-14iwlwifi: update copyright yearReinette Chatre1-1/+1
2008-03-08iwlwifi: queue functions cleanupTomas Winkler1-28/+9
2008-03-08iwlwifi: add iwl-core moduleTomas Winkler1-7/+1
2008-03-08iwlwifi: Cancel scanning upon associationEmmanuel Grumbach1-11/+6
2008-03-08iwlwifi: Take the fw file name from the iwl_cfg.Tomas Winkler1-6/+1