summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-14iwlagn: fix priv->cfg->ht_params NULL pointer dereferenceStanislaw Gruszka1-2/+2
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach1-1/+0
2011-10-14iwlagn: merge station management functionsWey-Yi Guy1-1/+0
2011-10-14iwlagn: add debug for mac80211 callbackWey-Yi Guy1-1/+3
2011-09-27iwlagn: fix slot programmingJohannes Berg1-1/+1
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach1-1/+1
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: handle GO powersaveJohannes Berg1-0/+5
2011-08-29iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach1-1/+2
2011-08-29iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach1-3/+3
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach1-8/+8
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach1-10/+10
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach1-5/+5
2011-08-29iwlagn: introduce iwl-shared.hEmmanuel Grumbach1-0/+1
2011-08-08iwlagn: support new P2P implementationJohannes Berg1-20/+3
2011-07-21iwlagn: track beacon interval sent to deviceJohannes Berg1-6/+5
2011-07-21iwlagn: implement WoWLANJohannes Berg1-0/+3
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy1-5/+5
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-8/+8
2011-07-16iwlagn: remove un-necessary fileWey-Yi Guy1-0/+93
2011-07-11iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry1-1/+34
2011-07-11iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic stateMeenakshi Venkataraman1-0/+2
2011-07-11iwlagn: provide heplers to access the transport opsEmmanuel Grumbach1-6/+7
2011-07-11iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach1-7/+10
2011-07-01iwlagn: remove hcmd opsWey-Yi Guy1-12/+7
2011-06-24iwlagn: don't use CCK rates for P2P interfacesJohannes Berg1-0/+2
2011-06-07iwlwifi: remove unecessary if statementGreg Dietsche1-3/+0
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+11
2011-06-06iwlagn: use cts-to-self protection on 5000 adapters seriesStanislaw Gruszka1-0/+8
2011-06-03iwlagn: move all post scan functions in one placeWey-Yi Guy1-0/+7
2011-06-03iwlagn: set smps mode after assoc for 1000 deviceWey-Yi Guy1-0/+10
2011-06-03iwlagn: fix channel switch lockingStanislaw Gruszka1-3/+3
2011-06-01iwlagn: fix dual-mode RXONJohannes Berg1-12/+40
2011-06-01iwlagn: send tx power command if defer cause by RXON not matchWey-Yi Guy1-0/+5
2011-05-13iwlagn: remove unused old_assoc parameterWey-Yi Guy1-1/+0
2011-05-13iwlagn: alwasy send RXON with disassociate falge before associateWey-Yi Guy1-5/+3
2011-04-30iwlagn: mod param cleanupDon Fry1-1/+1
2011-04-30iwlagn: connect and disconnect sequence for RXONWey-Yi Guy1-83/+111
2011-04-30iwlagn: remove 5000 from rxon_assoc structureWey-Yi Guy1-1/+1
2011-04-30iwlagn: make rxon_assoc static functionWey-Yi Guy1-1/+49
2011-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-6/+1
2011-04-22iwlagn: make iwlagn_wait_notification return error codeJohannes Berg1-6/+2
2011-04-22iwlagn: extend notification wait functionJohannes Berg1-2/+3
2011-04-18iwlwifi: fix frame injection for HT channelsDaniel Halperin1-6/+1
2011-04-08iwlagn: fix radar frame rejectionGaren Tamrazian1-0/+13
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-1/+1
2011-02-25iwlagn: fix iwlagn_check_needed_chainsJohannes Berg1-17/+41
2011-01-28iwlwifi: do not set tx power when channel is changingStanislaw Gruszka1-3/+2
2011-01-21iwlwifi: implement remain-on-channelJohannes Berg1-0/+17