summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl4965-base.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: drop skb silently for Tx request in monitor modeZhu Yi2008-07-021-1/+2
* iwlwifi: improve scanning band selection managementRon Rindjunsky2008-06-251-18/+21
* iwlwifi: fix debug messages during scanningBill Moss2008-05-011-7/+6
* iwlwifi: fix current channel is not scannedGuy Cohen2008-05-011-13/+0
* iwlwifi: Don't unlock priv->mutex if it isn't lockedRoland Dreier2008-04-231-1/+0
* iwlwifi: Use HW acceleration decryption by defaultEmmanuel Grumbach2008-04-161-2/+2
* iwlwifi: fix unload warning and errorMohamed Abbas2008-04-161-1/+2
* iwlwifi: Fix TKIP update key and get_free_ucode_keyEmmanuel Grumbach2008-04-161-2/+0
* iwlwifi: move rxon associated command to hcmdTomas Winkler2008-04-161-41/+2
* iwlwifi: move HW device registrationRon Rindjunsky2008-04-161-7/+15
* iwlwifi: hw_setting cleanupTomas Winkler2008-04-161-27/+27
* iwlwifi: remove the statistics workEmmanuel Grumbach2008-04-161-8/+1
* iwlwifi: move shared pointers to iwl_privTomas Winkler2008-04-161-3/+3
* iwlwifi: perform bss_info_changed post association work right awayReinette Chatre2008-04-161-9/+22
* iwl4965: make iwl4965_send_rxon_assoc asynchronousReinette Chatre2008-04-161-21/+6
* iwlwifi: Fix byte count table for fragmented packetsTomas Winkler2008-04-161-3/+3
* iwlwifi: moves security functions to iwl-sta.cEmmanuel Grumbach2008-04-161-118/+2
* iwlwifi: maintain uCode key table stateEmmanuel Grumbach2008-04-161-3/+7
* iwlwifi: add 1X HW WEP supportEmmanuel Grumbach2008-04-161-2/+7
* iwlwifi: default WEP HW encryptionEmmanuel Grumbach2008-04-161-39/+51
* iwlwifi: generalize iwlwifi init flowTomas Winkler2008-04-161-164/+15
* mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas2008-04-081-0/+1
* iwlwifi: honour regulatory restrictions in scan codeJohannes Berg2008-04-081-0/+3
* iwlwifi: ensure led registration complete as part of initializationReinette Chatre2008-04-081-2/+2
* iwlwifi: move driver status inliners into iwl-core.hTomas Winkler2008-04-081-63/+29
* iwlwifi: Eliminate association from beaconTomas Winkler2008-04-081-29/+44
* iwlwifi: eliminate conf_htTomas Winkler2008-04-081-83/+63
* wireless: fix various printk warnings on ia64 (and others)John W. Linville2008-04-011-1/+1
* iwlwifi: unregister to upper stack before releasing resourcesRon Rindjunsky2008-04-011-3/+5
* iwlwifi: move rate registration to module loadReinette Chatre2008-04-011-4/+18
* iwlwifi: fix race condition during driver unloadMohamed Abbas2008-04-011-2/+30
* iwlwifi: hook iwlwifi with Linux rfkillMohamed Abbas2008-04-011-34/+20
* iwlwifi: add notification infrastructure to iwlcoreMohamed Abbas2008-04-011-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-2/+2
|\
| * iwlwifi: fix __devexit_p points to __devexit functionsReinette Chatre2008-03-241-1/+1
| * iwlwifi: mac start synchronization issueRick Farrington2008-03-241-1/+1
* | iwlwifi: iwl_priv - clean up in types of membersTomas Winkler2008-03-271-0/+5
* | iwlwifi: rename iwl-4965-io.h to iwl-io.hTomas Winkler2008-03-271-116/+117
* | iwlwifi: Add led supportMohamed Abbas2008-03-271-1/+6
* | iwlwifi: do not register bands with no supported channelsJohn W. Linville2008-03-271-2/+6
* | iwlwifi: Completing the parameter packagingAssaf Krauss2008-03-251-38/+8
* | iwlwifi: move host command sending functions to core moduleTomas Winkler2008-03-251-249/+50
* | iwlwifi: rename iwl4965_get_channel_info to iwl_get_channel_infoAssaf Krauss2008-03-251-4/+4
* | iwlwifi-2.6: enables RX TKIP decryption in HWEmmanuel Grumbach2008-03-251-0/+51
* | iwlwifi-2.6: enables HW TKIP encryptionEmmanuel Grumbach2008-03-251-9/+24
* | iwlwifi-2.6: RX status translation to old schemeEmmanuel Grumbach2008-03-251-0/+6
* | iwlwifi-2.6: Cleans up set_key flowEmmanuel Grumbach2008-03-251-56/+109
* | iwlwifi: Probe Flow - Extracting hw and priv initAssaf Krauss2008-03-251-554/+23
* | iwlwifi: Probe Flow - Performing allocation in a separate functionAssaf Krauss2008-03-251-8/+5
* | iwlwifi: Packing all 4965 parametersAssaf Krauss2008-03-251-23/+22