summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-20iwlwifi: Execute runtime calibration alwaysVenkataraman, Meenakshi1-3/+4
2011-12-20iwlagn: finer-grained HT disableJohannes Berg1-3/+4
2011-12-16iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry1-0/+1
2011-12-16iwlwifi: create iwl_mac80211 unregister routineDon Fry1-6/+1
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-30/+30
2011-12-09iwlwifi: move calib_results list from iwl_priv to iwl_transDon Fry1-2/+1
2011-12-09iwlwifi: move device_pointers from iwl_priv to iwl_sharedDon Fry1-1/+1
2011-12-09iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry1-4/+4
2011-12-09iwlwifi: P2P is not enabled by defaultWey-Yi Guy1-1/+9
2011-12-09iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODEWey-Yi Guy1-2/+2
2011-12-07iwlwifi: replace iwl_priv reference with iwl_trans for ucode.Don Fry1-3/+3
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+3
2011-12-02iwlwifi: change the default behavior of watchdog timerWey-Yi Guy1-2/+3
2011-12-02iwlwifi: do not re-configure HT40 after associatedWey-Yi Guy1-15/+3
2011-12-02iwlagn: fix HW crypto for TX-only keysJohannes Berg1-0/+11
2011-11-28iwlwifi: show the configuration optionWey-Yi Guy1-0/+32
2011-11-28iwlagn: dynamically allocate & reflect calibration dataJohannes Berg1-0/+2
2011-11-11iwlwifi: move all mac80211 related functions to one placeWey-Yi Guy1-1474/+3
2011-11-11iwlagn: move ucode files out of the iwl_priv structureDon Fry1-58/+15
2011-11-11iwlagn: remove knowledge of ucode image location from upper layersDon Fry1-5/+2
2011-11-11iwlagn: add P2P NoA to probe responsesJohannes Berg1-0/+1
2011-11-09iwlagn: simplify iwl_alloc_allDon Fry1-6/+4
2011-11-09iwlagn: update wowlan APIJohannes Berg1-3/+10
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: rename all the mac80211 callback functionsWey-Yi Guy1-27/+29
2011-10-14iwlagn: add debug for mac80211 callbackWey-Yi Guy1-6/+26
2011-10-14iwlagn: don't stop rts/cts until last aggregation queue closeWey-Yi Guy1-6/+4
2011-10-14iwlagn: eliminate bus pointer from iwl_priv structureDon Fry1-9/+8
2011-10-14iwlagn: update beacon smarterJohannes Berg1-0/+11
2011-10-12iwlagn: separate init calib and rt calibWey-Yi Guy1-1/+1
2011-10-03iwlagn: rename iwlagn module iwlwifi and alias to iwlagn.Don Fry1-0/+1
2011-09-22iwlagn: split remain-on-channelJohannes Berg1-9/+1
2011-09-22iwlagn: remove common station privJohannes Berg1-2/+2
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-0/+5
2011-09-20iwlagn: remove drvdata support from bus layerJohannes Berg1-3/+1
2011-09-20iwlagn: move sysfs files to debugfsJohannes Berg1-125/+0
2011-09-20iwlagn: clean up PM codeJohannes Berg1-3/+3
2011-09-19iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach1-5/+4
2011-09-19iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach1-2/+2
2011-09-16iwlagn: workaround bug crashing some APsDon Fry1-0/+5
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach1-4/+4
2011-09-14iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: handle GO powersaveJohannes Berg1-0/+68
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach1-4/+5
2011-08-29iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: cosmetics in iwl-trans.hEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach1-23/+0
2011-08-29iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach1-0/+2