aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-mac80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-05iwlwifi: unregister LEDs if mac80211 registration failsJohannes Berg1-0/+1
2012-06-04iwlwifi: disable WoWLAN if !CONFIG_PM_SLEEPJohannes Berg1-0/+2
2012-05-16iwlwifi: support explicit monitor interfaceJohannes Berg1-0/+1
2012-05-16iwlwifi: disable default wildcard ssid scanDavid Spinadel1-2/+2
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2012-04-23iwlwifi: use new mac80211 queue schemeJohannes Berg1-9/+23
2012-04-23iwlwifi: clean up module parametersJohannes Berg1-6/+7
2012-04-23iwlwifi: remove TX/RX frame statisticsJohannes Berg1-1/+0
2012-04-23iwlwifi: properly set basic ratesJohannes Berg1-1/+0
2012-04-23iwlwifi: provide proper API to disable all interruptsEmmanuel Grumbach1-1/+1
2012-04-23iwlwifi: do not nulify ctx->vif on resetStanislaw Gruszka1-1/+9
2012-04-18iwlwifi: remove unneeded includesEmmanuel Grumbach1-1/+0
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach1-3/+3
2012-04-18iwlwifi: op_mode holds its pointer to the transportEmmanuel Grumbach1-17/+17
2012-04-16iwlwifi: expose static methods for MVM useDavid Spinadel1-51/+49
2012-04-12iwlwifi: move iwl_chswitch_done to iwl-mac80211.cMeenakshi Venkataraman1-0/+15
2012-04-12iwlwifi: dynamically determine lib_opsJohannes Berg1-2/+2
2012-04-12iwlwifi: move hw_params into privJohannes Berg1-3/+3
2012-04-10iwlwifi: fix unused variable warningOliver Hartkopp1-1/+2
2012-04-09iwlwifi: move ucode error log reporting to op_modeMeenakshi Venkataraman1-1/+1
2012-04-09iwlwifi: move valid_contexts to privJohannes Berg1-2/+2
2012-04-09iwlwifi: move queue mapping out of transportJohannes Berg1-0/+2
2012-04-09iwlwifi: use scan while idleJohannes Berg1-1/+2
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-06iwlwifi: fix station HT parametersJohannes Berg1-4/+14
2012-03-06iwlwifi: move wowlan bool into privJohannes Berg1-2/+2
2012-03-06iwlwifi: clean up (wowlan) suspend flowJohannes Berg1-3/+2
2012-03-06iwlwifi: remove SKU from configJohannes Berg1-2/+2
2012-03-06iwlwifi: simplify auth/assoc flowJohannes Berg1-117/+90
2012-03-06iwlwifi: make EXIT_PENDING depend on mac80211Johannes Berg1-4/+0
2012-03-06iwlwifi: remove shared lockJohannes Berg1-7/+2
2012-03-06iwlwifi: build some station commands directlyJohannes Berg1-10/+6
2012-02-27iwlwifi: kill iwl_bus.hEmmanuel Grumbach1-1/+0
2012-02-27iwlwifi: 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-02iwlwifi: move all ucode routines to iwl-ucode.cDon Fry1-1/+1
2012-02-02iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach1-3/+4