summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl4965-base.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-14iwlwifi: Fix mode changes (ad-hoc <--> managed)Assaf Krauss1-14/+11
2008-06-14iwlwifi enabling IBSS (Ad-Hoc) modeAssaf Krauss1-11/+19
2008-06-14iwlwifi: fix resart flow after fw errorEmmanuel Grumbach1-3/+3
2008-06-14iwlwifi: fix resume SW RF-killMohamed Abbas1-16/+15
2008-06-14iwlwifi: remove redundant flags regarding to FAT channelEmmanuel Grumbach1-2/+4
2008-06-14iwlwifi: clean up in setup/cancel deferred workEmmanuel Grumbach1-7/+34
2008-06-14iwlwifi: removes the RUN_TIME_CALIB ifdefEmmanuel Grumbach1-0/+24
2008-06-14iwlwifi: removing IWL4965_HT configRon Rindjunsky1-22/+1
2008-06-03iwlwifi: clean iwl4965_mac_configTomas Winkler1-12/+11
2008-06-03iwlwifi: remove debugfs entries before cfg80211Emmanuel Grumbach1-2/+3
2008-06-03iwlwifi: move iwl_get_hw_mode to iwl-core.hRon Rindjunsky1-6/+0
2008-06-03iwlwifi: Rx handlers common use for 4965 and 5000Ron Rindjunsky1-2/+16
2008-06-03iwlwifi: move tx reclaim flow into iwl-txTomas Winkler1-92/+1
2008-06-03iwlwifi: move 4965 tx response into iwl-4965.cTomas Winkler1-246/+0
2008-06-03iwlwifi: move tx response common handlers to iwlcoreTomas Winkler1-62/+7
2008-06-03iwlwifi: activate status ready timeout only for run time ucodeRon Rindjunsky1-12/+14
2008-06-03iwlwifi: move iwl_rx_missed_beacon_notif to iwl-rx.cTomas Winkler1-0/+3
2008-06-03iwlwifi: move add sta handler to iwl-sta.cTomas Winkler1-10/+0
2008-06-03iwlwifi: add remove station functionalityTomas Winkler1-43/+1
2008-06-03iwlwifi: move iwl_rxq_stop into iwl-rx.cTomas Winkler1-1/+1
2008-06-03iwlwifi: move txq_ctx_stop into iwl-tx.cTomas Winkler1-1/+1
2008-06-03iwlwifi: implement apm reset flowTomas Winkler1-3/+2
2008-06-03iwlwifi: remove 4965 from alive_resp structuresTomas Winkler1-8/+8
2008-06-03iwlwifi: clean up alive_start routineTomas Winkler1-9/+10
2008-06-03iwlwifi: remove notif_missed_beacons variableTomas Winkler1-2/+0
2008-06-03iwlwifi: remove unused variable form __iwl4965_downTomas Winkler1-3/+0
2008-06-03iwlwifi: move iwl_dump_nic_error_log to iwlcore moduleEster Kummer1-86/+1
2008-05-22mac80211: move TX info into skb->cbJohannes Berg1-31/+21
2008-05-22mac80211: use rate index in TX controlJohannes Berg1-1/+1
2008-05-22mac80211: let drivers wake but not start queuesJohannes Berg1-1/+1
2008-05-22iwlwifi: trigger event log from debugfsEster Kummer1-113/+1
2008-05-22iwlwifi: refactor pci prob flowTomas Winkler1-13/+18
2008-05-22iwlwifi: add ucode loaders for iwl5000Ron Rindjunsky1-0/+3
2008-05-22iwlwifi: clean up and bug fix for securityEmmanuel Grumbach1-1/+2
2008-05-22iwlwifi: don't switch to SGI if not supported by APEmmanuel Grumbach1-2/+2
2008-05-22iwlwifi: move TX code into iwl-tx.cTomas Winkler1-580/+1
2008-05-22iwlwifi: refactor ieee80211_get_qos_ctrlTomas Winkler1-29/+22
2008-05-22iwlwifi: remove 4956 form iwl4965_tx_cmdTomas Winkler1-2/+2
2008-05-22iwlwifi: move more station managment into iwl-sta.cTomas Winkler1-170/+8
2008-05-22iwlwifi: move iwl_bcast_addr to iwlcoreTomas Winkler1-6/+5
2008-05-22iwlwifi: remove 4965 from iwl4965_rate_infoTomas Winkler1-3/+3
2008-05-22iwlwifi: remove 4965 prefix from iwl4965_frameTomas Winkler1-10/+10
2008-05-22iwlwifi: remove 4965 from iwl4965_tx_queue_update_write_ptrTomas Winkler1-19/+19
2008-05-22iwlwifi: get_hw_cmd_sizeGregory Greenman1-11/+14
2008-05-22iwlwifi: rename iwl4965_tx_info to iwl_tx_infoTomas Winkler1-2/+2
2008-05-22iwlwifi: rename iwl4965_queue to iwl_queueTomas Winkler1-14/+14
2008-05-22mac80211: separate Tx and Rx MCS when configuring HTRon Rindjunsky1-6/+8
2008-05-22iwlwifi: remove iwl4965_nic_start functionRon Rindjunsky1-8/+2
2008-05-22iwlwifi: changing irrelevant commentRon Rindjunsky1-1/+1
2008-05-15iwlwifi: adding parameter of fw_restartEster Kummer1-1/+3