summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel1-6/+9
2012-03-08iwlwifi: don't delete AP station directlyJohannes Berg1-6/+16
2012-03-08iwlwifi: more status bit factoringDon Fry1-17/+17
2012-03-08iwlwifi: add option to test MFPDavid Spinadel1-0/+3
2012-03-08iwlwifi: always check if got h/w access before writeStanislaw Gruszka1-1/+1
2012-03-08iwlwifi: remove unused argument from iwlagn_suspendJohannes Berg1-1/+1
2012-03-07iwlwifi: put use_rts_for_aggregation into hw_paramsJohannes Berg1-2/+2
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg1-41/+41
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg1-1/+0
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-6/+4
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg1-2/+2
2012-03-07iwlwifi: fix station HT parametersJohannes Berg1-4/+14
2012-03-07iwlwifi: move wowlan bool into privJohannes Berg1-2/+2
2012-03-07iwlwifi: clean up (wowlan) suspend flowJohannes Berg1-3/+2
2012-03-07iwlwifi: remove SKU from configJohannes Berg1-2/+2
2012-03-07iwlwifi: simplify auth/assoc flowJohannes Berg1-117/+90
2012-03-07iwlwifi: make EXIT_PENDING depend on mac80211Johannes Berg1-4/+0
2012-03-07iwlwifi: remove shared lockJohannes Berg1-7/+2
2012-03-07iwlwifi: build some station commands directlyJohannes Berg1-10/+6
2012-02-28iwlwifi: kill iwl_bus.hEmmanuel Grumbach1-1/+0
2012-02-28iwlwifi: virtualize the op_modeEmmanuel Grumbach1-29/+33
2012-02-17iwlwifi: save ucode capabilities in iwl_fwDon Fry1-1/+1
2012-02-17iwlwifi: kill iwl_down and s/__iwl_down/iwl_downEmmanuel Grumbach1-1/+5
2012-02-17iwlwifi: Move ucode pointers to iwl_fwDon Fry1-4/+4
2012-02-17iwlwifi: move workqueue to privJohannes Berg1-2/+2
2012-02-03iwlwifi: move all ucode routines to iwl-ucode.cDon Fry1-1/+1
2012-02-03iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach1-3/+4
2012-02-03iwlwifi: kill bus_get_hw_idEmmanuel Grumbach1-1/+1
2012-02-03iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-13/+14
2012-01-07iwlwifi: update CopyrightWey-Yi Guy1-1/+1
2011-12-20iwlwifi: set hw_version in wiphyWey-Yi Guy1-0/+2
2011-12-20iwlagn: finer-grained HT disableJohannes Berg1-0/+4
2011-12-16iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry1-2/+3
2011-12-16iwlwifi: create iwl_mac80211 unregister routineDon Fry1-0/+9
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG setupEmmanuel Grumbach1-49/+1
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-11/+11
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+6
2011-12-09iwlwifi: move device_pointers from iwl_priv to iwl_sharedDon Fry1-1/+1
2011-12-02iwlagn: remove MACDUMP debugJohannes Berg1-4/+0
2011-12-02iwlagn: fix HW crypto for TX-only keysJohannes Berg1-0/+11
2011-12-02iwlwifi: do not re-configure HT40 after associatedWey-Yi Guy1-15/+3
2011-11-11iwlagn: convert remain-on-channel duration to TUJohannes Berg1-1/+2
2011-11-11iwlwifi: Move the core suspend function to iwl-agn-libWey-Yi Guy1-345/+2
2011-11-11iwlwifi: move station functions to mac80211Wey-Yi Guy1-0/+71
2011-11-11iwlwifi: move hw_scan into _mac80211 fileWey-Yi Guy1-0/+46
2011-11-11iwlwifi: move more mac80211 callback functionWey-Yi Guy1-0/+308
2011-11-11iwlagn: explicitly program P2P QoS parametersJohannes Berg1-0/+28
2011-11-11iwlwifi: move all mac80211 related functions to one placeWey-Yi Guy1-0/+1521